Commit Graph

3252 Commits

Author SHA1 Message Date
Suha Can
b7a54d8687 Fixing a bug in the journal by working around the fact that IStorageFile:OpenWrite() doesn't let you specify an opening mode for the underlying stream.
--HG--
branch : recipe
2011-02-21 14:53:30 -08:00
Jonathan Wall
09c071b941 Removed some inline styles from the media picker.
--HG--
branch : dev
2011-02-21 14:38:16 -08:00
Suha Can
f694138f29 Custom Content Site recipe: A recipe providing an installation profile with the functionality needed to create content-based custom sites.
--HG--
branch : recipe
2011-02-21 14:29:45 -08:00
Suha Can
0db3f9777d Changing slug/title/description on the default blog created during execution of the blog recipe, adding a flag to the blog command handler for blog description.
Change CMS recipe's name to Custom Content Site.

--HG--
branch : recipe
2011-02-21 14:14:36 -08:00
Andre Rodrigues
03353c743c Adding paging and search to installed modules.
--HG--
branch : dev
2011-02-21 13:58:31 -08:00
Nathan Heskew
4d298d8a69 Adding a little more padding for the admin menu icons.
--HG--
branch : dev
2011-02-21 13:48:42 -08:00
Nathan Heskew
f5d35ca3ae Admin menu icons configured for page, list(s), comments, blog content plus an updated dashboard icon (8 bit)
--HG--
branch : dev
2011-02-21 13:40:32 -08:00
Suha Can
993849778f Create a blog instead of a page in the Blog recipe.
Adding the gallery and feeds to it as well.

--HG--
branch : recipe
2011-02-21 13:37:18 -08:00
Andre Rodrigues
e8f36dcf21 Correcting last updated, adding paging footer, and searching packages by title instead of id.
--HG--
branch : dev
2011-02-21 13:00:18 -08:00
Suha Can
277a394fa5 Blog Recipe: A recipe providing an installation profile with the features you need for a personal blog.
--HG--
branch : recipe
2011-02-21 12:49:51 -08:00
Nathan Heskew
79b1a288b3 Progress made on the menu icons.
- Styles being inherited correctly down to the "New" section's sub items.
- Menu using the TextHint for generating class names instead of the menu text for predictability across localized sites.

--HG--
branch : dev
2011-02-21 12:16:31 -08:00
Andre Rodrigues
68e8e7aef4 Merge
--HG--
branch : dev
2011-02-21 12:03:38 -08:00
Andre Rodrigues
4a640ded06 Converting module and themes entries to shapes on module and theme projects. Adding recently updated notifications. Fixing small issue in Layout.Title.
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Modules/ViewModels/Module.cs => src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleEntry.cs
rename : src/Orchard.Web/Modules/Orchard.Modules/ViewModels/ModuleFeature.cs => src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleFeature.cs
2011-02-21 12:03:06 -08:00
Suha Can
08d0dd7e76 Removing TheThemeMachine from the Minimal recipe.
--HG--
branch : recipe
2011-02-21 12:02:23 -08:00
Suha Can
db7078f96a Remove Orchard.Widgets dependency from the Setup module, and Orchard.Widgets from the list of features enabled by default.
Update the Minimal and Blog recipes.

--HG--
branch : recipe
2011-02-21 11:43:07 -08:00
Sebastien Ros
9fca99c51b Adding new alternates
- Injected alternates in curent Core/Framework
- Created a new Feature in Orchard.DesignerTools to add Url based alternates (e.g. __url__homepage)
- Added Work<> meta-dependency to inject dependencies in non-dependency enables classes

--HG--
branch : dev
2011-02-21 11:35:54 -08:00
Suha Can
acde4bd519 Adding the Minimal recipe: A recipe providing the Orchard framework with limited end-user functionality that can be used during development.
--HG--
branch : recipe
2011-02-21 11:27:55 -08:00
Andre Rodrigues
34c841818e Preventing edit link to be added to an in memory content item.
--HG--
branch : dev
2011-02-21 11:15:13 -08:00
Jonathan Wall
1185f4d4d2 Some fixes to the media picker UI.
--HG--
branch : dev
2011-02-21 10:50:10 -08:00
Andre Rodrigues
a480aaa746 Adding simple search to gallery. Fixinx ratings CSS.
--HG--
branch : dev
2011-02-20 11:59:26 -08:00
Renaud Paquay
6b88f4f859 Fix merge errors
--HG--
branch : dev
2011-02-19 19:14:17 -08:00
Renaud Paquay
4883ffa5c9 Merge default => dev
--HG--
branch : dev
2011-02-19 18:14:08 -08:00
Renaud Paquay
efa13104d1 Fixing csproj file
--HG--
branch : dev
2011-02-19 17:58:31 -08:00
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
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