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
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
Sebastien Ros
3bf8517cb2
Corrected none null asumptions when altering exiting Content Types with new Parts
...
--HG--
branch : dev
2010-07-19 11:50:13 -07:00
Sebastien Ros
0acd1f3e91
Corrected unique slugs management
...
- Two different blogs can have a blog post with the same slug
- Other routable items can have the same slug if hte whole path is unique (e.g. Page)
--HG--
branch : dev
2010-07-16 17:27:01 -07:00
Nathan Heskew
501d72afab
Swapped out Orchard.Core's Common Routable for the work in progress replacement, Orchard.Core's Routable (seperate core module now)
...
--HG--
branch : dev
2010-07-13 02:52:02 -07:00
Louis DeJardin
75449c1abe
Migrating some existing Routable aspect functionality to Core.Routable module
...
Exposing user interface for Title and Slug
Calculating Path based on Slug (and container's Path, if present)
Migrating some of the slugify action and jquery support to Core.Routable module
Making a driver for CommonAspect, adding rough placeholder textbox to input container id
--HG--
branch : dev
2010-06-09 15:18:12 -07:00