Commit Graph

24 Commits

Author SHA1 Message Date
Sebastien Ros
027f78ab6e Fixing creation date when container is set as home page 2011-10-03 15:41:09 -07:00
Dave Reed
7fd4a55a82 #17808: Getting 404 after editing the home page.
A content item had a RoutePartRecord but its content type did not have the RoutePart anymore. Null ref ensued.

--HG--
branch : 1.x
2011-05-16 14:22:12 -07:00
Nathan Heskew
48975f4ca4 Forbidding the use of backslashes in slugs.
work item: 16593

--HG--
branch : 1.x
2011-04-05 13:32:43 -07:00
andrerod
5d55e95506 #17111: Correcting fix. Fixing specflows.
--HG--
branch : dev
2011-02-09 00:07:12 -08:00
Andre Rodrigues
023ccbb439 Fixing RoutableService since by default there is no ISlugEventHandler implementation.
--HG--
branch : dev
2010-12-15 10:58:21 -08:00
Andre Rodrigues
709101c210 Simplifying slugeventhandler to leverage event bus functionality.
--HG--
branch : dev
2010-12-14 23:43:49 -08:00
Andre Rodrigues
ca9c5d7b6a #16802: Making slug logic extensible / replaceable through events.
--HG--
branch : dev
2010-12-09 18:39:03 -08:00
Andre Rodrigues
035f3d3e9c #16803: International characters are allowed to go through and accents are removed.
--HG--
branch : dev
2010-12-09 18:03:27 -08:00
Sebastien Ros
7bafff2dfb Updating disallowed chars in routes and titles
http://orchard.codeplex.com/workitem/16367

--HG--
branch : dev
2010-11-15 17:31:31 -08:00
Nathan Heskew
fc3ddf560e Updating Routable to fix the paths of contained items when a container's path changes
--HG--
branch : dev
2010-11-15 12:53:20 -08:00
Nathan Heskew
15efc07484 Some work on getting routing cleaned up for Orchard.Blogs
--HG--
branch : dev
2010-11-13 11:15:38 -08:00
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
Dave Reed
e869a4f467 Fixing some basic fx cop warnings
--HG--
branch : dev
2010-11-12 12:47:06 -08:00
Dave Reed
a9a2c87fe6 Suppressing a few code analysis warnings.
--HG--
branch : dev
2010-11-11 16:23:32 -08:00
Sebastien Ros
ff91690cfb Adding a test for slugs
--HG--
branch : dev
2010-10-14 16:55:09 -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
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
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