Commit Graph

9582 Commits

Author SHA1 Message Date
Daniel Stolt
1471ab8cd5 Fixed handling of multiple URL hosts in multi tenancy UI. 2015-07-16 12:29:29 +01:00
Daniel Stolt
fe5b591b21 Fixed potential NRE in TenantCommand. 2015-07-16 12:16:42 +01:00
Lombiq
99e05c8a09 Fixing exception in Layouts when a driver was inherited from a custom base driver, fixes #5509 2015-07-16 12:11:38 +02:00
Sipke Schoorstra
cc59a0ed74 Increased server script timeout on Import page. 2015-07-16 11:01:45 +01:00
Sipke Schoorstra
dbe7e30f80 Added super user password fields to UploadRecipe import action. 2015-07-16 10:52:02 +01:00
Sipke Schoorstra
405ed7452a Fixed recipe file model validation. 2015-07-16 09:35:33 +01:00
Sipke Schoorstra
6ba117d016 Merging ResetSiteAction with UploadRecipeAction and implementing site setup during import. 2015-07-15 23:47:24 +01:00
Daniel Stolt
c07bd4b2b2 Merge branch 'dev' of https://github.com/OrchardCMS/Orchard.git 2015-07-15 22:33:40 +01:00
Daniel Stolt
551ffb1252 Fixed failing unit tests. 2015-07-15 22:33:24 +01:00
Daniel Stolt
60c546dd7c Fixed XML docs for ITenantService. 2015-07-15 21:57:56 +01:00
Sipke Schoorstra
22869b1960 Incremental work on reset site action. 2015-07-15 19:32:53 +01:00
Sipke Schoorstra
665900214c Updated setup recipes with new step names. 2015-07-15 19:32:22 +01:00
Sipke Schoorstra
f2de649a3e Simplified step names and added ResetSiteAction skeleton. 2015-07-15 18:26:31 +01:00
Sipke Schoorstra
ebe659a5f1 Added ImportStep abstraction and extracted recipe upload step. 2015-07-15 17:59:44 +01:00
Sipke Schoorstra
edd6db2331 Created ExportAction abstraction and RecipeBuilder implementation. 2015-07-15 17:03:48 +01:00
Sipke Schoorstra
7a7a9b1943 Extracted Updater for reuse. 2015-07-15 17:03:07 +01:00
Sipke Schoorstra
c4985ff708 Merge branch 'dev' into feature/recipesteps 2015-07-15 14:53:07 +01:00
Sipke Schoorstra
25e7d6db87 Fixed Roles export handler. 2015-07-15 14:52:49 +01:00
Sipke Schoorstra
8347b4de1f Reorganized recipe step folders. 2015-07-15 14:37:24 +01:00
Sipke Schoorstra
4a8f46e624 Moved Theme recipe execution step to Orchard.Themes. 2015-07-15 14:16:44 +01:00
Sipke Schoorstra
03e6948055 Moved recipe builder and execution API into Framework and simplified step names.
This enables other modules to implement custom steps without taking a dependency on Orchard.Recipes, which would cause circular dependencies in certain cases (e.g. Orchard.Themes).
2015-07-15 14:13:36 +01:00
Daniel Stolt
bcd3eb1e2e Cleaned up tenant management commands code. Added validation of the DataProvider parameter. 2015-07-15 13:09:33 +01:00
Sipke Schoorstra
901c11a1ea Simplifying recipe step API for implementers. 2015-07-15 12:53:19 +01:00
Daniel Stolt
ed0fc158e0 Added full command line support for tenant management operations. 2015-07-15 12:18:11 +01:00
Daniel Stolt
4581642425 Checking in CSS files that somebody forgot to include. 2015-07-15 12:17:49 +01:00
Sipke Schoorstra
de58b4253d Renamed Data recipe builder step to Content. 2015-07-15 11:34:57 +01:00
Daniel Stolt
9e49568d38 "Improved" log formatting even more. 2015-07-15 11:19:12 +01:00
Sipke Schoorstra
06996f63d0 Refactored SetupRecipeStep into RecipeMetadataStep.
This enables users to configure the recipe's metadata without having to turn it into a Setup recipe.
2015-07-15 10:52:12 +01:00
Sipke Schoorstra
9bee625aa7 Added back ExportUtc element. 2015-07-15 10:51:16 +01:00
Sipke Schoorstra
f57bf5485f Generating the export file name based on whether it's a setup recipe and its name. 2015-07-15 10:37:37 +01:00
Sipke Schoorstra
db6248f682 Added additional overloads to handle various representations of recipe documents more consistently. 2015-07-15 10:36:35 +01:00
Sipke Schoorstra
225f765a00 Fixed custom steps view. 2015-07-15 10:06:32 +01:00
Sipke Schoorstra
a1b9d01371 Fixed a bug in the recipe builder. 2015-07-15 10:00:21 +01:00
Sipke Schoorstra
5e73dc0497 Fixed broken view. 2015-07-15 09:59:53 +01:00
Sipke Schoorstra
19126126d6 Incremental refactoring of ImportExport and Recipes. 2015-07-15 00:01:23 +01:00
Daniel Stolt
dbe7697803 Cleaned up migration file in Orchard.Recipes. 2015-07-14 21:00:55 +01:00
Sergio Navarro
3e1087ff58 Update ShapePlacementParsingStrategy.cs 2015-07-14 20:51:29 +02:00
Daniel Stolt
6c48766f54 Merge branch 'dev' 2015-07-14 19:51:02 +01:00
Sergio Navarro
43315c349f Update ShapePlacementParsingStrategy.cs 2015-07-14 20:49:39 +02:00
Daniel Stolt
012c15c18c Merged from 1.9.x. 2015-07-14 19:49:05 +01:00
Sipke Schoorstra
18469ad462 Implemented Data export step matrix behavior. 2015-07-14 18:04:04 +01:00
Daniel Stolt
b6d0fa3dd2 Implemented tenant reset action. 2015-07-14 17:43:40 +01:00
Sipke Schoorstra
04c193afd1 Refactored ImportExport to support extensible, configurable export steps. 2015-07-14 15:39:32 +01:00
Sipke Schoorstra
a926e7b8fa Registering types as themselves.
This enables scenarios where you want to instantiate a particular type without having to manually resolve all of its dependencies.
2015-07-14 15:38:47 +01:00
Sipke Schoorstra
21df6cbedd Incremental work on import/export steps. 2015-07-14 00:12:44 +01:00
Sipke Schoorstra
ff872f0716 Merge branch 'dev' into feature/recipesteps 2015-07-13 23:17:13 +01:00
Sipke Schoorstra
3f5919fa40 Fixed incorrect label on Export screen. 2015-07-13 23:15:00 +01:00
Sipke Schoorstra
f5e1ff9301 Fixed another set of tests. 2015-07-13 19:57:44 +01:00
Sipke Schoorstra
79745abaeb Fixed unit test. 2015-07-13 19:43:21 +01:00
Sipke Schoorstra
0697042a65 Added Recipe Name option to export screen. 2015-07-13 18:12:42 +01:00