.. |
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
|
Changing AclBase into AclInterface as it is now an interface.
|
2010-04-23 23:52:36 -04:00 |
log
|
Adding CakeLogInterface and implementing it in core and test suite classes. The new interface is used for method detection instead of a hard method check. Making CakeLog throw exceptions instead of trigger errors when things go wrong.
|
2010-04-23 22:31:21 -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
|
Making Helper extend Object, this fixes issues where Helpers would not have dispatchMethod or requestAction available.
|
2010-04-23 21:21:31 -04:00 |
cache.php
|
Adding @throws to methods that could throw exceptions.
|
2010-04-23 22:29:57 -04:00 |
cake_log.php
|
Adding CakeLogInterface and implementing it in core and test suite classes. The new interface is used for method detection instead of a hard method check. Making CakeLog throw exceptions instead of trigger errors when things go wrong.
|
2010-04-23 22:31:21 -04: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
|
Adding App::setObjects() as a temporary way to modify App's cache of plugins. This allows the DispatcherTest to successfully run.
|
2010-04-23 22:04:16 -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
|
Expanding documentation for Router::queryString().
|
2010-04-24 00:21:17 -04:00 |
sanitize.php
|
Removing params() from Sanitize.
|
2010-04-23 21:32:39 -04:00 |
security.php
|
Making Security a static class.
|
2010-04-23 21:28:54 -04: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 |