Commit Graph

9135 Commits

Author SHA1 Message Date
Sipke Schoorstra
379ac040e1 Fixed binding issue for Enumeration field when using RadioList.
This fixes an issue when the Enumeration content field is configured to use radio buttons - in which case the editor shape will use the "Value" property instead of the "SelectedValues" property. Since the binding would only set the value through "SelectedValues", the stored value would be surrounded with a comma, which would not match with any of the enumeration values.
2015-05-01 16:39:50 +02:00
Sébastien Ros
cd479efdae Merge pull request #5213 from Skrypt/1.x
Workflow Definition fixes
2015-04-30 12:43:29 -07:00
Sébastien Ros
b86f7146f8 Merge pull request #5208 from RoyalVeterinaryCollege/4977
fixes #4977 Incorrect BlogPartArchive count
2015-04-30 12:39:23 -07:00
Sébastien Ros
fc09661fd6 Merge pull request #5206 from Ermesx/pr/deprecate-lazyField
Make Orchard.Core.Common.Utilities.LazyField<T> [Obsolete]
2015-04-30 12:37:26 -07:00
Sébastien Ros
1a9be8c57a Merge pull request #5202 from jtkech/patch-3
#5113: SecureSocketsLayer, incorrect Hostname when port number is included
2015-04-30 12:33:48 -07:00
Sébastien Ros
f2f9d8c1ca Merge pull request #5201 from thekaveman/1.8.x
Fix null exception in AzureBlobStorageProvider.GetStoragePath
2015-04-30 12:32:10 -07:00
Sipke Schoorstra
ceaa36c329 Fixed default layout data string for Form content type. 2015-04-30 18:09:52 +02:00
Sipke Schoorstra
ce6876eacf Revived default layout data initialization. 2015-04-30 18:09:26 +02:00
Sipke Schoorstra
a919aab936 Layout Canvas reusability improvements.
This enables child canvas elements to be moved around and removed.
2015-04-30 17:35:03 +02:00
Sipke Schoorstra
ff461b3945 Added MenuPart to Form content type by default. 2015-04-30 17:29:15 +02:00
Sipke Schoorstra
5a5d2f9ae8 Added URL referrer safety check. 2015-04-30 17:28:49 +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
Sipke Schoorstra
c7094ab46b #5215: Implemented import/export for *SearchFormPart*. 2015-04-29 20:32:50 +02:00
Sipke Schoorstra
e6b84ad587 #5216: Added call to *InitHelpers*.
This will cause various helpers to be initialized, such as the *Html* property.
2015-04-29 20:30:08 +02:00
Skrypt
af6282c275 Fixed #5118, #3998 : Adding Workflow Definition name string empty validation.
Fixed #4716, #4367 : Adding Workflow Definition bulk delete.
2015-04-28 23:56:21 -04:00
Sebastien Ros
6164729808 Fixing some specflow tests 2015-04-28 18:32:59 -07:00
Kees Damen
3c0c903c10 Fixed UI (removed redundant div) 2015-04-28 22:20:08 +02:00
Kees Damen
67da9bce29 Fixed UI to Orchard standards 2015-04-28 22:10:37 +02:00
Kees Damen
1551a7dd81 Merge remote-tracking branch 'upstream/1.9-int' into 1.9-int 2015-04-28 21:15:43 +02: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
8dbd003f61 Implemented import/export for element definitions. 2015-04-28 18:10:45 +02:00
Wojciech Gadziński
d273134df3 Fix formatting 2015-04-27 23:14:56 +02:00
Wojciech Gadziński
13fe3649a8 Added backward compatibility for LazyField 2015-04-27 18:32:47 +02:00
Jeff
d3f5765f5b fixes #4977 Incorrect BlogPartArchive count 2015-04-27 16:20:23 +01:00
Sipke Schoorstra
6b18883e24 Merge branch '1.9-int' into 1.x 2015-04-27 16:11:28 +02: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
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
363ae13ef7 #5137: Fixed homepage being lost when content with empty alias is removed. 2015-04-26 13:58:22 +02:00
Kees Damen
b771e3e67e Merge remote-tracking branch 'upstream/1.9-int' into 1.9-int 2015-04-25 22:06:15 +02:00
Kees Damen
a2df93bf39 Fixed formatting 2015-04-25 22:03:44 +02:00
Kees Damen
23e773910f Updated Smtp-settings: username/password auto-hide when windows-authentication is selected 2015-04-25 21:55:30 +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
jtkech
6615ea961e #5113: SecureSocketsLayerService: Incorrect Hostname when port number is included
For example, with a hostname = "localhost:44300", the UriBuilder.Host becomes "44300"
2015-04-25 04:11:16 +02:00
Kegan Maher
6baf308b1f avoid null exception in AzureBlobStorageProvider.GetStoragePath, fixes #4402 2015-04-24 15:06:01 -07:00
Kees Damen
c91ff87773 Fixed the Orchard behavior of passing windows credentials to e-mail server when no credentials where entered.
Added an option to the smptsettings configuration to explicitly configure windows authentication.
This fixes bugs #2536 and #5024.
2015-04-24 23:15:46 +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