Commit Graph
8219 Commits
Author SHA1 Message Date
Nicholas Mayne 0a33ce5eae Perf improvement in localization service. Replacing List() with Slice(1) and no need to use overload on Query as it is taken care of in inner query 2015-02-18 22:46:43 +00:00
Nicholas Mayne e1a9999382 Adding Localization Tokens to localization module. 2015-02-18 16:48:04 +00:00
Nicholas Mayne a60b91e610 Removing the - in the culture layer rules. It seems that the scripting engine changed to stop allowing them. 2015-02-18 15:41:28 +00:00
Nicholas Mayne f1d97b7251 Fix for Application Path on localization to deal with virtual paths 2015-02-18 15:32:23 +00:00
Nicholas Mayne 1a5a483568 Adding ability to add a culture to a piece of content that has no culture 2015-02-18 15:27:19 +00:00
Jay Harris dac17198f6 #21151 : Import with LayoutPart Fails if not in XML.
Work Item: 21151
2015-02-14 16:19:15 +00:00
Jay Harris 4ac29a3937 #21160 : Comment View should observe Shape ID & Classes.
Work Item: 21160
2015-02-14 16:15:59 +00:00
Jay Harris 13155e5b83 #21153 : [Feature] Dynamic AddComment.
Work Item: 21153
2015-02-14 16:12:57 +00:00
Lombiq c8f65e7110 Updating Rebraces config for VS Update 4 2015-02-12 00:12:11 +01:00
Lombiq 651ad96047 Fixing DefaultOrchardHostTests 2015-02-12 00:12:10 +01:00
Daniel Stolt 2515f943f6 Moved xmldiffpatch dependency to root lib folder. 2015-02-11 23:55:54 +01:00
Daniel Stolt da6aa02672 Updated osFamily to 4 in cloud service project to make it compatible with .NET Framework 4.5.1. 2015-02-11 23:38:52 +01:00
Daniel Stolt d8a80558e9 Removed faulty reference from solution file. 2015-02-11 23:37:12 +01:00
Daniel Stolt 0986784d72 Revert "Made private members protected in OutputCacheFilter."
This reverts commit 0ba6b1d788.
2015-02-11 15:58:14 +01:00
Daniel Stolt 0ba6b1d788 Made private members protected in OutputCacheFilter. 2015-02-10 12:37:09 +01:00
Daniel Stolt 7ea43cb89f Improved logging of unhandled API exceptions. 2015-02-10 12:35:10 +01:00
Daniel Stolt 3d5b26ebd0 Fixed another incorrect exception logging in Orchard.Redis. 2015-02-09 18:01:33 +01:00
Codinlab c328fec5ef #19693: route/content tokens
Work Item: 19693
2015-02-08 13:08:45 +00:00
Codinlab 46fd3d22f0 #18787 : slugify function
Work Item: 18787
2015-02-08 13:00:31 +00:00
PaulDevenneyBede efc573992c added "usecdn" to sitesettings 2015-02-07 17:55:23 +00:00
agriffard 611b3dde44 Clean code 2015-02-07 17:04:01 +00:00
qt1 0f865577b1 #21010 : ISessionConfig..Events+parameters
Work Item: 21010
2015-02-07 16:39:46 +00:00
Daniel Stolt a446ebdb3e Made xmldiffpatch reference private in Orchard.AuditTrail. 2015-02-07 15:58:23 +01:00
Lombiq c49130293e Adding null checks to search settings import 2015-02-05 17:39:29 +01:00
Daniel Stolt 8406a08bf6 Fixed a weird bug in Markdown that caused <h1> elements to be nested in <p> elements. 2015-02-04 16:27:17 +01:00
Daniel Stolt 99072faf14 Fixed LINQ exception in Orchard.MessageBus. 2015-02-04 15:49:13 +01:00
Daniel Stolt dd2fb47cdb Fixed exception logging in Orchard.MessageBus. 2015-02-04 15:48:27 +01:00
Piotr Szmyd 2acd73c18d Refactored tokens dropdown implementation.
Textboxes can now have the tokens dropdown attached ad-hoc by using $(selector).tokenized() method. Previously it only happened at page load, making it impossible to attach tokens dropdown to textboxes created at runtime.
2015-01-30 21:08:51 +01:00
Piotr Szmyd 7d462819bc #20606: Fixed implementation of e-mail reply-to functionality.
There was a breaking change introduced in the initial commit. ReplyTo field is optional but was not treated as such.
Also, made it possible to specify more than one reply-to address, similar to recipients.
2015-01-30 20:56:19 +01:00
Piotr Szmyd 085a7b7445 Add image rotate option to Image Editor. 2015-01-30 20:32:31 +01:00
Piotr Szmyd dd9e4ad3e9 Ignore SSL certificate errors for image URLs used in Image Editor..
This fixes issues with local development on SSL-enabled site with self-signed certificates.
Ignoring certificate errors is usually not the wisest thing to do, but we're dealing with locally stored images here only.
2015-01-30 20:20:08 +01:00
Daniel Stolt 73bc34a93e Disabled generation of source map files. 2015-01-30 01:26:35 +01:00
Daniel Stolt 53dbd4954d Removed all (existing and missing) JS source map files. 2015-01-30 01:24:24 +01:00
Zoltán Lehóczky b39be577b6 Merge branch 'feature/module-uninstall' into 1.x 2015-01-29 23:06:06 +01:00
Lombiq 10c0baabf4 Implementing proper package uninstall process with features being disabled and uninstalled, then the package being removed. 2015-01-27 18:33:09 +01:00
Nicholas Mayne 5b800dde4e Fixing Priority on Route Culture Selector 2015-01-27 13:44:53 +00:00
Daniel Stolt 4dab32dea2 Updated jQuery UI in Orchard.jQuery from 1.9.2 to 1.11.2. 2015-01-27 14:11:34 +01:00
Lombiq a14ebfd555 #20367: Removing IHostEnvironment.IsFullTrust since only full trust is supported any way.
Work Item: 20367
2015-01-26 20:32:06 +01:00
Lombiq 8dae8f3d5b User approval, disabling and challange e-mail re-send is an unsafe operation and should use POST. 2015-01-26 20:21:12 +01:00
Lombiq e612fc031e Normalizing line endings in Orchard.Users AdminController 2015-01-26 20:12:23 +01:00
Lombiq 2187f51d48 #21167: Fixing that Roles tried to access permissions of a feature before its migrations could run.
Work Item: 21167
2015-01-26 19:08:57 +01:00
Lombiq 9b882ac313 Fixing NRE with new BlogPost items 2015-01-26 16:32:24 +01:00
Nicholas Mayne 6da71470dd Adding homepage to list of cultures 2015-01-26 13:27:15 +00:00
Nicholas Mayne d27fa1d413 Spliting the cookie selector in to two allowing for FrontEnd cookie set and admin cookie set. 2015-01-26 13:26:06 +00:00
Lombiq d5c85265b5 #21158: Preventing disabled shells from being started.
Work Item: 21158
2015-01-25 22:49:05 +01:00
Lombiq a6c467106f Typo 2015-01-25 22:34:42 +01:00
Lombiq 22ee57582d #20928: Preventing race condition when starting shells
Work Item: 20928
2015-01-25 22:33:27 +01:00
Sebastien Ros 29e373202a Refactoring PBKDF2 support 2015-01-22 18:36:26 -08:00
Lombiq c75b7f4434 Untabifying config files with mixed tabs-spaces 2015-01-22 12:46:29 +01:00
Lombiq a8ec1935b7 Adding logging for background tasks 2015-01-22 12:44:40 +01:00