Sipke Schoorstra
adc7bc1b53
Commented out everything that changes the alias of a content item.
2015-07-21 10:17:15 +01:00
Sipke Schoorstra
ad35d78126
Applied proper casing.
2015-07-21 10:16:25 +01:00
Murray Hou
14cdf57bc5
Fixed DropForeignKeyCommand For Mysql
2015-07-21 15:48:54 +08:00
Murray Hou
41e9fda2de
Fixed [default value] For Mysql
...
The [default value] can'nt use [modify column] in mysql.
2015-07-21 15:38:21 +08:00
Sebastien Ros
e6211dbf54
Merge branch '1.9.x' of https://github.com/OrchardCMS/Orchard into 1.9.x
2015-07-20 14:31:33 -07:00
Sebastien Ros
1664aa1bde
Fixing Setup due to missing dynamic forms feature
2015-07-20 14:30:57 -07:00
Sebastien Ros
1b54e3e8fb
Restoring build log level
2015-07-20 14:29:56 -07:00
Sipke Schoorstra
5d09053d30
Fixed an issue when changing the homepage.
...
This fixes an issue where the previous published homepage would not have its regenerated alias stored.
2015-07-20 20:56:37 +01:00
Sipke Schoorstra
1494aec836
Removed mixed tabs and spaces.
2015-07-20 20:10:58 +01:00
Sipke Schoorstra
b0177ab7b8
Added configuration upload to Export screen.
2015-07-20 17:13:28 +01:00
Sipke Schoorstra
4c962b2f66
Added support for default configurations, enabling a full site export.
...
The command "export file" with no arguments will export everything.
2015-07-20 16:05:27 +01:00
Sipke Schoorstra
2c6c4a22c4
Updated command line support for import/export.
...
- Added export file switch.
- Added config file switch for both import and export commands.
- Minor refactoring.
2015-07-20 15:39:06 +01:00
Sipke Schoorstra
6e42065bac
Simplified recipe step configuration names.
2015-07-20 10:55:21 +01:00
Sipke Schoorstra
1084c945dd
Implemented Configure method for CustomStepsStep.
2015-07-20 10:27:10 +01:00
yw80
a0f42632e0
Remove the blank line at the bottom of every page after the default theme rendering.
...
Set a background color to #layout-footer In Site.css, you can clearly see the blank line at the bottom.
2015-07-20 15:43:23 +08:00
jtkech
28643ae7b8
Update ContentPart.cs
2015-07-20 02:23:56 +02:00
jtkech
70ea2df334
Update ContentItem.cs
2015-07-20 02:11:49 +02:00
Sipke Schoorstra
a971f2825d
Added Recipe Category to Recipe Metadata builder step.
2015-07-19 23:41:34 +01:00
Sipke Schoorstra
46d88feb0c
Added IsVisible property to recipe builders to control their visibility.
...
This is useful for builder steps that should only be rendered when there's actually something to render.
For example, the Custom Steps step should only be visible if there actually are any custom steps available for execution.
2015-07-19 23:36:37 +01:00
Sipke Schoorstra
531f8bc352
Setting Enabled Feature setting to true by default on Feature recipe builder step.
2015-07-19 23:24:03 +01:00
Sipke Schoorstra
6a07fae67f
Improved export file name generation.
2015-07-19 23:21:27 +01:00
Sipke Schoorstra
db48f60fe6
Fixed a typo in the Content recipe execution step description.
2015-07-19 23:14:59 +01:00
Sipke Schoorstra
c59a056524
Setting BatchSize to a reasonable default value on the Content Recipe Execution Step.
2015-07-19 23:13:42 +01:00
Sipke Schoorstra
32a5082405
Removed checkbox for Recipe Execution Steps.
...
Since recipe execution steps are always to be configured and executed, there's no need for a checkbox.
2015-07-19 23:10:13 +01:00
Sipke Schoorstra
00dc6ab13c
Minor UI changes.
2015-07-19 23:06:10 +01:00
Sipke Schoorstra
ed85e96621
Replaced ResetSite checkbox with radio buttons.
...
This should make things more clear to the user.
2015-07-19 23:03:57 +01:00
Sipke Schoorstra
833d297499
Removed extraneous curly brace.
2015-07-19 22:45:20 +01:00
Sipke Schoorstra
21629dd6c2
Removed ImportExportCurrentTheme feature.
...
Removed this feature in favor of it being part of the default feature of the module.
2015-07-19 21:45:35 +01:00
Sipke Schoorstra
c0469aea85
Removed unused feature declarations.
2015-07-19 21:44:40 +01:00
Sipke Schoorstra
942700cf5c
Merge branch 'dev' into feature/recipesteps
2015-07-19 20:03:30 +01:00
Sipke Schoorstra
d7595f62a7
Restored Content.Edit.cshtml HTML structure.
2015-07-19 19:55:02 +01:00
Sipke Schoorstra
f4d630e2f6
Simplified tabs harvesting and implemented sorting by shape position.
2015-07-19 19:50:07 +01:00
Sébastien Ros
e964d80f7e
Merge pull request #5537 from jtkech/patch-1
...
#5512 : Incorrect message of DynamicForms StringLength rule if only Maximum is specified
2015-07-19 09:58:24 -07:00
Nicholas Mayne
1e62b2b9f8
Merge pull request #5526 from yw80/1.9.x
...
Correct code indentation format for file IndexingTaskExecutor.cs
2015-07-19 17:53:25 +01:00
Nicholas Mayne
1732c333c2
Merge pull request #5540 from jchenga/issues/5539
...
[Fixes #5530 ] YSOD instead of the set up page in Azure.
2015-07-19 17:51:45 +01:00
Jack Cheng
a01d219607
[ Fixes #5530 ] YSOD instead of the set up page in Azure.
2015-07-19 09:23:18 -07:00
sfmskywalker
b6082325f6
Fixed that Default recipe was no longer selected by default on setup screen.
2015-07-19 12:55:17 +01:00
Sipke Schoorstra
3c8e39a7c5
Implemented tabbed editor UI support.
2015-07-18 22:38:26 +01:00
Daniel Stolt
83cae5f0a0
#5536 : Removed dependency on IContentManager from FormsAuthenticationService.
...
FormsAuthenticationService now uses IMembershipService instead. Also introduced a NullMembershipService implementation in Orchard.Framework, used only for dependency resolution during setup. Fixes #5536 .
2015-07-18 22:05:39 +01:00
Sipke Schoorstra
86056e2e9c
Added System.Web.WebPages assembly reference.
...
This removes a warning displayed by the code editor.
2015-07-18 19:31:20 +01:00
Lombiq
36910e8659
Adding missing OrchardFeature attributes to Dynamic Forms validation services
2015-07-18 14:35:43 +02:00
jtkech
230314d7a1
Update StringLength.cs
2015-07-18 02:26:14 +02:00
Sebastien Ros
7282df4326
Adding support for Kudu deployment
2015-07-17 16:27:59 -07:00
Sébastien Ros
56addb2629
Fixing urls
2015-07-17 16:24:58 -07:00
Sébastien Ros
25c8c81382
Adding test links in the readme.md
2015-07-17 16:23:59 -07:00
Lombiq
81034f43d2
Fixing another potential NRE when saving a content item with LocalizationPart for the first time
2015-07-17 18:56:06 +02:00
Sipke Schoorstra
fe0ae26e10
Incremental work on recipe builder and execution step configuration.
2015-07-17 17:45:39 +01:00
Sipke Schoorstra
924f70bd89
Corrected class name to match file name.
2015-07-17 17:24:17 +01:00
Sipke Schoorstra
5b33acb68c
Added descriptive text instead of showing no custom steps.
2015-07-17 15:17:12 +01:00
Sipke Schoorstra
1035543ecc
Removed useless where clause.
2015-07-17 15:16:45 +01:00