cakephp2-php8/cake/libs
2010-04-23 21:10:23 -04:00
..
cache Removing exception throwing from CacheEngine::gc() and subclasses as it randomly caused errors when using one of the affected engines. 2010-04-19 00:04:34 -04:00
controller Merge remote branch 'origin/1.3' into 2.0 2010-04-23 12:52:56 +10:00
log Changing object constructor. 2010-04-14 00:25:14 -04:00
model Updating Model to use call_user_func_array instead of methods that were previously inherited from Object. 2010-04-23 20:47:40 -04:00
view Fixing failing tests in PaginatorHelper and moving tests related to JsHelper interaction into a separate test method. 2010-04-23 21:10:23 -04:00
cache.php Adding exception tossing for invalid cacheengine configuration. 2010-04-23 20:41:29 -04:00
cake_log.php Convert controllers and sockets to new formate for shorthand translation functions. 2010-04-16 01:52:49 +10:00
cake_session.php Merge remote branch 'origin/1.3' into 2.0 2010-04-16 23:43:28 +10:00
cake_socket.php Convert controllers and sockets to new formate for shorthand translation functions. 2010-04-16 01:52:49 +10:00
class_registry.php Convert controllers and sockets to new formate for shorthand translation functions. 2010-04-16 01:52:49 +10:00
configure.php Removing Overloadable and Overloadable2 they are not needed in PHP5. 2010-04-18 01:02:39 -04:00
debugger.php Removing some of the singleton access in Debugger. 2010-04-19 00:15:56 -04:00
error.php Convert models, datasources and file/folders to new version of translation shortcut function. 2010-04-16 02:00:25 +10:00
file.php Removing inheritance from Object. Constructor workarounds are no longer needed and Object methods are not used on these classes. 2010-04-18 01:12:00 -04:00
folder.php Removing lonely comment. 2010-04-18 01:17:01 -04:00
http_socket.php Convert models, datasources and file/folders to new version of translation shortcut function. 2010-04-16 02:00:25 +10:00
i18n.php Removing inheritance from Object. Constructor workarounds are no longer needed and Object methods are not used on these classes. 2010-04-18 01:12:00 -04:00
inflector.php Merge remote branch 'origin/1.3' into 2.0 2010-04-23 12:52:56 +10:00
l10n.php Removing inheritance from Object. Constructor workarounds are no longer needed and Object methods are not used on these classes. 2010-04-18 01:12:00 -04:00
magic_db.php Changed all public methods to specify public access. 2010-04-05 13:19:38 +10:00
multibyte.php Changed all $__ declared variables to private. 2010-04-04 16:33:39 +10:00
object.php Adding a no-op constructor for Object. Fixes issues where numerous sub-classes break because of a missing constructor in Object. 2010-04-18 01:12:44 -04:00
router.php Making Router throw exceptions when invalid route classes are used for routes. 2010-04-23 20:22:02 -04:00
sanitize.php Making static methods static. 2010-04-14 00:29:44 -04:00
security.php Converted views, router and security classes to new translation shotcut function use. 2010-04-16 02:20:15 +10:00
set.php Adding tests from 'tfs' fixes inconsistencies in extracting elements with one path selector. Fixes #555 2010-04-10 16:57:50 -04:00
string.php Making static methods static. 2010-04-14 00:29:44 -04:00
validation.php Removing Object extension on Validation. 2010-04-23 13:10:56 +10:00
xml.php Converted views, router and security classes to new translation shotcut function use. 2010-04-16 02:20:15 +10:00