.. |
cache
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
config
|
Trimming whitespace and adding a file header.
|
2010-11-28 21:11:18 -05:00 |
controller
|
Adding support for userPath in IniAcl.
|
2010-11-28 21:22:10 -05:00 |
error
|
Moving error handling classes into a separate directory.
|
2010-11-28 12:27:51 -05:00 |
http
|
Changing authentication classes to use suffix Authentication instead of Method.
|
2010-11-20 17:47:35 -02:00 |
log
|
Changing object construction and method call to use file_put_contents.
|
2010-11-16 21:54:05 -05:00 |
model
|
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 |
route
|
Added support for redirection routes. Fixes #1151
|
2010-11-07 17:33:05 -08:00 |
session
|
Removing duplicate method call.
|
2010-09-07 00:42:49 -04:00 |
view
|
Minor optimization in h()
|
2010-11-28 00:33:01 -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
|
Changing more php version strings.
|
2010-10-03 12:46:03 -04:00 |
cake_log.php
|
Removing logError from CakeLog, it will be moved into ErrorHandler::handleError()
|
2010-11-25 22:51:29 -05:00 |
cake_request.php
|
Adding visibility to a few methods.
|
2010-11-07 01:36:37 -04:00 |
cake_response.php
|
Improving the CakeResponse::cache() method
|
2010-10-03 19:27:08 -04:30 |
cake_session.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 |
cake_socket.php
|
Simplified the CakeSocket and fixed some phpdocs.
|
2010-11-09 19:07:29 -02:00 |
class_registry.php
|
Removing E_STRICT errors from ClassRegistry
|
2010-11-08 22:35:55 -04:30 |
configure.php
|
Removing error masking in ErrorHandler, instead correctly calling set_error_handler() works better.
|
2010-11-27 14:32:43 -05:00 |
debugger.php
|
Removing Configure::write('log'). This feature is now part of Error configuration.
|
2010-11-25 22:51:30 -05:00 |
dispatcher.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 |
file.php
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
folder.php
|
Merge branch '1.3' into merger
|
2010-11-20 23:14:33 -05:00 |
http_socket.php
|
Throw exception when authentication class dont support authentication/proxyAuthentication method.
|
2010-12-01 13:49:03 -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
|
Changing more php version strings.
|
2010-10-03 12:46:03 -04: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
|
Removing the 3rd param from ObjectCollection::load() and adding a uniform setting of 'callbacks'. This setting is used to disable callbacks on objects by convention. Test cases updated.
|
2010-11-07 13:23:45 -05:00 |
router.php
|
Removing vestigial method in App.
|
2010-11-10 23:43:48 -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
|
Merge branch '1.3' into integration
|
2010-10-31 21:56:59 -04: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
|
Fix typo in variable description.
|
2010-07-19 23:15:12 -04:00 |
xml.php
|
Fixing issue where Xml would not read CDATA blocks.
|
2010-10-23 11:01:13 -04:00 |