Commit Graph

4177 Commits

Author SHA1 Message Date
Suha Can
36d37b859e Implementation of the metadata handler for recipes.
Removing calls to the ContentDefinitionManager::AlterTypeDefinition from Setup.
Updating recipe file.

--HG--
branch : recipe
2011-02-17 11:21:46 -08:00
Suha Can
ddf29e6c08 Adding a front-end controller for recipes that returns recipe execution status from the journal so we can poll it when finishing setup.
--HG--
branch : recipe
2011-02-16 17:48:28 -08:00
Suha Can
4218725a77 RecipeJournal implementation.
- IStorageProvider based journal implementation for the recipe pipeline.
- Was needed as the existing reporting capability was found insufficient.

--HG--
branch : recipe
2011-02-16 17:16:15 -08:00
Suha Can
8f699ea418 Finishing the implementation of recipe execution
StepQueue is now based off an IAppDataFolder

--HG--
branch : recipe
2011-02-16 14:41:10 -08:00
Suha Can
eb24ea67b0 Implementation for the recipe scheduler. It's a work item queue.
The recipe manager queues recipe steps as tasks and the scheduler component schedules/executes them in tasks.

--HG--
branch : recipe
2011-02-15 15:42:21 -08:00
Suha Can
d3e4c2ad68 Hooking up StepExecutor/StepQueue into the recipe manager.
--HG--
branch : recipe
2011-02-14 18:01:37 -08:00
Suha Can
8ddb5b55b6 Restyling the recipe dropdown
Roughing in some recipe execution concepts...

--HG--
branch : recipe
2011-02-14 16:30:14 -08:00
Suha Can
b66b738a24 More work for various recipe handlers.
--HG--
branch : recipe
2011-02-14 14:00:48 -08:00
Suha Can
2a13c106a3 Reach out to the RecipeManager in the tenant shell to execute context.Recipe
Fixing a comment.

--HG--
branch : recipe
2011-02-12 15:10:49 -08:00
Suha Can
e5c821dab3 Injecting RecipeHarvester impl into the safe mode shell
Setup to call the harvester for the recipes list
SetupContext now contains the recipe for the site, which will be executed
Updated minimal,blog and cms recipe files
Added recipe description to the setup view model to keep it between posts in case of errors

--HG--
branch : recipe
2011-02-12 14:57:11 -08:00
Suha Can
578c107da3 Breaking up IRecipeManager in two components: IRecipeHarvester (harvest and parse) and IRecipeManager (execute)
Renaming DiscoverRecipes to HarvestRecipes for consistency with other harvesters we have in Orchard.
Renaming MetaData to Metadata for the recipe step and its handler.
Moving recipe information elements in the recipe to under the Recipe element, renaming root element to Orchard and modifying the parser accordingly.
Using element.Name.LocalName in the parser.
Fixing whitespaces in a couple places, setting the Orchard.Recipes assembly copyright information and making the assembly securitytransparent.
Refactoring code and unit tests as a result of to above.

--HG--
branch : recipe
2011-02-12 13:42:33 -08:00
Suha Can
096e5e1d42 Fixing bug with NOP select option in setup ui for recipes
Calling T() on a couple strings

--HG--
branch : recipe
2011-02-11 16:49:40 -08:00
Suha Can
b24562ec6b Setting an attribute for a custom recipe handler in the test file.
--HG--
branch : recipe
2011-02-11 16:18:13 -08:00
Suha Can
194796c479 RecipeManager::Execute invokes RecipeHandlers
Added built-in recipehandlers
Unit test for handler invocation.

--HG--
branch : recipe
2011-02-11 16:15:00 -08:00
Suha Can
1acd0f0031 Setup UI for recipes
Choose a recipe is shown if there are recipes in the setup module
Added jquery to the setup view
Recipe description gets shown for selected option via jquery

--HG--
branch : recipe
2011-02-11 14:36:35 -08:00
Suha Can
fbc3bf0a0c Recipe parser and related unit tests.
Metadata for blog,cms and minimal recipes in Setup.

--HG--
branch : recipe
2011-02-11 12:14:03 -08:00
Suha Can
92bf091741 Recipe discovery for extensions
Setup calls RecipeManager::DiscoverRecipes
Setup/Recipe contains default recipe files
Unit tests for recipe discovery using embedded resources

--HG--
branch : recipe
2011-02-10 16:03:43 -08:00
Suha Can
be2a8161d2 Basic pieces for recipes infrastructure.
--HG--
branch : recipe
2011-02-10 13:55:29 -08:00
Suha Can
c93b091a1d Adding Orchard.Recipes module
Enabling Orchard.Recipes in setup
Recipes namespace in Orchard.Framework

--HG--
branch : recipe
2011-02-10 11:16:56 -08:00
Suha Can
bb0a3f9cdc Creating feature branch for recipes.
--HG--
branch : recipe
2011-02-09 17:21:20 -08:00
andrerod
5d55e95506 #17111: Correcting fix. Fixing specflows.
--HG--
branch : dev
2011-02-09 00:07:12 -08:00
Sebastien Ros
4eff84d2f7 Updating the Designer Tools manifest
--HG--
branch : dev
2011-02-08 17:59:45 -08:00
Sebastien Ros
4df8d1313e Creating Orchard.DesignerTools module
- Creating Shape Tracing feature from Experimental feature

--HG--
branch : dev
2011-02-08 17:52:53 -08:00
Andre Rodrigues
a8a48ab4e1 #17284: Exceptions should log errors
--HG--
branch : dev
2011-02-08 11:22:47 -08:00
Sebastien Ros
406ab0e71a Addind a unit test on search to ensure the Mandatory() behavior is correct
--HG--
branch : dev
2011-02-07 18:05:18 -08:00
Sebastien Ros
396632dbce #17276: Fixing email validation
--HG--
branch : dev
2011-02-07 17:26:00 -08:00
Sebastien Ros
b53f2e6a36 #17282 - Gallery modules improvements
--HG--
branch : dev
2011-02-07 14:17:48 -08:00
Nathan Heskew
b74514ba4d Merge
--HG--
branch : dev
2011-02-07 11:33:17 -08:00
andrerod
9a0f00339e Simplifying, removing dead code from blog drivers.
--HG--
branch : dev
2011-02-04 19:49:10 -08:00
Nathan Heskew
030dd9331e #17211 // Setting the database preconfiguration state on a failed setup POST
...so the tenant setup process doesn't include the database-related fields when there's nothing they can do with them.

work item: 17211

--HG--
branch : dev
2011-02-03 14:38:42 -08:00
Nathan Heskew
4d4c362d31 Updating the BlogPostPartHandler and BlogPartHandler to use blogPath instead of blogSlug in their display RVDs to align with earlier changes to blogs to use their path instead of slug for routing.
--HG--
branch : dev
2011-02-03 13:07:09 -08:00
Nathan Heskew
6692244857 Missed a file in #2921445176de
--HG--
branch : dev
2011-02-02 10:53:44 -08:00
Nathan Heskew
1b82ea74f9 #17238: A module's default route URL should be a valid URL without the need for further escaping.
- adding a Path property on ExtensionDescriptor that's used in place of the area name for default route URLs
- the Path property if not set will be the Name if it's a valid URL segment, otherwise it will be the Id
- if an *invalid* Path is given an error will be logged and the extension will not be loaded

--HG--
branch : dev
2011-02-01 15:56:12 -08:00
Andre Rodrigues
4c25a7cc29 Merge
--HG--
branch : dev
2011-02-01 13:43:37 -08:00
Andre Rodrigues
66c23928ef #17289: only allowing default tenant site administrator to install packages by default. Others can be granted permission.
--HG--
branch : dev
rename : src/Orchard.Tests.Modules/Packaging/Hello.World.csproj.txt => src/Orchard.Tests.Modules/Packaging/Services/Hello.World.csproj.txt
rename : src/Orchard.Tests.Modules/Packaging/HelloDriver.cs.txt => src/Orchard.Tests.Modules/Packaging/Services/HelloDriver.cs.txt
rename : src/Orchard.Tests.Modules/Packaging/PackageBuilderTests.cs => src/Orchard.Tests.Modules/Packaging/Services/PackageBuilderTests.cs
2011-02-01 13:17:03 -08:00
Suha Can
406bfd0eb1 Bug 17246 : Orchard command line exception
Contribution credit goes to giddy

--HG--
branch : dev
2011-02-01 11:42:59 -08:00
Dave Reed
11363d1062 Merge
--HG--
branch : dev
2011-01-31 20:51:08 -08:00
Dave Reed
11b37286a2 #17286: ResourceManager should allow condition to be applied.
Actually, it did, but this wasn't useful for stylesheets that wanted a different 'media' type. You can now set any attribute in addition to the condition, which would also be great for scripts if you need to set an ID or other script attribute.

--HG--
branch : dev
2011-01-31 20:49:30 -08:00
Sebastien Ros
37b1a7bf50 Fixing unit test
--HG--
branch : dev
2011-01-31 18:00:20 -08:00
Sebastien Ros
ce1d3b31c4 #17191 Return the Register page as a ShapeResult
--HG--
branch : dev
2011-01-31 17:54:12 -08:00
Sebastien Ros
758e6c5e08 Merge
--HG--
branch : dev
2011-01-31 17:31:11 -08:00
Sebastien Ros
cb1f86da7a Fixing search unit tests
--HG--
branch : dev
2011-01-31 17:30:45 -08:00
Suha Can
770e95111f Merge
--HG--
branch : dev
2011-01-31 17:23:30 -08:00
Suha Can
fcaaa4e236 Bug 17262 Theme: Layout.cshtml has to be uppercase.
Fixing the Template Harvester to be case insensitive

--HG--
branch : dev
2011-01-31 17:19:14 -08:00
Dave Reed
9adfa13a56 #17237: Multiple clicks of Sign-in link cause multiple ReturnUrl values to be appended
--HG--
branch : dev
2011-01-31 16:36:23 -08:00
Dave Reed
8c1b1e4c31 #17252: Also updating ~/themes/web.config
--HG--
branch : dev
2011-01-31 16:04:10 -08:00
Dave Reed
30795a0969 Merge
--HG--
branch : dev
2011-01-31 15:56:18 -08:00
Dave Reed
be99957432 #17252: Adding web.configs too module roots, and codegen commands, to enable razor intellisense.
--HG--
branch : dev
2011-01-31 15:52:03 -08:00
Andre Rodrigues
4f922640e7 #17202: Fixing incorrect stylesheet import. Adding null condition checker to avoid null point exception.
--HG--
branch : dev
2011-01-31 15:24:39 -08:00
Suha Can
c2e5fc7b28 Making sure we have Private=True across the board (Orchard.Web and Azure Orchard.Web projects) for MVC 3 binaries so they are properly copied if installed into the GAC.
--HG--
branch : dev
2011-01-31 15:03:45 -08:00