2012-05-19 04:36:48 +02:00
|
|
|
---
|
2012-06-19 12:34:54 +02:00
|
|
|
Name: rootroutes
|
|
|
|
Before: '*'
|
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
|
|
|
'': 'Controller'
|
|
|
|
---
|
2012-05-19 04:36:48 +02:00
|
|
|
Name: coreroutes
|
|
|
|
Before: '*'
|
2012-08-27 06:03:03 +02:00
|
|
|
After:
|
2012-08-28 05:44:40 +02:00
|
|
|
- '#rootroutes'
|
|
|
|
- '#modelascontrollerroutes'
|
2012-05-19 04:36:48 +02:00
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
|
|
|
'Security//$Action/$ID/$OtherID': 'Security'
|
2015-10-30 03:31:54 +01:00
|
|
|
'CMSSecurity//$Action/$ID/$OtherID': 'CMSSecurity'
|
2012-05-19 04:36:48 +02:00
|
|
|
'dev': 'DevelopmentAdmin'
|
|
|
|
'interactive': 'SapphireREPL'
|
2013-01-29 14:14:47 +01:00
|
|
|
'InstallerTest//$Action/$ID/$OtherID': 'InstallerTest'
|
|
|
|
'JSTestRunner//$Action/$ID/$OtherID': 'JSTestRunner'
|
|
|
|
'SapphireInfo//$Action/$ID/$OtherID': 'SapphireInfo'
|
|
|
|
'SapphireREPL//$Action/$ID/$OtherID': 'SapphireREPL'
|
2012-05-19 04:36:48 +02:00
|
|
|
---
|
|
|
|
Name: adminroutes
|
2012-08-27 06:03:03 +02:00
|
|
|
Before: '*'
|
|
|
|
After:
|
2012-08-28 05:44:40 +02:00
|
|
|
- '#rootroutes'
|
|
|
|
- '#coreroutes'
|
|
|
|
- '#modelascontrollerroutes'
|
2012-05-19 04:36:48 +02:00
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
|
|
|
'admin': 'AdminRootController'
|