cakephp2-php8/cake/libs
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
..
cache updating memcache to make sure server is active 2008-01-13 16:06:19 +00:00
controller "Fixes #3820, Email Component only sends message if using template and layout. 2008-03-08 20:26:16 +00:00
model Adding test case for custom 'finderQuery' for HABTM associations. Disproves #4100 2008-03-08 20:08:15 +00:00
view "Fixes #3820, Email Component only sends message if using template and layout. 2008-03-08 20:26:16 +00:00
cache.php fixing cache engine prefix 2008-01-11 18:35:45 +00:00
cake_log.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
class_registry.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
configure.php "Fixes #4285, Importing a vendor in bootstrap.php fails to work. 2008-03-08 22:50:30 +00:00
debugger.php fix for empty var in debugger 2008-01-20 22:25:20 +00:00
error.php updating ErrorHandler with test, fixes #4102 2008-02-15 16:49:17 +00:00
file.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
flay.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
folder.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
http_socket.php reverting httpsocket change from [6439] 2008-02-19 03:59:27 +00:00
i18n.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
inflector.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
l10n.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
magic_db.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
object.php Refactoring model behavior handling 2008-02-21 15:36:13 +00:00
overloadable.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
overloadable_php4.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
overloadable_php5.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
router.php Making parsed parameters always show up at the beginning of 'pass', closes #4299 2008-03-08 16:14:51 +00:00
sanitize.php Removing undefined variable notice for empty arrays in Sanitize::paranoid() 2008-01-27 03:31:33 +00:00
security.php Refactoring Auth / Security::hash() 2008-02-02 04:51:49 +00:00
session.php "Fixing typo in [6514]" 2008-03-08 05:58:14 +00:00
set.php Adding test and patch for bug in Set::_ _flatten(), fixes #4297 2008-03-08 20:33:22 +00:00
socket.php updating HttpSocket with auth, closes #3838 2008-01-08 03:50:19 +00:00
string.php Refactoring, fixing SessionComponent test, adding String::tokenize() 2008-01-02 03:06:57 +00:00
validation.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
xml.php fixes #4260, removed php5 syntax in xml 2008-03-03 16:55:36 +00:00