2012-05-19 14:36:48 +12:00
|
|
|
---
|
2012-06-19 22:34:54 +12:00
|
|
|
Name: rootroutes
|
|
|
|
Before: '*'
|
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
|
|
|
'': 'Controller'
|
|
|
|
---
|
2012-05-19 14:36:48 +12:00
|
|
|
Name: coreroutes
|
|
|
|
Before: '*'
|
2012-08-27 16:03:03 +12:00
|
|
|
After:
|
2012-08-28 15:44:40 +12:00
|
|
|
- '#rootroutes'
|
|
|
|
- '#modelascontrollerroutes'
|
2012-05-19 14:36:48 +12:00
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
|
|
|
'Security//$Action/$ID/$OtherID': 'Security'
|
|
|
|
'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 14:36:48 +12:00
|
|
|
---
|
|
|
|
Name: adminroutes
|
2012-08-27 16:03:03 +12:00
|
|
|
Before: '*'
|
|
|
|
After:
|
2012-08-28 15:44:40 +12:00
|
|
|
- '#rootroutes'
|
|
|
|
- '#coreroutes'
|
|
|
|
- '#modelascontrollerroutes'
|
2012-05-19 14:36:48 +12:00
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
|
|
|
'admin': 'AdminRootController'
|