Commit Graph
26 Commits
Author SHA1 Message Date
Dave Reed d8266701d5 Remove commented code
--HG--
branch : dev
2010-10-04 14:56:59 -07:00
Dave Reed 14101b1843 Ability to create and install packages of simple themes.
--HG--
branch : dev
2010-10-04 14:52:46 -07:00
Dave Reed cd8660a884 Fix resource manifest for gallery -- should enable with the Gallery feature
--HG--
branch : dev
2010-10-01 12:09:41 -07:00
Dave Reed 33276e4e38 Merge
--HG--
branch : dev
2010-09-30 18:25:58 -07:00
Dave Reed aa78fbe9f9 ResourceManager: Making resource types and names not case-sensitive (important when using Include() due to slight variations).
--HG--
branch : dev
2010-09-30 18:24:46 -07:00
Dave Reed 974bc5c894 Added overload to Script/Style/IRM.Include() to allow specifing the debug+release url for common .min versions.
Converted built-in themes to use Include() instead of a manifest for simplification.

--HG--
branch : dev
2010-09-30 18:20:54 -07:00
Dave Reed f8e8aefcf0 Added ability to generate a theme as a csproj/module from the command line
--HG--
branch : dev
2010-09-30 15:52:44 -07:00
Dave Reed e2bada7486 Added ability to generate a simple theme from the command line
--HG--
branch : dev
2010-09-30 12:19:26 -07:00
Dave Reed 420baa7289 Fixed location of localization resource manfest cs file
--HG--
branch : dev
2010-09-27 14:22:18 -07:00
Dave Reed f2748c5748 Rename resource manifest source files to match new type names
--HG--
branch : dev
2010-09-27 14:13:39 -07:00
Dave Reed 714ec54d0d - Converted ResourceManifests to provider/builder pattern.
- Removed ability to require a minimum version

--HG--
branch : dev
2010-09-27 13:56:05 -07:00
Dave Reed e9f780a408 Added a SiteSetting for whether to load resources in debug mode (use app setting, enabled, disabled)
--HG--
branch : dev
2010-09-22 14:39:01 -07:00
Dave Reed 9c3dd779df Added ability to Script/Style/ResourceManager.Include() with just a plain url.
--HG--
branch : dev
2010-09-21 15:32:37 -07:00
Dave Reed a8bc2712c6 Removed dup theme resource definitions. Fix base path on razor views.
--HG--
branch : dev
2010-09-21 11:35:52 -07:00
Dave Reed 45cba60180 Added Script.Head and Script.Foot for capturing literal script (w/o Capture lambda)
--HG--
branch : dev
2010-09-21 10:39:04 -07:00
Dave Reed ae7012849a Moved all copies of jQuery/jQueryUI and related scripts, stylesheets, and images to the Orchard.jQuery module.
--HG--
branch : dev
2010-09-17 16:43:12 -07:00
Dave Reed 02bcb20dcc Merge
--HG--
branch : dev
2010-09-17 16:10:40 -07:00
Dave Reed 26f5956664 Require() now returns RequireSettings which has a fluent api. Dropped more complex overloads of Require in favor of it.
--HG--
branch : dev
2010-09-17 16:09:43 -07:00
Dave Reed de1420d620 Merge
--HG--
branch : dev
2010-09-17 13:31:53 -07:00
Dave Reed 3e40d87a06 Renamed localization IResourceManager to ILocalizedStringManager to avoid confusion with Orchard.UI.Resources.IResourceManager.
--HG--
branch : dev
rename : src/Orchard/Localization/Services/DefaultResourceManager.cs => src/Orchard/Localization/Services/DefaultLocalizedStringManager.cs
rename : src/Orchard/Localization/Services/IResourceManager.cs => src/Orchard/Localization/Services/ILocalizedStringManager.cs
2010-09-17 13:22:08 -07:00
Dave Reed e3be58604c Dropped optional parameters, promoted TagRenderMode so links and scripts render ideally.
--HG--
branch : dev
2010-09-17 12:46:00 -07:00
Dave Reed c3f8dfa36a Removed Html.RegisterLink/Meta helpers, these are on the base view instead (they aren't HTML helpers anymore)
--HG--
branch : dev
2010-09-17 12:25:05 -07:00
Dave Reed 67427b20c2 Fixing Require() razor syntax
--HG--
branch : dev
2010-09-17 10:19:27 -07:00
Dave Reed 8a87b36945 Use RegisterLink for orchard.ico
--HG--
branch : dev
2010-09-17 09:58:10 -07:00
Dave Reed 2eb476a539 Use resource manager in routable template
--HG--
branch : dev
2010-09-17 09:42:24 -07:00
Dave Reed c83b91e5c5 Added new ResourceManager and converted modules to use it. See sln notes ResourceManager.txt for open items.
--HG--
branch : dev
2010-09-16 17:35:01 -07:00