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
Sipke Schoorstra
1a889594d9
Improved UI element style.
2015-04-19 17:23:08 +02:00
Andre Rodrigues
21b1fb9105
Moving default SiteSettings values to a handler.
...
--HG--
branch : dev
Ermesx:
Added missing time zone data and fixed conflicts
2015-04-19 14:35:12 +02:00
Sipke Schoorstra
6727e61f6c
Merge branch '1.9-int' into feature/layoutzones
...
Conflicts:
src/Orchard.Web/Modules/Orchard.Layouts/Scripts/Models.min.js
src/Orchard.Web/Modules/Orchard.Layouts/Views/Elements/Column.cshtml
src/Orchard.Web/Modules/Orchard.Search/Handlers/SearchSettingsPartHandler.cs
2015-04-19 14:33:40 +02:00
Sipke Schoorstra
c525bda388
Added rule editor to other element types.
2015-04-19 11:40:13 +02:00
Sipke Schoorstra
d5f75a242d
Implemented element rules.
2015-04-19 11:31:53 +02:00
Sipke Schoorstra
24776bf9ee
Fixed copy/paste issue with Html element.
2015-04-18 20:48:50 +02:00
Sipke Schoorstra
b3b75b3d74
Fixed copy/paste issue with Html element.
2015-04-18 20:48:16 +02:00
Sipke Schoorstra
79e4aa199f
Reverted all Orchard.Widgets modifications.
2015-04-18 20:38:39 +02:00
Sipke Schoorstra
d6a0242433
Simplified Admin Search.
2015-04-18 20:16:40 +02:00
Sipke Schoorstra
b88d08b0ff
Initial work on configurable search widget.
2015-04-18 19:48:25 +02:00
Sébastien Ros
5cd169d4fe
Merge pull request #5176 from jtkech/patch-2
...
#5148 : Default recipe error on setup
2015-04-18 08:44:38 -07:00
jtkech
009edb8d75
#5148 : Default recipe error logged on setup
2015-04-18 01:03:04 +02:00