Commit Graph

9272 Commits

Author SHA1 Message Date
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
Skrypt
a746532212 Adding changes to Migrations 2015-04-21 04:09:16 -04:00
Skrypt
201408bd59 Rebase on 1.x 2015-04-21 03:35:36 -04: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
Sébastien Ros
0b8260f3fa Create README.md 2015-04-20 21:11:09 -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
Sébastien Ros
456e2ccbbd Merge pull request #5174 from keesd/1.x
Fixed projectreference (copy local = false) for CodeGen generated Module...
2015-04-17 15:46:37 -07:00
Kees Damen
cbb5a2f9fc Fixed projectreference (copy local = false) for CodeGen generated Modules 2015-04-17 20:54:56 +02:00
Sipke Schoorstra
3e6043b6d7 Merge branch '1.9-int' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.MediaLibrary/MediaFileName/MediaFileNameEditorSettings.cs
	src/Orchard.Web/Modules/Orchard.Search/Handlers/SearchSettingsPartHandler.cs
2015-04-17 15:12:28 +02:00
Sipke Schoorstra
a93cc9cdbc Fixed minor CSS issue. 2015-04-17 15:04:56 +02:00
Sipke Schoorstra
dea42e518b Cleaned up element views. 2015-04-17 14:34:00 +02:00
Sipke Schoorstra
66248a7005 #4957: Fixed search settings. 2015-04-17 00:46:39 +02:00
Sébastien Ros
3bb36ab010 Merge pull request #5156 from MpDzik/pr/users-consts2
Define constants for maximum username/email length
2015-04-16 12:57:47 -07:00