Commit Graph

9705 Commits

Author SHA1 Message Date
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
Daniel Stolt
863761d30a Improved logging in recipe components. 2015-07-09 22:34:21 +01:00
Daniel Stolt
ad4a702f7c Adding the Reports feature back. 2015-07-09 21:49:02 +01:00
Sébastien Ros
b100634587 Merge pull request #5486 from jersiovic/patch-4
Issue #5141 Retrieve/Store methods from InfoSet doesn't support char type
2015-07-09 13:00:10 -07:00
Sébastien Ros
a071f21f4e Merge pull request #5485 from jersiovic/patch-1
Issue #5061 GetImageProfileUrl reprocess images obtained through a dynamic profile on every restart 1.9.x pull request
2015-07-09 12:57:48 -07:00
Sébastien Ros
eed1a9a063 Merge pull request #5479 from dcinzona/patch-3
Fixes #5398 - ShellDescriptorCache in HostComponents
2015-07-09 12:57:20 -07:00
Sébastien Ros
0faaa22546 Merge pull request #5465 from qt1/IBN-Labs/Support-Guid-in--CreateColumn
Support CreateColumn<Guid>()
2015-07-09 12:32:29 -07:00
Sébastien Ros
0f6fa5844b Merge pull request #5442 from yw80/1.9.x
Fixed the items count in media library when modify the item size in css
2015-07-09 12:18:09 -07:00
Sipke Schoorstra
298b2fb930 Merge branch '1.9.x' into dev
Conflicts:
	src/Orchard.Web/Modules/Orchard.Dashboards/Web.config
2015-07-09 17:23:13 +01:00
Daniel Stolt
95eecd30b9 Added logging to replace removed recipe journals. 2015-07-09 16:54:13 +01:00
Sipke Schoorstra
537adf9cba #5375: Exporting various items in a predictable order.
Fixes 5375
2015-07-09 14:11:34 +01:00
Sipke Schoorstra
85b06375a0 Added assembly binding redirects. 2015-07-09 14:09:40 +01:00