Suha Can
9922d5e09a
Adding commands for creating layers and widgets.
...
Update recipe files.
Remove layer/widget creation code from setup.
--HG--
branch : recipe
2011-02-19 13:59:59 -08:00
Suha Can
1c7e805031
Adding command to create a menu item.
...
Use the command in the default recipe files.
Remove hardcoded home menu item creation from setup.
--HG--
branch : recipe
2011-02-19 10:30:59 -08:00
Suha Can
a9bd76cb94
Adding friendly console message for the page create command.
...
Changing setup progress text to Cooking Orchard Recipe ...
--HG--
branch : recipe
2011-02-18 20:23:33 -08:00
Suha Can
5456a508a0
Adding command to create pages.
...
Adding page create calls to recipe files to create the initial homepage.
Remove hardcoded homepage creation code from setup.
--HG--
branch : recipe
2011-02-18 20:02:54 -08:00
Suha Can
002ac0a4a3
Making selection of a recipe non-optional in Setup.
...
--HG--
branch : recipe
2011-02-18 18:29:46 -08:00
Suha Can
3db66dfe62
Removing cleanup inactive step.
...
--HG--
branch : recipe
2011-02-18 18:03:47 -08:00
jowall
ec92526a78
Added a hook so the media picker CSS can override jQuery UI.
...
--HG--
branch : dev
2011-02-18 17:16:25 -08:00
jowall
6bd16d8ec3
Initial CSS for media picker.
...
--HG--
branch : dev
2011-02-18 17:08:54 -08:00
Dave Reed
d82b9e4e19
Making MediaPicker controller an admin controller, fixes incorrect css loading.
...
--HG--
branch : dev
2011-02-18 16:20:29 -08:00
Nathan Heskew
90d81f69c1
Some work on letting modules be responsible for their own piece of the menu (wrt menu item icons & style)
...
--HG--
branch : dev
2011-02-18 15:31:52 -08:00
Dave Reed
3ad849c22d
ThemeFilter is wholly responsible for determining if a request is themed. Previously, LayoutAwareViewEngine had some theme business logic which made it impossible to have an un-themed admin controller.
...
--HG--
branch : dev
2011-02-18 15:03:38 -08:00
Suha Can
893833aa8e
A recipe handler for theme installation: discover and find theme to install from orchard or custom feed.
...
Updating recipe file with a gallery theme.
Rename enabled attribute to enable in the recipe section for themes.
--HG--
branch : recipe
2011-02-18 13:48:56 -08:00
Suha Can
2afa3cd9bf
Module installation handler for the recipes: discover and find module to install from orchard or custom feed.
...
Updating recipe with a gallery module.
--HG--
branch : recipe
2011-02-18 13:16:42 -08:00
jowall
4768b99d51
Added margin to publish date field.
...
--HG--
branch : dev
2011-02-18 13:09:38 -08:00
jowall
1a04afa2bb
Updated recently installed module background color.
...
--HG--
branch : dev
2011-02-18 12:59:32 -08:00
jowall
80674907a7
Fixed margin on modules page.
...
--HG--
branch : dev
2011-02-18 12:52:02 -08:00
jowall
82e18caec4
Updated admin button styles.
...
--HG--
branch : dev
2011-02-18 12:24:05 -08:00
Suha Can
148e1b988f
Finishing implementation of Settings in recipes.
...
Moving some settings from setup into recipe files.
Updating recipe files.
--HG--
branch : recipe
2011-02-18 12:03:43 -08:00
jowall
0adca1a065
Positioned page titles in admin.
...
--HG--
branch : dev
2011-02-18 09:09:40 -08:00
Andre Rodrigues
6050e585be
Integrating package manager for package updates.
...
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Packaging/Services/NugetLogger.cs => src/Orchard.Web/Modules/Orchard.Packaging/Models/NugetLogger.cs
rename : src/Orchard.Web/Modules/Orchard.Packaging/Services/PackageData.cs => src/Orchard.Web/Modules/Orchard.Packaging/Models/PackageData.cs
rename : src/Orchard.Web/Modules/Orchard.Packaging/Services/PackagingEntry.cs => src/Orchard.Web/Modules/Orchard.Packaging/Models/PackagingEntry.cs
2011-02-18 08:21:19 -08:00
Suha Can
3f327f1b3e
Updating recipe files.
...
--HG--
branch : recipe
2011-02-17 19:20:47 -08:00
Suha Can
779fb27ce3
Moving hardcoded features from setup into a recipe file.
...
--HG--
branch : recipe
2011-02-17 19:15:28 -08:00
Suha Can
0e9d18598b
Implementation of Settings handler for recipes. Can be used to set part settings.
...
(Dynamic parts can be created through the metadata handler).
--HG--
branch : recipe
2011-02-17 17:40:16 -08:00
Suha Can
f6579c7540
Implementation of feature handler for recipes: provides disabling/enabling of features.
...
--HG--
branch : recipe
2011-02-17 17:13:44 -08:00
Suha Can
06f5898d72
Modifying ISetupService::Setup to return an executionId.
...
--HG--
branch : recipe
2011-02-17 16:47:36 -08:00
andrerod
3e17f21eaf
Merge
...
--HG--
branch : dev
2011-02-17 16:28:55 -08:00
andrerod
7ffb7e02d4
Delegating title positioning to Layout.cshtml.
...
--HG--
branch : dev
rename : src/Orchard.Web/Themes/TheAdmin/Views/BeforeContent.cshtml => src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml
2011-02-17 16:27:21 -08:00
Sebastien Ros
cdc7c86f3b
Adding Content alternates
...
--HG--
branch : dev
2011-02-17 15:31:11 -08:00
Sebastien Ros
2365083307
Adding Fields alternates
...
--HG--
branch : dev
2011-02-17 15:31:00 -08:00
jowall
063dbfd0a8
Fixed padding on navigation submenu items.
...
--HG--
branch : dev
2011-02-17 15:27:05 -08:00
jowall
3d6a2c369f
Fixed content zone on widgets admin page.
...
--HG--
branch : dev
2011-02-17 15:08:46 -08:00
Suha Can
1f69312ba9
Implementation of migration/update handler for recipes.
...
Updating blog.recipe.xml with some features/migrations.
Refactoring a recipe step queue utility method.
--HG--
branch : recipe
2011-02-17 14:35:25 -08:00
jowall
fe5ef56ed9
CSS updates to buttons in admin.
...
--HG--
branch : dev
2011-02-17 12:50:32 -08:00
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
jowall
05d482a382
Hover states added for all menu items.
...
--HG--
branch : dev
2011-02-17 11:57:20 -08:00
jowall
0e301982d6
More changes to the admin nav and tabs CSS.
...
--HG--
branch : dev
2011-02-17 11:49:59 -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
Nathan Heskew
fe1362e544
Some work on the admin menu.
...
Still a work in progress.
Also need to think about splitting the module-specific icons (and relevent CSS) into their own respective modules (not just to see how many CSS files we can get the admin to load on the initial request, BTW)...
--HG--
branch : dev
2011-02-17 10:22:55 -08:00
Andre Rodrigues
788a9fed77
Adding recently installed indication.
...
--HG--
branch : dev
2011-02-17 09:17:49 -08:00
Andre Rodrigues
508ebed3fd
Adding missing "@".
...
--HG--
branch : dev
2011-02-17 06:59:24 -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
Sebastien Ros
2bc030e1ca
Merge
...
--HG--
branch : dev
2011-02-16 16:52:17 -08:00
Sebastien Ros
4abf761d4a
Removing dead code
...
--HG--
branch : dev
2011-02-16 16:51:21 -08:00
jowall
28836fe81c
CSS tweak to tabs.
...
--HG--
branch : dev
2011-02-16 16:43:08 -08:00
jowall
7cbd9f7e7a
Initial CSS for tabs.
...
--HG--
branch : dev
2011-02-16 16:21:13 -08:00
jowall
00f13fd838
More updates to the CSS for background images.
...
--HG--
branch : dev
2011-02-16 15:16:23 -08:00
Dave Reed
165644972a
Replacing OpenAjax with a jQuery solution.
...
--HG--
branch : dev
2011-02-16 14:55:51 -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
Nathan Heskew
8c8aed694b
Adding a "selected" class to the appropriate first and second level menu items in the (main) menu.
...
--HG--
branch : dev
2011-02-16 13:19:21 -08:00