cakephp2-php8/cake/console/libs
phpnut 6807d4c333 Starting initial refactoring of current code base.
Made changes to test suite to allow running test without headers already sent errors.
Moved Component::initialize(), Controller::beforeFilter(); and Component::startup(); from Dipatcher::start() to Controller::constructClasses();
Removed Dispatcher::start();
Fixing model instances not being created
Adding additional test to CookieComponent to increase coverage to 95%
Optimizing Set::diff();
Fixing SessionComponent test and RequestHandlerComponent test
Fixing CakeSession tests, removed deprecated code from CakeSession

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7162 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-06-10 22:38:05 +00:00
..
tasks removing _stop from baked controllers that do not use Session 2008-06-08 15:47:06 +00:00
templates Starting initial refactoring of current code base. 2008-06-10 22:38:05 +00:00
acl.php fixes #4836 components initialize for error pages, also changing Object::stop() to Object::_stop() 2008-06-04 19:04:58 +00:00
api.php fixes #4836 components initialize for error pages, also changing Object::stop() to Object::_stop() 2008-06-04 19:04:58 +00:00
bake.php Fixed issue where 'cake bake all' would not allow continuous execution. 2008-06-05 02:23:18 +00:00
console.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
i18n.php closes #4776, cleaning up output from console shells 2008-06-03 05:11:04 +00:00
schema.php fixes #4836 components initialize for error pages, also changing Object::stop() to Object::_stop() 2008-06-04 19:04:58 +00:00
shell.php fixes #4836 components initialize for error pages, also changing Object::stop() to Object::_stop() 2008-06-04 19:04:58 +00:00
testsuite.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00