Sipke Schoorstra
ce36e115d0
Removed unnecessary field.
2015-05-21 17:25:50 +02:00
Sipke Schoorstra
4d242e83df
#5306 : Injecting HttpContextBase directly.
...
This will ensure that an actual HttpContext object will be available in case of background task operations thanks to the way HttpContextBase is registered (providing a placeholder object in case of background operations).
2015-05-21 17:24:45 +02:00
Sébastien Ros
475feb923d
Merge pull request #5278 from mvarblow/1.9.x
...
Fix for Issue #5274 - Faulty import in SslSettingsPartDriver
2015-05-14 12:58:40 -07:00
mvarblow
ce728380a1
Merge pull request #1 from mvarblow/mvarblow-patch-5274
...
Update SslSettingsPartDriver.cs
2015-05-14 15:49:45 -04:00
Sébastien Ros
d53d7346ee
Merge pull request #5276 from mvarblow/mvarblow-patch-5275
...
Mvarblow patch 5275
2015-05-14 12:42:12 -07:00
Sipke Schoorstra
f8c6feea86
#5216 : Added call to *InitHelpers*.
...
This will cause various helpers to be initialized, such as the *Html* property.
2015-05-14 10:24:04 -07:00
Lombiq
b98d35305a
Revert "Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729."
...
Commit moved to dev branch as it's not a completely safe change.
This reverts commit 40243f2224
.
2015-05-14 12:54:02 +02:00
mvarblow
fa7bf025b9
Update MediaItems.cshtml
2015-05-13 16:57:10 -04:00
mvarblow
f5862bd628
Update MediaController.cs
...
Fix for issue https://github.com/OrchardCMS/Orchard/issues/5275 . The fix is to return the FolderPath element in the response to the media search request so that the folderPath check in the javascript code succeeds.
2015-05-13 16:54:23 -04:00
mvarblow
2339bdc966
Update SslSettingsPartDriver.cs
...
Fixed issue 5274
2015-05-13 16:45:55 -04:00
Lombiq
40243f2224
Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729 .
2015-05-11 23:17:58 +02:00
Lombiq
91e040e684
Fixing that the technical names of widgets couldn't contain hyphens, see #4981
2015-05-11 16:52:54 +02:00
Sébastien Ros
73336e19ba
Merge pull request #5255 from jtkech/patch-3
...
#5234 Duplicate lines in WorkflowManager
2015-05-07 12:30:58 -07:00
jtkech
61b8f82fd7
#5234 Duplicate lines in WorkflowManager
2015-05-07 21:24:08 +02:00
Sebastien Ros
a35cc754a4
Merge branch 'master' of https://github.com/OrchardCMS/Orchard
2015-05-05 21:51:13 -07:00
Daniel Stolt
12a95c0335
Fixed missing assembly binding redirects for Azure Storage.
1.9
2015-05-02 22:48:23 +02:00
Sebastien Ros
72534d632d
Adding more detailed message on failing tests
2015-04-29 15:15:43 -07:00
Sebastien Ros
d941ea1509
Fixing failing culture based test on CI
2015-04-29 15:15:20 -07:00
Sebastien Ros
6ff69e27fd
Fixing specflow tests
2015-04-29 13:04:19 -07:00
Sebastien Ros
dd8d793a40
Adding unsafeUrl support in specflow tests
2015-04-29 13:04:08 -07:00
Sebastien Ros
6164729808
Fixing some specflow tests
2015-04-28 18:32:59 -07:00
Sebastien Ros
ddfb72faaa
Updating version number
2015-04-28 12:14:30 -07:00
Sebastien Ros
d25eb61fe7
Merge branch '1.8.2-int' into 1.9-int
...
Conflicts:
src/Orchard.Profile/Tests/Profiling.feature.cs
src/Orchard.Web/Modules/Orchard.jQuery/Scripts/jquery-ui-timepicker-addon.js
2015-04-28 11:44:09 -07:00
Sebastien Ros
8b9c25a0a0
Updating version and license
2015-04-28 11:07:04 -07:00
Sebastien Ros
cdd3722009
Forcing POST method on user moderation actions
2015-04-28 10:27:40 -07: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
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
1c1ba30a8c
Fixing links in README.md
2015-04-22 15:44:07 -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
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
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
c61e08abd9
Fixed view compilation issues.
2015-04-20 17:49:19 +02:00
Sipke Schoorstra
b3b75b3d74
Fixed copy/paste issue with Html element.
2015-04-18 20:48:16 +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
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
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