Merge pull request #281 from chillu/pulls/remove-auto-controller-routing

Explicitly added routes (following removal of auto-routing controllers)
This commit is contained in:
Ingo Schommer 2013-03-18 04:23:52 -07:00
commit a451766e62

View File

@ -7,6 +7,11 @@ Director:
rules:
'': 'RootURLController'
'$URLSegment//$Action/$ID/$OtherID': 'ModelAsController'
'StaticExporter//$Action/$ID/$OtherID': 'StaticExporter'
'RebuildStaticCacheTask//$Action/$ID/$OtherID': 'RebuildStaticCacheTask'
'RemoveOrphanedPagesTask//$Action/$ID/$OtherID': 'RemoveOrphanedPagesTask'
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
---
Name: legacycmsroutes
After: '#adminroutes'