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