ADmad
|
7f62d57a0f
Restore 'persist' option for routes.
|
11 years ago |
PGBarrow
|
7019aa6be7
Made Router::prefix() accept options
|
11 years ago |
Mark Story
|
977482bdd3
Fix resource routing not allowing generation.
|
11 years ago |
ADmad
|
6cf7b52897
Use short array syntax.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
AD7six
|
b3810b4c74
the one that got away
|
11 years ago |
AD7six
|
7a56cfdb13
correct fallbacks usage in tests
|
11 years ago |
Mark Story
|
7a859105bb
Add test for URL generation with multiple prefxies.
|
11 years ago |
José Lorenzo Rodríguez
|
7315ae6cfa
Merge pull request #5114 from cakephp/issue-5089
|
11 years ago |
Mark Story
|
8e974dc5d1
Fix routing extensions leaking out of their scopes.
|
11 years ago |
okonomi
|
620aa95e20
exception's namespace strictly
|
11 years ago |
Mark Story
|
5cddb90606
Fix extensions always being defaulted.
|
11 years ago |
Bryan Crowe
|
608e1c5ae7
Add space after closures' function keyword
|
11 years ago |
ADmad
|
f52bf79e13
Revert array $options argument to boolean $merge in routing classes.
|
11 years ago |
ADmad
|
40acf4071f
Remove Router::parseExtensions().
|
11 years ago |
ADmad
|
a15c2c42fa
Allow setting default route class.
|
11 years ago |
Jose Lorenzo Rodriguez
|
db2d6bb9c8
Fixing failing test
|
11 years ago |
Jose Lorenzo Rodriguez
|
5840bf2a7b
Routing\Error -> Routing\Exception
|
11 years ago |
Jose Lorenzo Rodriguez
|
ef8cedff9a
Core\Error -> Core\Exception
|
11 years ago |
Jose Lorenzo Rodriguez
|
d12b1b4b14
Moving Cake\Error\Exception to Cake\Core\Error
|
11 years ago |
mark_story
|
5f5afb7d7f
Fix issue where Router::extensions() would not be correct.
|
11 years ago |
ADmad
|
80381bcfdf
Use Request::env() instead of overriding globals.
|
11 years ago |
ADmad
|
ae76e5e4a3
Remove redudant usage forms for Router::url().
|
11 years ago |
ADmad
|
c75c7a7c57
Refactor code to allow passing url fragmenent for named routes.
|
11 years ago |
ADmad
|
f16fe0f2d5
Allow specifying route name when using url array.
|
11 years ago |
ADmad
|
0ae87e3d3f
Add tests for url generated with named route.
|
11 years ago |
Thomas von Hassel
|
b8d4eda592
Fixes argument order
|
11 years ago |
mark_story
|
96cb76b90d
Fix incorrect handling of inflections in InflectedRoute
|
11 years ago |
mark_story
|
80066a2608
Rename [method] to _method.
|
11 years ago |
mark_story
|
4b499f6b9a
Remove Router::resourceMap() and update internals of mapResources()
|
11 years ago |