Commit Graph

9001 Commits

Author SHA1 Message Date
Sipke Schoorstra
ce6876eacf Revived default layout data initialization. 2015-04-30 18:09:26 +02:00
Sipke Schoorstra
a919aab936 Layout Canvas reusability improvements.
This enables child canvas elements to be moved around and removed.
2015-04-30 17:35:03 +02:00
Sipke Schoorstra
ff461b3945 Added MenuPart to Form content type by default. 2015-04-30 17:29:15 +02:00
Sipke Schoorstra
5a5d2f9ae8 Added URL referrer safety check. 2015-04-30 17:28:49 +02:00
Sipke Schoorstra
c7094ab46b #5215: Implemented import/export for *SearchFormPart*. 2015-04-29 20:32:50 +02:00
Sipke Schoorstra
e6b84ad587 #5216: Added call to *InitHelpers*.
This will cause various helpers to be initialized, such as the *Html* property.
2015-04-29 20:30:08 +02:00
Sipke Schoorstra
8dbd003f61 Implemented import/export for element definitions. 2015-04-28 18:10:45 +02:00
Sipke Schoorstra
6b18883e24 Merge branch '1.9-int' into 1.x 2015-04-27 16:11:28 +02:00
Sipke Schoorstra
02fbd2e1f2 Merge branch '1.8.x' into 1.9-int 2015-04-27 16:04:17 +02:00
Sipke Schoorstra
e557151b28 Merge branch '1.8.2-int' into 1.8.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Autoroute/Services/AutorouteService.cs
2015-04-27 16:01:10 +02:00
Sipke Schoorstra
a88d68ee7a Added missing *Types* property to ContentPicker shape.
This fixes an issue where you could not configure the content picker shape to filter the available content items by types or types with certain parts.
2015-04-27 14:05:50 +02:00
Sipke Schoorstra
ae17c75a5e Fixed controller for SELECT input controls.
When using a SELECT input control, that control itself would be initialized with the call to "toggleWhatYouControl" instead of its child OPTION elements.
2015-04-27 08:36:38 +02:00
Sipke Schoorstra
363ae13ef7 #5137: Fixed homepage being lost when content with empty alias is removed. 2015-04-26 13:58:22 +02:00
Sipke Schoorstra
c9d30d6cc2 Merge branch '1.9-int' into 1.x 2015-04-25 10:31:55 +02:00
Sipke Schoorstra
20adb3bf51 Merge branch '1.8.x' into 1.9-int 2015-04-25 10:24:31 +02:00
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
Sébastien Ros
21d80434e8 Merge pull request #5196 from fakedevil/feature/modified-by
Adding fallback to owner if VersionModifiedBy is not filled up
2015-04-24 11:10:30 -07:00
Sébastien Ros
c0a06becd0 Merge pull request #5199 from vairam-svs/1.x
Remove Duplicate code that could be cleanedup for better maintenance.
2015-04-24 11:09:49 -07:00
vairam-svs
41d3e13a71 Update WebViewPage.cs 2015-04-24 09:01:55 -07:00
vairam-svs
e72d4639db Update ViewPage.cs 2015-04-24 09:00:52 -07:00
vairam-svs
0c2e655c7e Update ViewUserControl.cs 2015-04-24 09:00:18 -07:00
vairam-svs
6932fdeac5 Update MetaEntry.cs 2015-04-24 08:58:19 -07:00
Bing Huan Chio
f9523a32b8 Removing unnecessary cast 2015-04-23 13:32:43 -07:00
Bing Huan Chio
84a7c1fccb Adding fallback to owner if VersionModifiedBy is not filled up 2015-04-23 13:13:14 -07:00
Sébastien Ros
3a1c4db64c Merge pull request #5192 from fakedevil/feature/modified-by
Adding modified by to common part
2015-04-23 12:54:29 -07:00
Sipke Schoorstra
5de70ecdef Fixed potential NRE issue with SearchSettingsPart export handler.
This issue occured if no SearchFields were stored yet and the user exports Site Settings.
2015-04-23 12:30:13 +02:00
Bing Huan Chio
0395d33f71 Updated UT and displaying last updated by correctly 2015-04-22 18:42:07 -07:00
Bing Huan Chio
df483c3a8e Adding modified by to common part 2015-04-22 12:22:00 -07:00
Sipke Schoorstra
4a92ec7c5a Fixed redirect on server side validation.
This fixes an issue where, even though the posted values would not be saved, the user is not presented the form with validation errors, being redirected to the configured url instead.
2015-04-22 17:41:14 +02:00
Sipke Schoorstra
28f6cb27d9 #5153: Fixed *elementEditorModel* deserialization issue. 2015-04-22 17:26:43 +02:00
Sipke Schoorstra
96b41fb9b7 Added autofocus to index creation screen. 2015-04-22 13:40:52 +02:00
Sipke Schoorstra
eb517fccaf Added default empty option.
This avoids confusion when the current default index is no longer present and thus another index is displayed.
2015-04-22 13:36:18 +02:00
Sipke Schoorstra
fcbd77c02a Removed unused namespace imports. 2015-04-22 13:10:24 +02:00
Sipke Schoorstra
c32d4f485b Merge branch 'feature/layoutzones' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Search/Handlers/SearchSettingsPartHandler.cs
2015-04-22 13:09:36 +02:00
Sipke Schoorstra
b639d893c0 Work on selectable container elements. 2015-04-21 23:08:29 +02:00
Sipke Schoorstra
b44b4e9170 Fixed an issue with a potentially null controller.
When the indexing background task displays content with a Form element, the driver was throwing a NRE because of a null controller.
2015-04-21 17:38:27 +02:00
Sipke Schoorstra
5dabbf7aec Merge branch '1.9-int' into 1.x 2015-04-21 15:00:42 +02:00
Sébastien Ros
7c0f4500eb Merge pull request #5179 from Ermesx/pr/site-settings
Moving default SiteSettings values to a handler.
2015-04-20 21:23:57 -07:00
Sébastien Ros
af8df72f5e Merge pull request #5177 from sfmskywalker/feature/searchwidget
Search Widget Enhancements
2015-04-20 21:20:49 -07:00
Sébastien Ros
a34c3806c8 Merge pull request #5184 from benschi11/issue/4905
Fixed #4905: Taxonomy term counter does not decrease.
2015-04-20 21:15:27 -07:00
Benedikt Neuhold
a7f086317d Fixed #4905: Taxonomy term counter does not decrease.
I think the problem is that the TermsPartHandler triggers the TermCountProcessor as a Task async and the TermCountProcessor used the ContentTypeId as a parameter.
If a ContentItem gets deleted, the TermCountProcessor cannot access it anymore and the Terms won't getting reprocessed which results in a wrong count.
I altered the ITermCountProcessor interface to accept TermPartRecordId's instead of the ContentTypeId and use this id's directly.
I also had to add a call for the ITermCountProcessor in the TermService UpdateTerm method. This is because when you re-publish a ContentItem only the new Terms are available in the PublishedEvent - but also terms from the previous version needed to be processed.
2015-04-20 16:24:28 -05:00
Sipke Schoorstra
5d7988650e Fixed view compilation issue. 2015-04-20 23:12:18 +02:00
Sipke Schoorstra
54c53b7a12 Incremental work on selectable elements. 2015-04-20 23:07:27 +02:00
Sipke Schoorstra
c61e08abd9 Fixed view compilation issues. 2015-04-20 17:49:19 +02:00
Sipke Schoorstra
dd34d87ac9 Relaxed focus targets to allow pasting of elements into templated containers. 2015-04-19 22:18:43 +02:00
Sipke Schoorstra
dacdbdffb2 Canvas everywhere. 2015-04-19 22:13:09 +02:00
Sipke Schoorstra
8a300065c9 Fixed Form element design template. 2015-04-19 22:12:56 +02:00
Sipke Schoorstra
f5e4ef8fe5 Merged Rules with Properties. 2015-04-19 21:42:39 +02:00
Sipke Schoorstra
b239a492b4 Improved design view of Menu and Breadcrumbs elements. 2015-04-19 21:38:02 +02:00