Commit Graph

7676 Commits

Author SHA1 Message Date
Brett Morrison
e2c2473115 #20439: Added support for urls using the "mailto" and "tel" schemes.
Work Item: 20439
2014-01-23 15:39:45 +01:00
Bertrand Le Roy
2858fbf660 Fixed unclosed tag in media library field client-side template 2014-01-22 17:36:35 -08:00
Daniel Stolt
ece9cff117 #20433: Added specialized implementation of IMachineNameProvider that uses the role instance ID instead of the Windows machine name for task lease records, and activated this implementation for cloud services through Host.config. This makes task lease records resilient to role instance reimaging.
Work Item: 20433
2014-01-22 21:27:16 +01:00
Sebastien Ros
410c058166 Fixing Send Email activity upgrade process 2014-01-21 18:12:37 -08:00
Sebastien Ros
57d0dde156 Upgrading to ASP.NET MVC 5.1 2014-01-21 18:12:22 -08:00
Sebastien Ros
2e72abf59f Adding Orchard.Caching module 2014-01-21 10:50:33 -08:00
Sebastien Ros
e1aa0b5f84 Adding indexes to default comments migration 2014-01-20 10:06:53 -08:00
Sebastien Ros
68e4828dfe Shifting comments count 2014-01-20 10:06:52 -08:00
Sebastien Ros
7eb3579816 Adapting ShowTags view model
The new model change would break some themes
2014-01-20 10:06:50 -08:00
Bertrand Le Roy
cc9624c741 Added a part setting for TermPart so the page size can be adjusted. 2014-01-18 19:43:08 -08:00
Bertrand Le Roy
529a43c1ed Added a part setting for TermPart so the display type can be changed on child items when displaying the details of the term. 2014-01-18 18:36:11 -08:00
Lombiq
97026dd0fa #20374: Fixing that tenant suspend/restart didn't take effect until an app restart
Work Item: 20374
2014-01-18 22:40:53 +01:00
Piotr Szmyd
1eecc1ab4d Query hints - fixing "hidden member" warnings. 2014-01-16 02:28:23 +01:00
Lombiq
d5b68e2c9a #20420: Fixing Internal server error on the Azure Storage emulator when multiple concurrent requests try to access Blob storage.
Work Item: 20420
2014-01-15 22:40:22 +01:00
Sebastien Ros
70be174c72 Implementing Orchard.JobsQueue 2014-01-14 14:43:20 -08: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
Sebastien Ros
50d759ad4a Adding email template wrappers 2014-01-13 11:59:07 -08: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
Sebastien Ros
546aa2fc9c Extracting Orchard.Users email templates
The texts of the emails sent are defined in custom shapes.
It's using IMessageService to send an email directly.
2014-01-10 17:37:00 -08:00
Sebastien Ros
442cf93488 Refactoring Orchard.Templates
Extracting the shape rendering logic into the framework. The
module is only responsible for managing templates and
the template languages. IShapeDisplay is introduced to render
a shape.
2014-01-10 17:36:02 -08:00
Sebastien Ros
3ad8e8c6bd Implementing DisableThemePart
Also implementing a new Match predicate for
placement files, i.e. ContentPart="" which will
apply the placement rules if the currently displayed
content type contains a specific part.
2014-01-10 12:40:59 -08:00
Sebastien Ros
eba14590b6 Refactoring Orchard.Messaging 2014-01-08 18:38:59 -08:00
Sebastien Ros
9d7450d444 Chaining Site.SuperUser to the actual User object 2014-01-08 18:38:57 -08:00
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