mark_story
|
f03b40e4db
Start integrating Router + new route collections.
|
11 years ago |
mark_story
|
bcc20c4cac
Add Router::prefix() and Router::plugin()
|
11 years ago |
mark_story
|
f0af8f8fe0
Add basic tests for Router::scope().
|
11 years ago |
mark_story
|
ff1ebb9768
lowercase route names.
|
11 years ago |
Jose Lorenzo Rodriguez
|
17ab3262d6
Fixing failing tests
|
11 years ago |
Jose Lorenzo Rodriguez
|
5a0a7966e0
Removing inflections out from the router, this also means that default
|
11 years ago |
Jose Lorenzo Rodriguez
|
f2b3e95c7a
Removing some of the hadrcoded calls to Inflector::underscore() used in
|
11 years ago |
mark_story
|
a33ee0c499
Move CacheDispatcher tests into their own file.
|
12 years ago |
ADmad
|
67faeaf770
Rename Router::setExtensions() to Router::parseExtensions().
|
12 years ago |
ADmad
|
48df5ba3ff
Removed Router::parseExtensions().
|
12 years ago |
Renan Gonçalves
|
99205e4113
Adding _stop() back to classes that used to extend Cake\Core\Object.
|
12 years ago |
Ber Clausen
|
2db1c1cea5
Rename RouterCollection::routes() to all().
|
12 years ago |
Ber Clausen
|
60cca760ce
Test that RouterCollection::routes() gets the list of connected routes.
|
12 years ago |
Ber Clausen
|
c34156a3cb
Be more explicit on what the test is about.
|
12 years ago |
Ber Clausen
|
334c56f19c
Replace more arrays in favor of the shorter syntax.
|
12 years ago |
Ber Clausen
|
60150a504e
Always set an '_ext' parameter when calling Router::url().
|
12 years ago |
Ber Clausen
|
4d20e0b247
Replace empty arrays with the new syntax.
|
12 years ago |
Ber Clausen
|
7f17898a45
Test that resources can be mapped with a default extension.
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
ndm2
|
6c32004206
Make the wannabe fully qualified namespaces in docblock tags actually fully qualified by adding leading backslashes.
|
12 years ago |
Sam
|
73d0f2a16e
Removed confusing test I changed earlier. Added a new test.
|
12 years ago |
Sam
|
a554ac4651
Comment correction - extra to.
|
12 years ago |
Sam
|
a7b1e34c1b
Updated test. Setting a prefix route param default is now just like setting any other route param default.
|
12 years ago |
Sam
|
3bb9b64d5a
Updated test. Setting global config 'Routing.prefixes' is no longer a side affect of setting some prefixed route.
|
12 years ago |
ADmad
|
fb72c03b4c
Renamed folders "Cake" to "src" and "Test" to "tests".
|
12 years ago |