Commit Graph
48 Commits
Author SHA1 Message Date
Sipke Schoorstra 060720e92c Minor code formatting + cleanup. 2015-04-25 10:20:00 +02:00
Sipke Schoorstra b2b2e1cf37 #5137: Fixed homepage being lost when content with empty alias is removed. 2015-04-25 10:13:04 +02:00
Sipke Schoorstra 9f769b6818 Removing unused variables. 2014-12-14 19:54:52 +01:00
Sipke Schoorstra a4894930f0 #20711: Fixing hungry Href.
Fix provided by: qt1 (http://www.codeplex.com/site/users/view/qt1)

Work Item: 20711
2014-12-04 21:41:03 -08:00
Sipke Schoorstra 28b69ebc56 #20728: Optimizing query. 2014-12-04 21:24:32 -08:00
Sipke Schoorstra a4ebab1f90 #20728: Optimizing query. 2014-12-04 21:23:14 -08:00
Sipke Schoorstra ea68f1f9b3 #20728: Optimizing query. 2014-12-04 21:16:32 -08:00
Sipke Schoorstra c226483d11 #20728: Optimizing query. 2014-12-04 21:09:24 -08:00
Sipke Schoorstra 86742c53c4 #20728: Optimizing query. 2014-12-04 21:09:15 -08:00
Sipke Schoorstra 5c2d394f32 #20728: Optimizing query. 2014-12-04 21:08:27 -08:00
Sipke Schoorstra 9a44d09c5e #20962: Handling text field keypress events on bulk actions to trigger the expected action.
Work Item: 20962
2014-10-20 13:05:19 -07:00
Sipke Schoorstra 60021d92f4 Adding test.
This test asserts that a failing data migration throws an OrchardException.
This exception is then handled by the controller to render the proper error message.
2014-10-13 18:15:06 -07:00
Sipke Schoorstra 0491a38aea Initializing T property with a default instance. 2014-10-13 18:13:31 -07:00
Sipke Schoorstra 7f9fce290b Fixing update feature functionality.
This fixes an issue when for some reason a migration update step fails and the user wants to try again, but the migrations aren't executed for the selected features.
2014-10-13 16:46:42 -07:00
Sipke Schoorstra 69d1ef8f86 Improving output cache filter.
- This change allows any shapes to be added to the Messages zone without causing the output cache to not kick in anymore.
- Using INotifier instead of INotificationManager to prevent invocation of INotificationProvider implementations.
2014-09-30 15:33:14 -07:00
Sipke Schoorstra 6e49ad2ce2 Changed the Template title syntax requirements.
This change makes it possible to use "complex" shape names (e.g. "Email__Wrapper"). Before this change, the shape file name syntax was required (e.g. "Email-Wrapper").
However, such shapes would not be found when using the {Shape.Execute} token when using the other syntax (e.g. "Email__Wrapper"), since TemplateShapeDisplayEvent simply register the shapes by specified title without first translating the file based syntax to code based syntax.
2014-05-20 20:04:19 +02:00
Sipke Schoorstra aacae5451c Renamed 'List Definition' to just 'List'. 2014-03-28 10:06:42 -07:00
Sipke Schoorstra 3b95c46f90 Restored removed ContainerWidget properties. 2014-03-28 10:06:41 -07:00
Sipke Schoorstra 129133f6ba Added Lists projection filter and sort criterion provider. 2014-03-28 10:06:39 -07:00
Sipke Schoorstra 8bda4bc6cc Fixed sweeplock bugs in media services background tasks. 2014-03-24 23:29:43 +01:00
Sipke Schoorstra 0a970e88f3 Fixed Media Library not showing draft items.
Due to a bad merge (1.7.x into 1.x), the VersionOptions weren't being specified anymore, which caused the Media Library to not show draft items.
2014-03-21 12:23:02 +01:00
Sipke Schoorstra 94011c8944 #20561: Fixed redirect URL bug in OutputCacheFilter.
Work Item: 20561
2014-03-15 13:31:31 +01:00
Sipke Schoorstra 3dfdebdd12 Fixed broken setup.
There's no feature called "Core". When setting a dependency on a non-existing feature of a feature that is enabled during setup, the site fails.
2014-03-03 21:39:31 +01:00
Sipke Schoorstra da7bbacba9 Revert "Updated Windows Azure Storage dll to latest version."
This reverts commit dd52801aa9.
2014-02-21 00:11:54 +01:00
Sipke Schoorstra dd52801aa9 Updated Windows Azure Storage dll to latest version. 2014-02-16 21:35:15 +01:00
Sipke Schoorstra 45661ba81f Added dependency.
AzureOutputCacheStorageProvider is associated with the "Orchard.Azure.OutputCache" feature, and has a dependency on a IAzureOutputCacheHolder, whose implementation is associated with the "Orchard.Azure" feature.
If "Orchard.Azure.OutputCache" is enabled, but "Orchard.Azure" is not, then a dependency resolution error will occur.
2014-02-10 19:51:56 +01:00
Sipke Schoorstra bbd07239e4 Removed DisplayText handling.
The removed line is unnecessary because TitlePart already provides this functionality.
2014-01-13 22:49:37 +01:00
Sipke Schoorstra 620137eeef Removed ShapePartRecord and implemented Name property as TitlePart. 2014-01-13 22:36:36 +01:00
Sipke Schoorstra 87a9b8d72d Fixed a typo. 2014-01-12 22:13:49 +01:00
Sipke Schoorstra 013d55357b Added Workflow State token provider.
This token provider enables tokenized fields to access WorkflowContext state values.
Example: {Workflow.State:MyData.MyProperty.SubProperty}
2014-01-12 17:42:28 +01:00
Sipke Schoorstra dee5a2104a Added Orchard.TaskLease to Setup's feature list.
The TaskLease feature is required because Messaging has a dependency on it.
2014-01-11 23:51:23 +01:00
Sipke Schoorstra 625d7cbd5a Refactored ShapePart and moved Language setting to ShapePart/Type settings.
"Language" has been renamed to "Processor" to better match the term "ITemplateProcessor".
2014-01-11 23:43:19 +01:00
Sipke Schoorstra 372e00db43 ShapePart Import/Export. 2014-01-11 23:02:52 +01:00
Sipke Schoorstra c7b226fb6d Shifted ShapePart. 2014-01-11 22:34:49 +01:00
Sipke Schoorstra f1914c1467 Fixed Setup.
Orchard.Users now has a hard dependency on Orchard.Messaging, so that feature needs to be enabled as well during setup.
2014-01-11 14:11:59 +01:00
Sipke Schoorstra 14a1eb0414 Adding Orchard.Messaging and Orchard.Templates 2014-01-08 18:38:42 -08: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
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
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
Sipke Schoorstra d667c3b3aa Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x 2013-12-07 16:34:24 +01:00
Sipke Schoorstra 358f312884 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-07 11:37:22 +01:00
Sipke Schoorstra c748ee447c Reviving Orchard.Lists 2013-12-04 17:09:33 -08:00
Sipke Schoorstra a6a481b78a Fixing RuntimeBinderException ("Cannot implicitly convert type 'Foo' to 'Newtonsoft.Json.Linq.JToken'") when getting a complex type from the workflow state. 2013-11-29 00:51:49 +01:00
Sipke Schoorstra 8f35d97621 Fixing RuntimeBinderException ("Cannot implicitly convert type 'Foo' to 'Newtonsoft.Json.Linq.JToken'") when adding a complex type to the workflow state. 2013-11-29 00:42:25 +01:00