cakephp2-php8/lib/Cake
mark_story c5ca10ca69 Remove controller reuse between testAction() calls.
Reusing controllers between various testAction calls would
mean that calls that needed to render views, would break on the
second call to testAction().  Controllers are rebuilt for each testAction()
call now.

Fixes #2142
2011-10-22 10:58:21 -04:00
..
Cache fixing typos 2011-10-19 12:19:28 +07:00
Config Releasing 2.0.0 2011-10-16 18:33:00 -04:30
Configure Refactoring PhpReader::read() to check for .php file first. Fixed error when there's a directory with the same name. 2011-10-16 22:21:01 +02:00
Console Parsing every parameter until there is no more. Good to have alias but with the ability to override the arguments. 2011-10-21 12:20:43 +02:00
Controller Fixed issue when using multiple extensions in Router::parseExtensions() could result in undefined index notice by RequestHandlerComponent. 2011-10-19 15:36:00 +02:00
Core Make App::_loadVendor() static. 2011-10-21 20:37:24 -04:00
Error Little cleanup in exceptions. 2011-10-15 20:08:02 +02:00
I18n Fixing doc block 2011-09-29 20:04:06 +05:30
Log Added visibility in some methods and attributes. 2011-08-18 22:30:28 -04:00
Model Fix issue with postgres and virtualFields 2011-10-21 22:17:48 -04:00
Network Remove comments, and fix debug transport for email. 2011-10-23 00:23:50 +11:00
Routing fixing typos 2011-10-19 12:19:28 +07:00
Test Remove controller reuse between testAction() calls. 2011-10-22 10:58:21 -04:00
TestSuite Remove controller reuse between testAction() calls. 2011-10-22 10:58:21 -04:00
Utility Fix strict warnings on Validation class. 2011-10-19 23:18:46 -04:00
View Remove more incorrect __d() calls. 2011-10-19 23:25:22 -04:00
basics.php Updating links to the book. 2011-10-16 09:36:51 -04:00
bootstrap.php Adding a constant for TIME_START as $_SERVER[REQUEST_TIME] is only 2011-08-22 20:44:32 -04:00
LICENSE.txt Updating the copyright to 2011. 2011-05-30 22:32:43 -04:00
VERSION.txt Releasing 2.0.0 2011-10-16 18:33:00 -04:30