cakephp2-php8/cake/tests/cases
mark_story 7f18f05de4 Moving appending of prefix to action into the Router. This makes Router::parse() always return what you get in the controller.
Updating Dispatcher to not hold a reference to the current request, as its not used.
Updating private action detection so its simpler.
Fixes issues with prefix actions not getting the correct default view.  Fixes #1580
2011-03-10 22:04:46 -05:00
..
console Removing $request->query[url]. This simulated value is also available at $request->url, and having it in the query array confuses things, as GET[url] no longer exists. 2011-02-20 21:52:20 -05:00
libs Moving appending of prefix to action into the Router. This makes Router::parse() always return what you get in the controller. 2011-03-10 22:04:46 -05:00
basics.test.php Making debug() not html escape in cli contexts. 2011-02-26 15:37:28 -05:00