Nathan Heskew
62ddb9498a
Adding html5shim to the core shapes (document template)
...
--HG--
branch : dev
2010-10-11 11:45:22 -07:00
Louis DeJardin
7021670529
Adding specializations for additional core shapes
...
MenuItem now has Parent and Menu back-pointer properties
Menu-{name} and MenuItem-{name} templates are added as specializations
--HG--
branch : dev
2010-10-11 11:24:55 -07:00
Jonathan Wall
44f76b4276
Updated navigation in the new theme.
...
--HG--
branch : dev
2010-10-11 10:32:54 -07:00
Nathan Heskew
71ead6bae3
Changing parts shapes to use the "Parts_" prefix convention.
...
Similart to content items now (Items_*) and what fields will use (Fields_*)
--HG--
branch : dev
2010-10-11 09:45:29 -07:00
Louis DeJardin
7515f955fa
Missed a file
...
--HG--
branch : dev
2010-10-08 18:29:37 -07:00
Jonathan Wall
5dcd3cb508
Updates to the new theme.
...
--HG--
branch : dev
2010-10-08 17:10:41 -07:00
Nathan Heskew
11d83885ce
Adding a property and a couple methods to the base view class(es)
...
- Layout (shortcut for WorkContext.Layout)
- HasText(object thing) (shortcut for !string.IsNullOrWhiteSpace(thing as string))
- Tag(dynamic shape, string tagName) (shortcut for Html.Resolve<ITagBuilderFactory>().Create(shape, tagName))
--HG--
branch : dev
2010-10-07 22:29:11 -07:00
Sebastien Ros
ad78925d28
Merge
...
--HG--
branch : dev
2010-10-07 15:49:59 -07:00
Nathan Heskew
f2ff1494af
More progress on defining new UI capabilities...
...
--HG--
branch : dev
2010-10-07 15:07:01 -07:00
Nathan Heskew
6dbbe6e1f0
Some minor post-mvc3 beta upgrade fixes
...
--HG--
branch : dev
2010-10-07 12:50:51 -07:00
Sebastien Ros
2836673667
Pascal casing manifest files
...
--HG--
branch : dev
2010-10-07 12:38:33 -07:00
Renaud Paquay
34bbd4a062
Merge
...
--HG--
branch : dev
2010-10-07 11:57:23 -07:00
Jonathan Wall
1e8cd2b2bb
Added some floats and sidebar to TheThemeMachine.
...
--HG--
branch : dev
2010-10-07 11:46:07 -07:00
Jonathan Wall
5404fb4e2c
Added login to The Theme Machine.
...
--HG--
branch : dev
2010-10-07 11:09:37 -07:00
Renaud Paquay
833beaad3b
Fix Razor views single line comment syntax
...
@// is not valid anymore, use "@* ... *@" instead
--HG--
branch : dev
2010-10-07 10:53:02 -07:00
Renaud Paquay
1e826830f2
Fix Razor views "using" syntax
...
"@using" directive now requires a semicolon at the end.
--HG--
branch : dev
2010-10-07 10:48:51 -07:00
Nathan Heskew
7503606d74
More progress on defining new UI capabilities..
...
--HG--
branch : dev
2010-10-06 14:02:37 -07:00
Jonathan Wall
037dd36c6c
Added basic CSS file to TheThemeMachine.
...
--HG--
branch : dev
2010-10-05 16:18:36 -07:00
Nathan Heskew
f3af5ea7d9
More progress on defining new UI capabilities.
...
--HG--
branch : dev
2010-10-05 08:28:06 -07:00
Nathan Heskew
6e8880705f
More progress on defining new UI capabilities
...
--HG--
branch : dev
2010-10-04 09:50:59 -07:00
BertrandLeRoy
36ebf9a95b
Adding zone declaration to Classic Dark theme.
...
--HG--
branch : dev
2010-10-01 16:18:23 -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
BertrandLeRoy
ad8a007933
Classic Dark theme
...
--HG--
branch : dev
2010-09-30 17:16:49 -07:00
Nathan Heskew
81fad6fb05
Starting to dream up the new theme...up
...
--HG--
branch : dev
2010-09-30 13:03:48 -07:00
Sebastien Ros
663cecb34a
Merge
...
--HG--
branch : dev
2010-09-30 12:55:27 -07:00
Suha Can
e9208542ed
- Updating ExtensionManager and ThemeService to read zones from the manifest.
...
- Adding a few essential parts for layers, widgets.
--HG--
branch : dev
2010-09-29 14:29:43 -07:00
Sebastien Ros
c6303e9477
Load advisory message in dashboard
...
- Current implementation uses a local file, publish it on orcharproject.net later
--HG--
branch : dev
2010-09-29 11:07:19 -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
9c3dd779df
Added ability to Script/Style/ResourceManager.Include() with just a plain url.
...
--HG--
branch : dev
2010-09-21 15:32:37 -07:00
Nathan Heskew
fd9152eb4f
Changed the default theme back to "Classic" for now and making "Classic" look decent w/ existing CSS and minimal template overrides
...
--HG--
branch : dev
2010-09-21 13:56:51 -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
Nathan Heskew
8b0d80f0bf
Merge
...
--HG--
branch : dev
2010-09-21 00:59:52 -07:00
Nathan Heskew
305fd9ef22
Getting setup looking a little more as it should
...
--HG--
branch : dev
2010-09-21 00:58:56 -07:00
Sebastien Ros
55adba610c
Corrected notifications display
...
--HG--
branch : dev
2010-09-20 17:00:37 -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
Sebastien Ros
d3bc587e1d
Updated TheAdmin theme
...
- Overrided Menu.cshtml to comply with old css
--HG--
branch : dev
2010-09-17 13:18:19 -07:00
Dave Reed
8a87b36945
Use RegisterLink for orchard.ico
...
--HG--
branch : dev
2010-09-17 09:58:10 -07:00
Nathan Heskew
6f59fbabc9
Merge
...
--HG--
branch : dev
2010-09-17 01:09:37 -07:00
Nathan Heskew
f6d4d05c22
Migrating Orchard.Blogs
...
--HG--
branch : dev
2010-09-17 01:00: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
Sebastien Ros
0cb1ce3f94
Migrating Notifications
...
--HG--
branch : dev
2010-09-16 16:45:11 -07:00
Louis DeJardin
8fdcd25254
Converting Futures.Widgets module
...
--HG--
branch : dev
2010-09-15 19:50:58 -07:00
Nathan Heskew
a0188e8aca
Taking the Contoso footer out of the display for now
...
--HG--
branch : theming
2010-09-13 18:28:54 -07:00
Nathan Heskew
5e53b4dd46
Getting display in order for the (routable-specified) home page
...
--HG--
branch : theming
2010-09-13 14:48:22 -07:00
Sebastien Ros
8ead738d12
Merge
...
--HG--
branch : theming
2010-09-10 18:16:11 -07:00
Louis DeJardin
0c67b9fd20
Trying to simplify tag/id/attr handling in shape views
...
ITagBuilderFactory returns a TagBuilder populated html related things taken from the shape
Updated zone/menu/menuitem shapes to use that service
Menu and menu item removed from TheAdmin to allow core\shapes rendering to show through
--HG--
branch : theming
2010-09-10 17:37:21 -07:00
Sebastien Ros
5c206b36fe
Migrating Reports
...
--HG--
branch : theming
2010-09-10 16:50:43 -07:00
Louis DeJardin
b5119c57cd
Adding DisplayChildren for rendering attached shapes
...
--HG--
branch : theming
extra : rebase_source : 14c441c92db13a7e7acf5d16f8ccec3323c807dc
2010-09-10 15:54:52 -07:00
Sebastien Ros
646aab07b0
Merge
...
--HG--
branch : theming
2010-09-09 17:03:26 -07:00
Sebastien Ros
6f4dfba734
Migrated Orchard.Users
...
--HG--
branch : theming
2010-09-09 17:02:04 -07:00