cakephp2-php8/cake/libs
mark_story e20ea8ad72 Renaming Dispatcher::__loadRoutes -> Dispatcher::_loadRoutes to match naming conventions.
Updating method name usage, as assertType is deprecated as of PHPUnit 3.5.6
2010-12-24 12:54:04 -05:00
..
cache Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch. 2010-12-11 19:26:10 -05:00
config Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch. 2010-12-11 19:26:10 -05:00
controller Removing strlower() calls as they are not needed in php5 land. 2010-12-21 23:45:47 -05:00
error Updated to HttpSocket, HttpResponse and CakeSocket use SocketException. 2010-12-15 02:01:00 -02:00
http Fixed documentation. 2010-12-15 01:54:48 -02:00
log Changing object construction and method call to use file_put_contents. 2010-11-16 21:54:05 -05:00
model Adding more documentation to DboSource. 2010-12-22 22:33:17 -05:00
route Move Controller::paginate() into PaginatorComponent 2010-12-14 18:21:39 -08:00
session Removing duplicate method call. 2010-09-07 00:42:49 -04:00
view Adding a doc block and code sample for MediaView. 2010-12-22 22:04:02 -05:00
app.php Fixing the result of App::import() when name of class have slash. 2010-11-29 22:37:08 -02:00
cache.php Removing View::$autoRender it wasn't used. 2010-12-21 21:59:25 -05:00
cake_log.php Removing @author tags that snuck in. 2010-12-21 21:58:20 -05:00
cake_request.php More documentation. 2010-12-21 22:36:37 -05:00
cake_response.php More documentation. 2010-12-21 22:36:37 -05:00
cake_session.php Removing CakeSession::watch() and CakeSession::ignore(). You should use logging, or an interactive debugger instead. 2010-12-14 22:35:43 -05:00
cake_socket.php Updated to HttpSocket, HttpResponse and CakeSocket use SocketException. 2010-12-15 02:01:00 -02:00
class_registry.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
configure.php Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch. 2010-12-11 19:26:10 -05:00
debugger.php Fixing more strict warnings. 2010-12-12 21:09:56 -05:00
dispatcher.php Renaming Dispatcher::__loadRoutes -> Dispatcher::_loadRoutes to match naming conventions. 2010-12-24 12:54:04 -05:00
file.php Fixing more strict warnings. 2010-12-12 21:02:42 -05:00
folder.php Fixing strict errors that were causing shell tests to fail. 2010-12-12 20:55:33 -05:00
http_response.php Updated to HttpSocket, HttpResponse and CakeSocket use SocketException. 2010-12-15 02:01:00 -02:00
http_socket.php Updated to HttpSocket, HttpResponse and CakeSocket use SocketException. 2010-12-15 02:01:00 -02:00
i18n.php Removing core classes using App::import() with an array(). This usage incurs an additional call to App::import(). 2010-11-25 22:51:30 -05:00
inflector.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
l10n.php Updating l10n to use the new CakeRequest method. 2010-11-07 01:38:25 -04:00
magic_db.php Removing =& operators for construction of objects. 2010-11-12 23:05:44 -05:00
multibyte.php Updating Multibyte class to use new Configure api. 2010-12-04 22:59:07 -05:00
object.php Adding a normalize parameter to Object::_mergeVars(). This allows existing behavior to be maintained. 2010-11-21 00:47:42 -05:00
object_collection.php Added ControllerTestCase class for testing controllers. Fixes #1244 2010-12-14 19:58:27 -08:00
router.php Fixing issue where prefixes would not be correctly loaded for a request. 2010-12-21 23:14:17 -05:00
sanitize.php Added 'double' option to Santize::html() to pass double_encode parameter to htmlentities() 2010-10-11 18:25:11 -07:00
security.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
set.php Fixing strict errors in Set class. 2010-12-12 17:37:31 -05:00
string.php Expanding String::wrap to be able to indent and start indenting at a specific offset. 2010-10-15 22:46:03 -04:00
validation.php Fixing more strict warnings. 2010-12-12 21:09:56 -05:00
xml.php Fixing more strict warnings. 2010-12-12 21:09:56 -05:00