Nathan Heskew
|
036033116f
|
Some work on making the route part more container aware
- still needs some work in the Slugify method (for client slugification)
- also a container path placeholder...
--HG--
branch : dev
|
2010-11-13 01:52:53 -08: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 |
|
Nathan Heskew
|
9c70163f67
|
Fixing up the (Orchard.Core's) Routable module so items can't be published with conflicting paths
--HG--
branch : dev
|
2010-08-23 16:14:10 -07:00 |
|
Renaud Paquay
|
39ab96e05f
|
Fix LiveWriter blog post creation
We weren't setting the new "Path" property
--HG--
branch : dev
|
2010-07-25 12:16:16 -07:00 |
|
Nathan Heskew
|
f482c738ec
|
IsRoutable -> RoutePart
- updating part names to conform to a <name>Part convention
--HG--
branch : dev
rename : src/Orchard.Web/Core/Routable/Drivers/RoutableDriver.cs => src/Orchard.Web/Core/Routable/Drivers/RoutePartDriver.cs
rename : src/Orchard.Web/Core/Routable/Handlers/RoutableHandler.cs => src/Orchard.Web/Core/Routable/Handlers/RoutePartHandler.cs
rename : src/Orchard.Web/Core/Routable/Models/IsRoutable.cs => src/Orchard.Web/Core/Routable/Models/RoutePart.cs
rename : src/Orchard.Web/Core/Routable/Models/RoutableRecord.cs => src/Orchard.Web/Core/Routable/Models/RoutePartRecord.cs
rename : src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts/Routable.IsRoutable.ascx => src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts/Routable.RoutePart.ascx
|
2010-07-23 01:01:49 -07:00 |
|