Commit Graph

8585 Commits

Author SHA1 Message Date
Piotr Szmyd
8c7f8feaf6 Merge remote-tracking branch 'origin/1.x' into feature/backgroundtasks 2014-11-17 09:07:15 +01:00
Daniel Stolt
004caf387f Added missing projects to Orchard.Azure.sln. Retargeted Orchard.Azure.Web.csproj to .NET Framework 4.5.1. 2014-11-17 02:46:39 +01:00
Daniel Stolt
4a18247588 Moved IMachineNameProvider into Orchard.Framework. 2014-11-17 02:30:25 +01:00
Daniel Stolt
9855914af2 Removed IDependency from AzureBlobShellSettingsManager and AzureMachineNameProvider to prevent them from being registered as part of the default feature of the Orchard.Azure module. IShellSettingsManager and IMachineNameProvider implementations should always be registered using Host.config. 2014-11-17 00:01:44 +01:00
Daniel Stolt
ffe6a733ea Various TinyMCE improvements:
- Removed png image for toolbar buttons in mediapicker and medialibrary plugins and replaced with vector icon to harmonize with other toolbar buttons.
- Fixed styling of menu items and enabled menu bar and status bar.
- Improved toolbar button ordering.
- Enabled more features.
- Added styling of pre and code elements in editor.
- Cleaned up JavaScript formatting.
2014-11-16 19:46:32 +01:00
Sipke Schoorstra
3fb84f80ef #21075: Fixing outcome labels.
Work Item: 21075
2014-11-16 02:24:38 -08:00
Sipke Schoorstra
61b73d84ea Fixing Core recipe scenario.
Because Orchard.Pages no longer adds the BodyPart by default, the Core recipe will have to add it, since it uses the "page create" command which expects the BodyPart to be there.
2014-11-15 16:29:18 -08:00
Sipke Schoorstra
15387e961e Swapping out BodyPart for LayoutPart for new sites.
Also, the three widgets created by default are replaced with HTML elements inside of the layout, since they appear on the home page only.
2014-11-15 15:54:26 -08:00
Sipke Schoorstra
9581cd583e Simplifying summary shape for LayoutPart. 2014-11-14 20:43:06 -08:00
Sebastien Ros
93a13c5b9c Fixing compilation 2014-11-14 14:22:46 -08:00
Sebastien Ros
065e4fdf42 #21068: Fixing caching of value types
Work Item: 21068
2014-11-14 11:21:36 -08:00
Sipke Schoorstra
a0390c88bd Adding support for import/export.
This enables elements to export additional information such as content item references by storing their identities.
2014-11-13 18:25:05 -08:00
Sipke Schoorstra
fbac586231 Adding LayoutPart summary shape. 2014-11-13 16:37:21 -08:00
Sipke Schoorstra
a91d06a4b9 Adding support for layout element indexing. 2014-11-13 15:13:39 -08:00
Bertrand Le Roy
e3ab41a78c #21020: simplified feature css, and removed wrong assumption about the position of the feature boxes. 2014-11-13 13:41:11 -08:00
Jason Burgard
f07d6e2775 #20606: Add email activity reply-to
Work Item: 20606
2014-11-13 13:00:19 -08:00
Zoltán Lehóczky
fe6da7a143 #20286: Orchard.Framework dependencies come first instead of last now. Adding fix suggested by harmony7.
WorkItem: 20286
2014-11-13 21:54:03 +01:00
Jason Burgard
593f99b758 #20526: Adding Preview permissions
Work Item: 20526
2014-11-13 12:51:48 -08:00
Sipke Schoorstra
85f6871d44 Fixing HQL syntax error. 2014-11-12 23:53:49 -08:00
Sipke Schoorstra
6761b1c20f Fixing recycle bin error.
Unfortunately we can't sort by ModifiedUtc without grouping by it. The problem with grouping by ModifiedUtc i that it will cause to show items that are no longer deleted. I think we need a Deleted flag.
2014-11-12 23:46:22 -08:00
Sipke Schoorstra
8975f9a505 Merge branch '1.x' into feature/rollback 2014-11-12 22:18:58 -08:00
Sipke Schoorstra
7f648908af Renaming VectorGraphic to VectorImage. 2014-11-12 11:24:34 -08:00
Sipke Schoorstra
131ed17b37 Adding Width and Height properties to VectorGraphic element. 2014-11-12 11:24:33 -08:00
Sipke Schoorstra
3259be74b3 Fixing vector graphic element template. 2014-11-12 11:24:32 -08:00
Sipke Schoorstra
a0be6c23dd Adding VectorGraphic element. 2014-11-12 11:24:31 -08:00
Sipke Schoorstra
41bb95cfd3 Adding VectorGraphic media type. 2014-11-12 11:24:30 -08:00
Sipke Schoorstra
7c6acd59c5 Changing mime type provider implementation to use System.Web.MimeMapping. 2014-11-12 11:24:29 -08:00
Piotr Szmyd
02b5b502ff Merge remote-tracking branch 'origin/1.x' into feature/backgroundtasks 2014-11-10 22:38:25 +01:00
Sipke Schoorstra
71cc8efeff Handling NULL form reference in case a form element is placed outside of a form element. 2014-11-08 16:16:46 -08:00
Sipke Schoorstra
26abb5b90b Fixing an issue where a NRE is thrown when rendering attributes. 2014-11-07 20:55:34 -08:00
Piotr Szmyd
35bc0bfd3d Merge remote-tracking branch 'origin/1.x' into feature/backgroundtasks 2014-11-07 15:13:57 +01:00
Sipke Schoorstra
dcfaf50c95 Improving blueprint support for content part elements in a content part agnostic manner.
This enables scenarios such as creating blueprints for content part elements, which themselves are 'virtualized' elements based on the ContentPart element.
2014-11-06 00:29:22 -08:00
Sipke Schoorstra
6b8f870091 Improving element blueprint create and properties validation UI. 2014-11-05 23:05:58 -08:00
Sipke Schoorstra
54d80cae56 Removing unnecessary Index property.
The Index property is inherited from IElement.
2014-11-05 21:15:19 -08:00
Piotr Szmyd
fb1f8c5751 Merge branch '1.x' into feature/backgroundtasks
Conflicts:
	src/Orchard/Data/Migration/DataMigrationManager.cs
2014-11-05 20:07:47 +01:00
Sipke Schoorstra
dd0bc59028 Improving verbiage. 2014-11-04 18:06:36 -08:00
Sipke Schoorstra
45947af448 Adding project dependencies (DynamicForms, Layouts, MessageBus and Redis). 2014-11-03 20:34:15 -08:00
Sipke Schoorstra
b8ea04bc32 Fixing projection element pager bug. 2014-11-03 20:24:02 -08:00
Sipke Schoorstra
038c7ef08e Tokenizing form submitted notification. 2014-11-02 14:07:53 -08:00
Sipke Schoorstra
2737ec8ab5 Executing enumerable early on to avoid a potential issues. 2014-10-31 17:56:57 -07:00
Sipke Schoorstra
84d34276c7 Adding optional QueryHints parameter. 2014-10-31 17:43:57 -07:00
Sipke Schoorstra
a4f45eeb2c Skip rendering if no PublicKey is available.
PublicKey can be empty if not specified, or if the user is authenticated.
2014-10-30 18:54:38 -07:00
Sipke Schoorstra
9ba885fd51 Updating Layouts migrations - attaching LayoutPart to Page type. 2014-10-30 16:06:52 -07:00
Sipke Schoorstra
f9ca833f34 Fixing ReCaptcha validator. 2014-10-30 16:02:26 -07:00
Sipke Schoorstra
b426fb910d Adding a Form Submission token provider to access posted values. 2014-10-30 15:00:38 -07:00
Sipke Schoorstra
509dbf6bf7 Adding token support custom validation messages. 2014-10-30 13:59:00 -07:00
Sipke Schoorstra
17e42b8f0b Fixing null Form situation in design mode. 2014-10-30 13:58:28 -07:00
Sipke Schoorstra
f50bb865b6 Enabling Grid element settings. 2014-10-30 13:19:56 -07:00
rkoegelenberg
a087d85e81 Adding required hint to TitlePart 2014-10-30 12:54:17 -07:00
Sipke Schoorstra
52b518e543 Adding ReCaptcha form element. 2014-10-30 00:42:21 -07:00