Commit Graph
7596 Commits
Author SHA1 Message Date
Sebastien Ros be296b4ac8 Adding shape templates invalidation 2014-01-08 18:38:54 -08:00
Sebastien Ros f35b33fb9b Allowing templates to override themes' shapes 2014-01-08 18:38:53 -08:00
Sebastien Ros 0ce510ff88 Setting default SMTP port 2014-01-08 18:38:51 -08:00
Sebastien Ros ae7a5dea9b Improving default editor theme 2014-01-08 18:38:49 -08:00
Sebastien Ros 8c901ccc19 Fixing templates rendering in background tasks 2014-01-08 18:38:46 -08:00
Sebastien Ros ca5334c016 Fixing Razor templates invalidation 2014-01-08 18:38:45 -08:00
Sipke Schoorstra 14a1eb0414 Adding Orchard.Messaging and Orchard.Templates 2014-01-08 18:38:42 -08:00
Piotr Szmyd 5ad39ebcc3 Support for query hints on IContentQuery<TPart>. 2014-01-07 03:55:09 +01:00
Sipke Schoorstra 985be9375a Fixed a bug in WebRequestActivity.
The activity always returned Success and Error in case of an HTTP error, instead of just Error.
2014-01-07 00:23:09 +01:00
Piotr Szmyd 068691af11 #20403: Custom forms performance fix. Form types should be fetched from available type definitions, not by scanning all content items.
Work Item: 20403
2014-01-06 19:12:44 +01:00
Bertrand Le Roy 87ccd59dc0 SSL transitions from https to http should not be forced on Ajax requests, as they can result in mixed security, and cross-domain failures. 2014-01-05 16:11:33 -08:00
Sebastien Ros ec788d13eb Refactoring ContentItemExtensions
The usage of the optional parameter was not working
correctly on my setup.
2014-01-02 11:49:03 -08:00
Sipke Schoorstra c1c1a1ff2c Added optional htmlAttributes to ItemDisplayLink HTML helper. 2014-01-01 19:48:16 +01:00
Sipke Schoorstra ae676bcb07 Added serialization support for Int64/long. 2014-01-01 15:32:19 +01:00
Sipke Schoorstra 425d590d30 Added version options to GetTermsForContentItem.
This allows to get only Published terms the driver's Display method and the Latest terms from the Editor method.
Question to be answered: what about Exporting: should only Published terms be exported, Latest terms, or based on the "Published content only" checkbox on the Export screen?
2013-12-31 11:05:27 +01:00
Sipke Schoorstra 538761da34 Optimizing terms retrieval for content item. 2013-12-29 18:12:21 +01:00
Sipke Schoorstra b7dca6f998 Adding Publish/Unpublish buttons to Media Actions view.
The Publish/Unpublish buttons appear only when the content type of the media item is set to Draftable.
2013-12-28 16:11:49 +01:00
Lombiq 9a07d8b419 Adding some inline documentation to shell management API 2013-12-27 01:27:04 +01:00
Lombiq 4ce3ee3226 #18696: Adding module unit tests code generation command
Work Item: 18696
2013-12-23 21:04:25 +01:00
agriffard 43ad02b0f1 #20349: Fix Orphans Widgets in WidgetService
Work Item: 20349
2013-12-18 13:23:43 +01:00
Daniel Stolt 2b793ad2b0 #20360: Adding Orchard.SecureSocketsLayer to Azure solution and adding a reference to it from Orchard.Azure.Web.
Work Item: 20360
2013-12-17 16:20:09 +01:00
Sipke Schoorstra ff7bd9035f Returning the default value even when the element is found, but not the attribute itself.
This change fixes the issue of a default page size of 0 when setting up a new site.
2013-12-16 18:11:19 +00:00
Sebastien Ros e193603822 Cleaning tenants cookie on logout
In order to prevent the redirection to re-authenticate
the user automatically.
2013-12-13 16:49:31 -08:00
Sebastien Ros e99bba1669 #20355: Preventing collisions with default tenant
Work Item: 20355
2013-12-13 16:22:13 -08:00
Sebastien Ros 13b73da63b Fixing infinite loop when clearing output cache 2013-12-12 14:11:56 -08:00
Sebastien Ros 6758b72938 Adding a way to configure the isolation level 2013-12-10 18:14:42 -08:00
Sebastien Ros 0890650d78 Fixing web.config classic mode configuration
Modules' static files were no more working as they contain classic mode
configuration settings. This flag tolerates these settings.
2013-12-10 15:17:40 -08:00
Jean-Thierry Kéchichian 30c43ad130 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-10 18:05:22 +00:00
Daniel Stolt 1aff8df92c Reverting IIS Express web site URL change. 2013-12-10 17:51:01 +01:00
Sebastien Ros 92615984cf Reformatting web.config 2013-12-10 07:17:24 -08:00
Daniel Stolt 8870414d8c Correcting CopyLocal=true on Newtonsoft.Json reference in Orchard.Web. 2013-12-10 06:35:54 +01:00
Daniel Stolt da9503e58d Moving SSL module inte Modules solution folder. 2013-12-10 06:35:01 +01:00
Daniel Stolt dd3a75b120 Added removal of 30 minute transaction timeout for debugging purposes to the release-mode Web.config transforms. Cleaned up the formatting of Web.config files. 2013-12-09 20:20:49 +01:00
Daniel Stolt cfa4a5dfc2 Removing subfolder from Orchard.Web site URL in IIS Express (fixes configuration section YSOD issue). 2013-12-09 19:55:33 +01:00
Daniel Stolt 7df4f0abb6 Updating some Windows Azure dependencies to latest versions. 2013-12-09 19:53:53 +01:00
Daniel Stolt 0184cd235f Changing draft status text in media library thumbnail view. 2013-12-08 22:53:53 +01:00
Sebastien Ros c736a615d2 Optimizing ContentIdentity comparison 2013-12-07 09:51:35 -08:00
Sebastien Ros e89d6762e4 Fixing SiteTimeZoneSelector.cs for background tasks 2013-12-07 09:51:34 -08:00
Sebastien Ros faefdf6936 Defining the default value for Settings.PageSize 2013-12-07 09:51:33 -08:00
Sebastien Ros 1ca9c8b133 Adding a default value setter for Infoset 2013-12-07 09:51:32 -08:00
Sipke Schoorstra d667c3b3aa Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x 2013-12-07 16:34:24 +01:00
Jean-Thierry Kéchichian 99bcc5a881 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-07 16:34:11 +01:00
Sipke Schoorstra 358f312884 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-07 11:37:22 +01:00
Sebastien Ros e3fef4d9fe Removing local file 2013-12-05 17:45:10 -08:00
Sebastien Ros b374e9814f #19561: Implementing WebAPI filters support
Work Item: 19561
2013-12-05 17:42:05 -08:00
Sebastien Ros e31b2bc10e Removing Orchard.Lists from being packaged independently 2013-12-05 15:03:20 -08:00
Stanley Goldman 951d76cd56 Adding role commands 2013-12-05 11:55:43 -08:00
Sebastien Ros cce4f1def7 Restoring BlogPart.Name 2013-12-04 18:47:36 -08:00
Sebastien Ros d33a44a473 Removing unnecessary App.Config file 2013-12-04 18:02:13 -08:00
Sebastien Ros bf4e1d2c4d Displaying Title and metadata for lists 2013-12-04 18:01:38 -08:00