..
cache
Implementing cache lockig in FileEngine using SplFileObject
2010-04-29 00:44:17 +10:00
controller
Updating more methods to use request object method instead of deprecated methods.
2010-05-08 10:36:20 -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
Merge branch '1.3' into 2.0
2010-05-02 17:53:42 -04:00
route
Splitting CakeRoute and PluginShortRoute into their own files. Also splitting out the test cases.
2010-05-04 00:35:22 -04:00
view
Marking a number of Helper properties as deprecated as they are contained within the CakeRequest object.
2010-05-14 00:05:45 -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
Moving features from RequestHandler into CakeRequest.
2010-05-08 00:36:03 -04:00
cake_session.php
Merge branch '1.3' into 2.0
2010-05-02 17:53:42 -04: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 branch '1.3' into 2.0
2010-05-02 17:53:42 -04: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
Splitting CakeRoute and PluginShortRoute into their own files. Also splitting out the test cases.
2010-05-04 00:35:22 -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