Commit Graph
9565 Commits
Author SHA1 Message Date
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
Sipke Schoorstra 6d2832ef08 Added the ability to generate a Setup recipe using the export feature. 2015-07-13 17:56:20 +01:00
Sipke Schoorstra dbc6f61b5c Added ImportBatchSize option to export screen.
This enables users to optionally provide the desired batch size to use when importing the recipe without having to manually edit it.
2015-07-13 17:23:47 +01:00
Sipke Schoorstra 4d1f1f663f Simplified Export.cshtml a bit. 2015-07-13 17:15:23 +01:00
Lombiq b3980940ef Adding default classes to Projections layouts, fixes #3405 2015-07-13 17:35:11 +02:00
Sipke Schoorstra cb00640ecc #5375: Added current theme recipe step.
This enables exporting the current theme setting and restoring it during import.
2015-07-13 14:37:41 +01:00
Sipke Schoorstra 171f7ad227 Renamed Feature Export feature. 2015-07-13 14:36:35 +01:00
Lombiq e74b6ad6f8 Fixing potential NRE in LocalizationPartHandler by adding a nullcheck in LocalizationPartDriver 2015-07-12 19:35:52 +02:00
Daniel Stolt bfe2c296ec Added IRecipeResultAccessor for programmatically obtaining result of recipe execution. 2015-07-11 23:22:18 +01:00
Daniel Stolt 3036396ae6 Merge from dev. 2015-07-11 20:59:35 +01:00
Daniel Stolt 6fe3cf8538 Deleted unused element from layout editor. 2015-07-11 17:03:45 +01:00
Daniel Stolt db6c25aba2 Added keyboard shortcut reference to layout editor. 2015-07-11 16:58:49 +01:00
Daniel Stolt 27da7125b8 Improved log formatting. 2015-07-10 16:11:50 +01:00
Sipke Schoorstra fd1b06f72d Updated Features recipe step to include Migrations step.
This will cause migrations to execute after features have been enabled.
2015-07-10 15:31:35 +01:00
Sipke Schoorstra a2d3e41dad Removed unnecessary injection of IContentManager. 2015-07-10 14:54:15 +01:00
Sipke Schoorstra 645c36a2dd Added support for VS2015 to ClickToBuild.cmd. 2015-07-10 11:55:35 +01:00
Sipke Schoorstra 6c04c416c7 Merge branch 'feature/importexport-full-roundtrip' into dev 2015-07-10 11:48:08 +01:00
yw80 938fd5b827 Delete the CamelFriendly function call to DisplayName.
The CamelFriendly function is designed for Technical Name. The
DisplayName needs to be displayed as it is.
2015-07-10 12:00:27 +08:00