Wojciech Gadziński
b9973d91d8
Move all usages of LazyField to Orchard.ContentManagement.Utilities.LazyField
...
There is one change which have to verify:
Orchard.ContentManagement.Handlers.StorageFilter
Orchard.ContentManagement.Handlers.StorageVersionFilter
because I removed _value parameter from loader delegate - it was pointless and used nowhere except above filters.
2015-04-26 23:56:04 +02:00
Wojciech Gadziński
6afbc78395
Make Orchard.Core.Common.Utilities.LazyField<T> [Obsolete]
2015-04-26 23:23:11 +02:00
Wojciech Gadziński
fa40f4d8b0
Cleanup formatting and references
2015-04-26 23:21:08 +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
Sipke Schoorstra
195d8711f9
Removed Zones integration.
2015-04-19 21:18:31 +02:00
Sipke Schoorstra
7be9428fac
Implemented Menu and Breadcrumbs elements.
2015-04-19 21:12:28 +02:00
Sipke Schoorstra
df9eb83a6c
Restored broken collapsible implementation.
2015-04-19 20:51:15 +02:00
Sipke Schoorstra
73ee4d1e37
Fixed Notifications issue by handling null HTTP contexts.
2015-04-19 19:33:10 +02:00
Sipke Schoorstra
8f84a011b6
Fixed popup CSS.
2015-04-19 19:30:43 +02:00
Sipke Schoorstra
a9df078ce3
Fixed a Notifications design display bug.
2015-04-19 18:45:53 +02:00
Sipke Schoorstra
838cd0a99a
Added Notifications element.
2015-04-19 18:43:27 +02:00
Sipke Schoorstra
eb6285012a
Added CreatingDisplay event to ElementDriver.
2015-04-19 18:43:05 +02:00
Sipke Schoorstra
65e951eee1
Core change: refactored NotifyFilter.
...
This change enables other parts of the system to access the notifications without removing them from TempData.
2015-04-19 18:42:28 +02:00
Sipke Schoorstra
bfa6f1326e
Updated Snippet design shape template.
2015-04-19 17:26:02 +02:00