Sebastien Ros
e961476574
Merge
...
--HG--
branch : dev
2011-02-14 11:16:16 -08:00
Sebastien Ros
a63f6407c7
Adding unit tests for placement.info Path contraint
...
--HG--
branch : dev
2011-02-14 11:15:36 -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
Sebastien Ros
526aa949bf
Fixing ObjectDumper duplicated attributes
...
--HG--
branch : dev
2011-02-11 18:14:00 -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
Sebastien Ros
da189c2427
Fixing Placement.info unit tests (c) loudej
...
--HG--
branch : dev
2011-02-11 16:43:14 -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
Sebastien Ros
b7d8e56398
Dumping the model in Shape Tracing
...
--HG--
branch : dev
2011-02-11 15:33:33 -08:00
Andre Rodrigues
2d890f54a0
Removing codegen warning when solution is not present.
...
--HG--
branch : dev
2011-02-11 15:03:34 -08:00
Andre Rodrigues
f29a645d48
#17336 : Setting codegen command "IncludeInSolution" option default to true.
...
--HG--
branch : dev
2011-02-11 14:42:23 -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
Andre Rodrigues
03eb6ee8ec
Updating Modules / Packaging / Themes menus.
...
--HG--
branch : dev
2011-02-11 14:13:55 -08:00
Andre Rodrigues
14a7ada113
Converting local navs to a new core shape (AKA making louis happy :))
...
--HG--
branch : dev
2011-02-11 14:13:38 -08:00
Andre Rodrigues
042968453b
Adding local nav functionality.
...
--HG--
branch : dev
2011-02-11 12:45:28 -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
Renaud Paquay
e796652c0b
Adding Azure target to main msbuild file
...
--HG--
branch : dev
2011-02-11 11:23:14 -08:00
Suha Can
0b92a82708
Merge
...
--HG--
branch : dev
2011-02-10 16:07:51 -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
Louis DeJardin
e0f10275b2
Adding support for dynamic content expressions
...
ContentItem as dynamic will respond to get property which matches a ContentPart's metadata definition name
ContentPart as dynamic will respond to get property which matches a ContentField's metadata instance name
--HG--
branch : dev
extra : transplant_source : Qu0%9E%09%9B%97rbq%EE%9B%1Ax3%C8p%ED%91%3E
2011-02-10 12:32:28 -08:00
Louis DeJardin
ffb376ff40
Updating clay binary to use ClayMetaObject directly
...
--HG--
branch : dev
extra : transplant_source : %5D%8C9%7D%A1%1D%E5%95%86%E6%E1%94%28%B0%F1%7F%84%00%D5%3F
2011-02-10 12:30:15 -08:00
Dave Reed
2b2c519e55
Merge
...
--HG--
branch : dev
2011-02-11 17:35:06 -08:00
Dave Reed
2720f6d94a
Initial version of the generic MediaPicker module (note: currently largely unstyled html, but functional).
...
--HG--
branch : dev
2011-02-11 17:24:04 -08:00
Dave Reed
258477900e
Adding jQuery UI tabs plugin to jQuery module.
...
--HG--
branch : dev
2011-02-11 15:44:29 -08:00
Dave Reed
abdfb9a25b
Add missing openajax.js
...
--HG--
branch : dev
2011-02-11 15:39:18 -08:00
Dave Reed
533af426f2
Including OpenAjax.js in admin pages as our client-side event bus.
...
e.g.:
OpenAjax.hub.subscribe("orchard.someeventname.*, function(name, eventdata) { });
OpenAjax.hub.publish("orchard.someeventname.somethingspecific", eventdata);
--HG--
branch : dev
2011-02-11 15:37:50 -08:00
Dave Reed
e24cefd99b
Fix stackoverflow on ResourceManager.Include overload.
...
--HG--
branch : dev
2011-02-11 15:35:41 -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
Renaud Paquay
a1f9cf36e0
Adding comments
...
--HG--
branch : dev
2011-02-10 11:03:12 -08:00
Sebastien Ros
02c07875f7
Sanitizing @Display(Model) usage
...
--HG--
branch : dev
2011-02-09 17:59:52 -08:00
Suha Can
bb0a3f9cdc
Creating feature branch for recipes.
...
--HG--
branch : recipe
2011-02-09 17:21:20 -08:00
Sebastien Ros
f7c2e49c72
Adding a placement.info file in TheThemeMachine, and in codegen
...
--HG--
branch : dev
2011-02-09 16:50:29 -08:00
Sebastien Ros
29ee777abb
Merge
...
--HG--
branch : dev
2011-02-09 16:14:17 -08:00
attilah
77c951c8d1
#17321 : Fixed int and double parsing, lucene module will handle comma decimal separator correctly.
...
--HG--
branch : dev
2011-02-10 00:28:02 +01:00
Sebastien Ros
bade5cc81c
Merge
...
--HG--
branch : dev
2011-02-09 15:02:58 -08:00
Sebastien Ros
a8ebbd7af9
Adding <Match Path="" /> predicate in placement files
...
Can use * at the end of the string
Path="/" matches the homepage
--HG--
branch : dev
extra : transplant_source : %FA%B8%DB%0D%DDI%9DbP%BC%D8%F6%B31j%24%BB%E6%AD%FE
2011-02-09 15:01:03 -08:00
Sebastien Ros
43207afcd8
Fixing Email pending filter in admin
...
--HG--
branch : dev
2011-02-09 08:37:47 -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