.. |
cache
|
"Removing duplicated code"
|
2007-12-23 16:44:42 +00:00 |
controller
|
"Fixes #3786, Missing keys when Model merges actsAs.
|
2008-01-01 01:07:24 +00:00 |
model
|
"Fixes #3786, Missing keys when Model merges actsAs.
|
2008-01-01 01:07:24 +00:00 |
view
|
Adding asset filters for CSS and JS, set using 'Asset.filter.css' and 'Asset.filter.js', fixes #2233
|
2007-12-31 05:19:00 +00:00 |
cache.php
|
"Removing all shortcut function usage from the core"
|
2007-12-08 06:08:03 +00:00 |
cake_log.php
|
"Fixes #3625, LOG_ERROR undefined"
|
2007-12-23 09:13:02 +00:00 |
class_registry.php
|
"Fixes #3743, Loading mechanism tries to load files twice from same location.
|
2007-12-23 04:42:59 +00:00 |
configure.php
|
Fixing environment detection issues in Dispatcher, adding environment tests, adding tests for embedded route regular expressions, fixes #2666
|
2007-12-30 22:33:48 +00:00 |
debugger.php
|
updating dispatcher, fixes #3773, fixes #3783, fixes #3779, updating default layouts, adding Debugger::dump($var); and some other changes for exporting string vars
|
2007-12-29 19:05:22 +00:00 |
error.php
|
Closes #2119 Only define clone() in PHP4 when it hasn't been already defined.
|
2007-11-16 09:35:19 +00:00 |
file.php
|
adding File::prepare() for fixing line endings
|
2007-10-25 03:10:31 +00:00 |
flay.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |
folder.php
|
adding plugin task, closes #965
|
2007-12-21 02:54:45 +00:00 |
http_socket.php
|
"Removing all shortcut function usage from the core"
|
2007-12-08 06:08:03 +00:00 |
i18n.php
|
"Fixes #3729, I18n::_ _loadMo() magicDb recognition fails on 64bit systems (And some older versions of PHP5)"
|
2007-12-14 05:40:00 +00:00 |
inflector.php
|
Fixes #3486, Incorrect rule in Inflector::singularize()
|
2007-11-06 05:12:37 +00:00 |
l10n.php
|
"Fixes #3738, Inconsistencies with default languages and mappings in L10n.php"
|
2007-12-23 08:05:13 +00:00 |
magic_db.php
|
"Correcting svn properties"
|
2007-11-20 04:51:06 +00:00 |
object.php
|
"Fixes #3766, RequestAction fails on plugin to app and plugin to plugin"
|
2007-12-26 02:20:47 +00:00 |
overloadable.php
|
Correcting all headers in the files
|
2007-02-02 10:39:45 +00:00 |
overloadable_php4.php
|
Correcting @return bool
|
2007-10-22 16:09:35 +00:00 |
overloadable_php5.php
|
Correcting @return bool
|
2007-10-22 16:09:35 +00:00 |
router.php
|
updating router admin handling, closes #3697 test added
|
2007-12-30 19:53:21 +00:00 |
sanitize.php
|
making Santize entirely static, closes #2706
|
2007-12-11 02:42:28 +00:00 |
security.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |
session.php
|
Correcting issues with Sessions and Controller::redirect()
|
2007-11-16 03:52:14 +00:00 |
set.php
|
updating set handling of xml and adding tests for model saving xml
|
2007-12-29 20:24:10 +00:00 |
socket.php
|
"Removing all shortcut function usage from the core"
|
2007-12-08 06:08:03 +00:00 |
string.php
|
"Correcting String::uuid(); output when $pid > 65535"
|
2007-12-22 20:05:34 +00:00 |
validation.php
|
"Refactored Model::invalidFields() to pass array(field => value) back to custom validation methods in a model
|
2007-12-25 04:53:15 +00:00 |
xml.php
|
"Closes #3295, Centralize encoding / charset setting in one Configure setting"
|
2007-12-25 09:08:36 +00:00 |