cakephp2-php8/cake
phpnut da19393614 "Fixes #4285, Importing a vendor in bootstrap.php fails to work.
If you want to use custom paths that are set in app/bootstrap.php you must first use the following code to set these paths before calling App::import() but after the $*Paths variables;
 * Configure::buildPaths(compact('modelPaths', 'viewPaths', 'controllerPaths', 'helperPaths', 'componentPaths', 'behaviorPaths', 'pluginPaths', 'vendorPaths'));
 * You would only use the *Paths in the above code that you have set."

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6525 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-03-08 22:50:30 +00:00
..
config Merging bug fixes and enhancements to the trunk: 2008-01-02 06:33:52 +00:00
console "Fixes #4201, Cake i18n script in command line. 2008-03-08 07:14:33 +00:00
libs "Fixes #4285, Importing a vendor in bootstrap.php fails to work. 2008-03-08 22:50:30 +00:00
tests Removing methods from Set test case 2008-03-08 20:37:55 +00:00
basics.php "Closes #4029 clearCache deletes more files than expected" 2008-03-08 04:30:55 +00:00
bootstrap.php "Fixes #4285, Importing a vendor in bootstrap.php fails to work. 2008-03-08 22:50:30 +00:00
dispatcher.php Removing all references to deprecated 'webservices' and 'bare' routes and route parameters, removing deprecated constants, updating core tests 2008-02-11 06:18:41 +00:00
LICENSE.txt Correcting all headers in the files 2007-02-02 10:39:45 +00:00
VERSION.txt Merging bug fixes and enhancements to the trunk: 2008-01-02 06:33:52 +00:00