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
Sipke Schoorstra
792f5162e4
Moved CustomForms to Deprectaed folder.
2015-04-16 17:18:18 +02:00
Sipke Schoorstra
fc85aff463
Merge pull request #5165 from Xeevis/1.9-int
...
#5138 : Added missing validation message
2015-04-16 16:59:54 +02:00
Sipke Schoorstra
0d9a4a295c
Merge pull request #5170 from keesd/1.x
...
1.x
2015-04-16 16:56:07 +02:00
Kees Damen
ee1b7a5088
Merge branch '1.x' of https://github.com/keesd/Orchard into 1.x
2015-04-16 16:29:42 +02:00
Kees Damen
2cfcdfaa8b
Fixed project references to Orchard.Core and Orchard.Framework
2015-04-16 16:23:12 +02:00
Sipke Schoorstra
bcb6f2c4ac
Merge branch '1.9-int' into 1.x
2015-04-16 16:10:57 +02:00
Lombiq
db0c8c3d1f
Changing all Codeplex issue links to GitHub links
2015-04-15 21:00:20 +02:00
Lombiq
06070fbb03
Wrapping stream usage into using() instead of manual Dispose() in FileSystemStorageProvider
2015-04-15 20:54:39 +02:00
Lombiq
f8e82be4b9
Rolling back streams in storage providers, fixes #4860
2015-04-15 20:45:11 +02:00
Lombiq
566d23ec55
Untabifying Text class
2015-04-15 20:34:28 +02:00
Xeevis
69316fe3ae
#5138 : Added missing validation message
2015-04-15 17:59:58 +02:00