.. |
cache
|
Implementing cache lockig in FileEngine using SplFileObject
|
2010-04-29 00:44:17 +10: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
|
Fixing issue where table name was not using fully qualified table names, causing issues with models using table prefixes. Tests added. Fixes #623
|
2010-04-29 00:22:30 -04:00 |
view
|
Updated vesion numbers to 1.3.0
|
2010-04-29 00:21:27 -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_request.php
|
Renaming a method.
|
2010-05-01 11:08:58 -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
|
Removing dependancy on Object from CakeSocket. Making tests less dependant on having a network connection.
|
2010-04-23 21:41:20 -07: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
|
Updating fatal tests in Dispatcher tests. Updating Router to use a method instead of a raw array_merge.
|
2010-05-01 11:07:32 -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
|
Added access modifiers and static delcarations on Set class.
|
2010-04-26 12:45:56 +10:00 |
string.php
|
Making static methods static.
|
2010-04-14 00:29:44 -04:00 |
validation.php
|
Revert "Change URL Validation to use filter_var"
|
2010-04-24 11:01:07 +10:00 |
xml.php
|
Converted views, router and security classes to new translation shotcut function use.
|
2010-04-16 02:20:15 +10:00 |