cakephp2-php8/cake/libs/controller
phpnut 11afd24c19 "Adding fix when a component loads a component that is also in the components array list.
{{{
	var $components = array('Auth', 'RequestHandler');
}}}
Controller::RequestHandler; would not be available.
Added additional tests

Fixed loading of libs/xml.php "

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6372 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-01-13 03:53:01 +00:00
..
components updating form helper labels for multiple records, fixes #3880, updating custom acl component loading, #3875 2008-01-10 23:13:53 +00:00
app_controller.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
component.php "Adding fix when a component loads a component that is also in the components array list. 2008-01-13 03:53:01 +00:00
controller.php "Removing call to Controller::_initComponents(); and Controller::__mergeVars(); out of Dispatcher" 2008-01-05 01:31:15 +00:00
pages_controller.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
scaffold.php "Fixing bug with scaffold and valid Session id check" 2008-01-09 04:51:12 +00:00