.. |
cache
|
removing delete from cache write refs #5206
|
2009-06-16 20:14:50 +00:00 |
controller
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04:00 |
model
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04:00 |
view
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04:00 |
cache.php
|
updating some code related to Configure/App changes. Fixing issue when cache is not configured
|
2009-07-22 09:11:38 -07:00 |
cake_log.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
cake_session.php
|
updating session requires and removing deperacted method from text helper
|
2009-07-23 13:07:03 -07:00 |
cake_socket.php
|
Merge branch '1.2' into 1.3
|
2009-07-20 09:31:56 -07:00 |
class_registry.php
|
Updating doc blocks to improve readability in API.
|
2009-02-04 05:00:59 +00:00 |
configure.php
|
updating some code related to Configure/App changes. Fixing issue when cache is not configured
|
2009-07-22 09:11:38 -07:00 |
debugger.php
|
updating some code related to Configure/App changes. Fixing issue when cache is not configured
|
2009-07-22 09:11:38 -07:00 |
error.php
|
Merge master in 1.3
|
2009-03-19 14:10:13 -07:00 |
file.php
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04:00 |
folder.php
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04:00 |
http_socket.php
|
Merge branch '1.2' into 1.3
|
2009-07-20 09:31:56 -07:00 |
i18n.php
|
Merge branch '1.2' into 1.3
|
2009-07-20 09:31:56 -07:00 |
inflector.php
|
Placing uninflected check before irregular rules. Refs [8169] and #6351
|
2009-05-08 13:25:19 +00:00 |
l10n.php
|
fixes #6152, removal of automatic setting of App.encoding in l10n
|
2009-03-12 17:34:32 +00:00 |
magic_db.php
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04:00 |
multibyte.php
|
Fix simple problem with substr where warning was being thrown
|
2009-01-14 23:05:51 +00:00 |
object.php
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04:00 |
overloadable.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
overloadable_php4.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
overloadable_php5.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
router.php
|
Merge branch '1.2' into 1.3
|
2009-07-22 09:27:31 -07:00 |
sanitize.php
|
Fixing greedy Sanitize::stripTags(). Fixes #5758.
|
2008-11-16 05:00:41 +00:00 |
security.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
set.php
|
Updating doc block for Set::combine first parameter - may accept an object as first param, in addition to arrays.
|
2009-07-01 22:25:22 +00:00 |
string.php
|
merging 1.3-misc into master
|
2009-05-01 14:05:46 -07:00 |
validation.php
|
Updating doc block for Valdation::url optional parameter. Fixes #6220.
|
2009-03-23 13:48:37 +00:00 |
xml.php
|
Fixing Xml parsing where multiple child elements of the same name, with no value are collapsed causing data errors when Xml object was converted to an array. Test cases from 'burzum' added.
|
2009-07-01 18:58:05 +00:00 |