Commit Graph

138 Commits

Author SHA1 Message Date
Suha Can
80bc0a9df8 Implementation of the command handler for recipes. Recipes now can execute commands.
--HG--
branch : recipe
2011-02-17 12:32:41 -08:00
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
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
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
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
Sebastien Ros
8f8d839e77 Improving encryption utilities
--HG--
branch : 1.x
2011-01-12 18:58:02 -08:00
Renaud Paquay
4442c832b6 Enabling Gallery by default in Setup
--HG--
branch : 1.x
2011-01-11 16:42:48 -08:00
Renaud Paquay
89826a93d3 Fix "adding a page" link in default homepage
Work Item: 17130

--HG--
branch : 1.x
2011-01-07 23:44:50 -08:00
Suha Can
c97a8d26cb Cleanup (includes)
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Sebastien Ros
fadcc4ef6e Adding IEncryptionServices
Implements symetric encoding/decoding services based on a per-tenant key generated randomly during setup in the ShellSettings.
Replaces MachineKey.Encode/Decode usages.
Adding ComputedField to wrap get/set calls from parts, making the Smtp password encrypted in the db automatically.

--HG--
branch : dev
2010-12-03 16:14:17 -08:00
Nathan Heskew
381f70d47c Making it so when a content item is set as the home page it's only accessible as the home page and not at its path
- current implication for blogs is that if a blog is set as the home page its posts are then all rooted (e.g. if a blog at
  /blog is set as the home page then it's available at / and a post at, say, /my-post instead of /blog/my-post). There should
  maybe be a setting to alter the paths of the posts but (1) that's a pain at the moment, (2) hacking the URL by removing
  the post slug would result in a 404 instead of redirecting to /, the path of the blog - we don't handle redirects of that
  nature - and (3) the ability to root a blog in this manner *has* been requested by some.

--HG--
branch : dev
2010-12-01 00:51:42 -08:00
BertrandLeRoy
c8ba47c9e5 Removing inappropriate title, fixing /p.
--HG--
branch : dev
2010-11-29 16:09:31 -08:00
BertrandLeRoy
106bb8322d Small correction to the home page text post-setup, plus making it localizable.
--HG--
branch : dev
2010-11-29 16:00:43 -08:00
BertrandLeRoy
49d446f645 Revising the post-setup homepage content. http://orchard.codeplex.com/workitem/16773
--HG--
branch : dev
2010-11-29 15:51:08 -08:00
Renaud Paquay
69951673af Add Orchard.Scripting.Lightweight as a default feature
--HG--
branch : dev
2010-11-28 12:09:11 -08:00
Nathan Heskew
b2eb5e2f66 Fixing how the default home page is configured during setup
--HG--
branch : dev
2010-11-26 14:46:37 -08:00
Andre Rodrigues
53bddd53d9 Fixing Widget / Scripting / Framework dependency loading.
--HG--
branch : dev
2010-11-20 15:38:56 -08:00
Sebastien Ros
5c73a58807 Removing Orchard.Migrations as a default feature
--HG--
branch : dev
2010-11-18 17:26:00 -08:00
Sebastien Ros
f349c6e926 Merge
--HG--
branch : dev
2010-11-18 16:04:40 -08:00
Sebastien Ros
75d3c5b13c Reorganizing modules for new build process
--HG--
branch : dev
2010-11-18 16:01:09 -08:00
Dave Reed
67cb21d12b Related to #16712. Rename Feature/ExtensionDescriptor Name -> Id, and DisplayName -> Name.
--HG--
branch : dev
2010-11-18 15:37:47 -08:00
Nathan Heskew
12eccd479a Adding Orchard.Pages and removing base Page type configuratino to said module
--HG--
branch : dev
2010-11-14 14:34:01 -08:00
Nathan Heskew
ce128483bc Bunch of work for containers.
- Ordering and paging on the container mostly hooked up. Paging needs to respect item settings.
- Widget settings looking good but not yet functioning. Also need to add filtering.
- Custom part not yet in place for custom ordering/filtering.

--HG--
branch : dev
2010-11-11 16:15:49 -08:00
Dave Reed
39a40c143b #16667: Fixed edit link on welcome text to use correct ID and relative url.
--HG--
branch : dev
2010-11-17 15:37:06 -08:00
Louis DeJardin
7ec2fada05 Merge
--HG--
branch : dev
2010-11-08 15:41:04 -08:00
Louis DeJardin
60259dad67 Setup needs to enable the theme it will assign as site default
--HG--
branch : perf
extra : transplant_source : 6%07%B8%E6%2A%0F%F5f%DB%0DFa%A5%A5X%3Ac%9C%DE%9B
2010-11-08 12:12:52 -08:00
Louis DeJardin
1d3813b9ab Merge
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Louis DeJardin
7b508d72d2 Consolidating redundant theme/module services
Breaking off site's "default theme" changing methods
Centralizing enable/disable functionality

--HG--
branch : perf
2010-11-04 20:37:35 -07:00
Nathan Heskew
ec47091582 Making BlogPost and Page types "draftable" by default
--HG--
branch : dev
2010-11-04 15:25:16 -07:00
Nathan Heskew
9a5239e777 Starting the new queried content list module.
Everything for the new part, content type and widget are there except for what makes them useful (back-end logic & data and complete shape templates)

--HG--
branch : dev
2010-10-28 15:30:14 -07:00
Sébastien Ros
278b12f55b Adapting PublishLater dependencies and tests
--HG--
branch : dev
2010-10-25 19:53:16 -07:00
Michael Dorian Bach
b021468400 Updated Orchard home default content so it looks better when rendered in an empty template. Final CSS revisions for ThemeMachine 0.1. Included default CSS styling in ThemeMachine to support floating "EDIT" links and dotted outlines around widgets.
--HG--
branch : dev
2010-10-19 20:55:13 -07:00
Andre Rodrigues
bb53081a37 Fixing Spec Flow tests.
--HG--
branch : dev
2010-10-18 15:17:21 -07:00
Renaud Paquay
ada594bf3e Move creation of default layers to SetupService
--HG--
branch : dev
2010-10-15 15:18:53 -07:00
Renaud Paquay
94fee29d1a Authenticate admin user during setup phase
This is so that we don't need code all over the place to set the Owner
of the CommonPart. The CommonPart will have direct access to the user.

--HG--
branch : dev
2010-10-15 14:33:02 -07:00
Nathan Heskew
fafb34f071 Changing around some default content created during setup
--HG--
branch : dev
2010-10-14 15:46:50 -07:00
Nathan Heskew
dc5cc339a7 Getting Blogs onto the new UI composotion model
--HG--
branch : dev
2010-10-14 11:15:22 -07:00
Sébastien Ros
d9444c793b Better link for homepage edition
--HG--
branch : dev
2010-10-13 08:27:52 -07:00
Sébastien Ros
0ca3abce9f Modifying setup steps
- Assign owner to widgets
- Correct edit link in homepage text

--HG--
branch : dev
2010-10-13 07:43:19 -07:00
Nathan Heskew
8e2f7e974a Changing the default theme to TheThemeMachine, adding some more content widgets @ startup (for lack of a better place ATM - distro or some filler content scheme) and some shape templates
--HG--
branch : dev
2010-10-12 23:34:41 -07:00
Louis DeJardin
9e00c20a6e Merge - potentially bad merges in a place or two
--HG--
branch : composition
2010-10-12 17:43:49 -07:00
Nathan Heskew
9c2923f781 Adding other zones from the theme machine to its theme.txt and giving the homepage's htmlwidget a position value that makes the widget management UI happy
--HG--
branch : dev
2010-10-12 11:29:17 -07:00
Nathan Heskew
9e2c340be0 Setting the owner of the homepage created during setup
--HG--
branch : dev
2010-10-12 08:40:59 -07:00
Nathan Heskew
4e0f8430e2 Cleaning out the (commented out) code for creating the initial content page during setup
--HG--
branch : dev
2010-10-12 08:36:41 -07:00
Nathan Heskew
9536b74fa2 Adding an html widget to the homepage @ setup (w/ content from previous homepage page)
--HG--
branch : dev
2010-10-12 00:57:52 -07:00