.. |
cache
|
Changing comparison operators to === (identical) which is faster than == (equal)
|
2008-09-14 17:17:49 +00:00 |
controller
|
fixes #5469
|
2008-09-23 12:04:02 +00:00 |
model
|
adding missing options array in Model::beforeValidate(0 and Model::beforeSave() as they are called with them out of the model and it is good practice, although they are meant to be overriden; closes #5470
|
2008-09-23 18:50:27 +00:00 |
view
|
Fixing MediaView so it will stop reading file when connection is aborted.
|
2008-09-22 05:35:36 +00:00 |
cache.php
|
updating doc block for Cache::set() refs #5460
|
2008-09-22 13:06:26 +00:00 |
cake_log.php
|
Additional optimization refactoring
|
2008-09-13 18:59:30 +00:00 |
class_registry.php
|
Fixing wrong class_exists check. Fixes #5474.
|
2008-09-24 02:12:35 +00:00 |
configure.php
|
Changing how Folder Class is loaded. Fixes infinite loops resulting in segfault under apache 2 when Cache.disable = true and debug = 0. Closes #5458
|
2008-09-24 00:33:54 +00:00 |
debugger.php
|
Additional optimization refactoring
|
2008-09-18 03:09:19 +00:00 |
error.php
|
Removing redundant html escaping from ErrorHandler
|
2008-09-14 23:24:01 +00:00 |
file.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
flay.php
|
Additional optimization refactoring
|
2008-09-18 03:09:19 +00:00 |
folder.php
|
adding umask back to Folder class, see #27 for some amusement
|
2008-09-17 21:54:36 +00:00 |
http_socket.php
|
Fixing coding standards violations in core, and adding misc tests
|
2008-06-20 20:17:23 +00:00 |
i18n.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
inflector.php
|
Additional optimization refactoring
|
2008-09-13 18:59:30 +00:00 |
l10n.php
|
fixes #4898, Config.language in l10n
|
2008-06-13 18:08:54 +00:00 |
magic_db.php
|
adding a couple 'return home early' refactorings
|
2008-09-08 20:33:48 +00:00 |
multibyte.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
object.php
|
fixes #5285, requestAction with array params
|
2008-09-07 13:43:39 +00:00 |
overloadable.php
|
Moving Cake folder to correct location
|
2008-05-30 11:40:08 +00:00 |
overloadable_php4.php
|
Moving Cake folder to correct location
|
2008-05-30 11:40:08 +00:00 |
overloadable_php5.php
|
Moving Cake folder to correct location
|
2008-05-30 11:40:08 +00:00 |
router.php
|
Small refactor of Router
|
2008-09-17 15:26:31 +00:00 |
sanitize.php
|
Changing FormatColumns to refer to model->alias instead of model->name
|
2008-08-03 15:32:33 +00:00 |
security.php
|
Fixing doc block typo. Closes #5296
|
2008-08-20 18:05:26 +00:00 |
session.php
|
Applying patch from renan_saddam. Fixes session checkAgent logic. Closes #5450
|
2008-09-20 13:51:49 +00:00 |
set.php
|
small readability refactorings for Set::filter() and Set::matches()
|
2008-09-23 11:33:36 +00:00 |
socket.php
|
reverting change to CakeSocket::read()
|
2008-08-12 23:02:39 +00:00 |
string.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
validation.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
xml.php
|
Optimizing in_array() checks to isset().
|
2008-09-18 03:40:28 +00:00 |