Nathan Heskew
4fe4cfe46b
Making the zone names used on admin related templates consistent with what's being used for the front-end (e.g. Header, Meta, Actions, Content, Sidebar)
...
--HG--
branch : dev
2010-10-29 22:52:53 -07:00
Sebastien Ros
8435dff302
Corrected rendering of Routable links
...
--HG--
branch : dev
2010-10-26 15:32:59 -07:00
Sebastien Ros
0a19a7a0c7
Compacting migrations
...
--HG--
branch : dev
2010-10-19 13:34:36 -07:00
Dave Reed
e9c5c16f6f
Converting usages of Html.LabelFor to the localizable overload.
...
Also inserted spaces where necessary (e.g. 'TagName' -> 'Tag Name').
--HG--
branch : dev
2010-10-19 12:12:03 -07:00
Nathan Heskew
9e7954104e
Updating Orchard.Core.Routable for the new shape API
...
--HG--
branch : dev
2010-10-18 15:20:12 -07:00
Andre Rodrigues
650d1422c7
Removing ContentsLocation
...
--HG--
branch : dev
2010-10-18 13:47:46 -07:00
Nathan Heskew
84a058ba85
Cleaning up some info text in display action templates
...
--HG--
branch : dev
2010-10-18 01:50:53 -07:00
Nathan Heskew
a65395e23d
Removing the Orchard.Core.Shapes' Display.cshtml
...
--HG--
branch : dev
2010-10-18 01:45:07 -07:00
Nathan Heskew
f8053de81e
More template work and getting the Blogs module's display in pretty good shape
...
--HG--
branch : dev
2010-10-18 01:28:39 -07:00
Renaud Paquay
4f049161ce
Change version # to 0.8.0
...
--HG--
branch : dev
2010-10-16 09:37:42 -07:00
Louis DeJardin
70426a89b9
Overloading ContentPart to optionally have new shape passed in
...
If lambda takes an argument, it is dynamic, and is an uninitialized shape of the named type
ShapeHelper and IShapeHelperFactory are obsolete - IShapeFactory itself is now dynamic
--HG--
branch : dev
2010-10-15 17:24:30 -07:00
Sebastien Ros
ff91690cfb
Adding a test for slugs
...
--HG--
branch : dev
2010-10-14 16:55:09 -07:00
Sebastien Ros
a49112c177
Fixing fix
...
--HG--
branch : dev
2010-10-14 16:40:33 -07:00
Sebastien Ros
81b1a375ef
Fixing dots on routes
...
- http://orchard.codeplex.com/workitem/16533
--HG--
branch : dev
2010-10-14 16:33:12 -07:00
Sebastien Ros
dd53923130
Correcting http://orchardqa.codeplex.com/workitem/116
...
- Removed Orchard.Mvc.NotFoundResult, replaced by the new MVC HttpNotFoundViewResult
--HG--
branch : dev
2010-10-14 11:30:58 -07:00
Louis DeJardin
0ce0dcb69b
Preparing to put a content part placement subsystem in effect
...
ContentShapeResult.Apply calls through the context.FindPlacement to acquire placement location
DefaultContentDisplay component wires the FindPlacement onto the ShapeDescriptor.Placement
ShapeDescriptor.Placement func contains the chained per-theme rule stack for part shape placement
Next up - simple Placement.txt parser to convert rules into Placement chain
--HG--
branch : composition
2010-10-12 01:02:18 -07:00
Louis DeJardin
0d27bc794c
Merge
...
--HG--
branch : composition
2010-10-11 16:14:07 -07:00
Louis DeJardin
097d936a83
Starting to transition onto different displaytype/location architecture
...
Introducing branch to avoid pushing a known broken state onto dev
--HG--
branch : composition
2010-10-11 16:13:22 -07:00
Nathan Heskew
302d0585b9
Changing primary content zone to "Primary" (from "primary")
...
--HG--
branch : dev
2010-10-11 15:45:32 -07:00
Sebastien Ros
8d20f0c50e
Merge
...
--HG--
branch : dev
2010-10-11 13:40:29 -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
Nathan Heskew
ddca57edd4
Making progress on updating the content manager API fit better with the new dynamic UI composition scheme
...
- Includes changing display-related implementations (drivers & views) to work with shapes
- Editor implementations still on the old template model
- Orchard.Blogs is currently using a different display type instead of specifying alterations (for Blog and BlogPost)
--HG--
branch : dev
2010-10-11 02:06:01 -07:00
Sebastien Ros
2836673667
Pascal casing manifest files
...
--HG--
branch : dev
2010-10-07 12:38:33 -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
Sebastien Ros
f997ca4143
Explicitly Theme front-end controllers
...
--HG--
branch : dev
2010-09-30 16:37:32 -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
Sébastien Ros
261a544d0a
Corrected route definition on slugify
...
--HG--
branch : dev
2010-09-26 07:18:35 -07:00
Nathan Heskew
17eade34db
Some progress on converting Core.Contents
...
--HG--
branch : dev
2010-09-21 16:09:31 -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
67427b20c2
Fixing Require() razor syntax
...
--HG--
branch : dev
2010-09-17 10:19:27 -07:00
Dave Reed
2eb476a539
Use resource manager in routable template
...
--HG--
branch : dev
2010-09-17 09:42:24 -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
Louis DeJardin
458be54ca4
Some code cleanup
...
Adding a back-reference from ShapeBinding to ShapeDescriptor
Changing HomePage display type to default ("_HomePage" will be indicated in a different way)
Moving IShapeFactoryEvents into its own file
--HG--
branch : theming
2010-09-14 12:29:48 -07:00
Sebastien Ros
a30b0ad51e
Adding Capture method to IOrchardViewPage
...
--HG--
branch : theming
2010-09-13 17:44:32 -07:00
Sebastien Ros
008155cb1f
Migrating Localization
...
--HG--
branch : theming
2010-09-13 15:30:00 -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
Nathan Heskew
a996aac51f
A bit more work getting content display in order
...
- content title added to the item shape (@Model.Title)
- some rough content item shape structure - needs real body zones and footer (need header @ footer markup at least as zone wrappers in a way so if there is nothing in the zone the tags aren't rendered)
- page title usage back in the picture though (impl.) not really touched
- contents and routable display type actions all falling back to the core shaped "Display" view
--HG--
branch : theming
2010-09-13 14:26:07 -07:00
Louis DeJardin
1b2bab702d
Moving script to end of page, and adding title and secondary zone
...
--HG--
branch : theming
2010-09-13 13:11:23 -07:00
Sebastien Ros
a37b464a14
Work on Routable parts edition
...
--HG--
branch : theming
2010-09-13 12:02:50 -07:00
Nathan Heskew
91862c6672
Getting the routable display to work and added a display part template (for the title)
...
- the title should probably be linked
- would it be useful for some route part properties to be on the model (for Model.Title) or is there already an easy way to get at that?
--HG--
branch : theming
2010-09-13 00:09:59 -07:00
Sebastien Ros
3ea9359c7a
Migrating Routable and XmlRpc
...
--HG--
branch : theming
2010-09-10 16:33:55 -07:00
Nathan Heskew
043bcf54ee
Retiring ContentItemViewModel
...
...and all that entails
- things like IZone and IZoneCollection are barely roughed in
--HG--
branch : theming
2010-09-03 16:04:42 -07:00
Nathan Heskew
33d47b3c39
Build*Model -> Build*Shape (in process of changing to work with (Clay) shapes instead of ContentItemViewModel)
...
--HG--
branch : dev
2010-09-02 15:11:33 -07:00
Nathan Heskew
026764544a
Making all of the view models not inherit from BaseViewModel
...
--HG--
branch : dev
2010-09-01 15:33:31 -07:00
Louis DeJardin
bf8d1ec9e6
Merge
...
--HG--
branch : mvc3p1
2010-08-26 18:34:12 -07:00
Nathan Heskew
f3f04d6ea0
Allowing the '/' in slugs.
...
- Also moved the RoutableServiceTests to a more appropriate location
--HG--
branch : dev
2010-08-26 07:32:45 -07:00
Nathan Heskew
6c86c89414
A little more Routable path & slug bug fixing and cleanup
...
--HG--
branch : dev
2010-08-24 11:41:41 -07:00