cakephp2-php8/cake/libs
2009-07-01 22:25:22 +00:00
..
cache removing delete from cache write refs #5206 2009-06-16 20:14:50 +00:00
controller Fixing issues created in [8205] where allowedActions check was done incorrectly. Fixes #6482 2009-07-01 03:56:16 +00:00
model Fixing Model::saveAll() PHP4 compatibility. Minor API change in __save(). __save() no longer takes a model instance as the first parameter. Because of Model implementation details in PHP4 this caused broken references. Fixes #6389, #6223 2009-06-27 15:25:07 +00:00
view Applying patch from 'mulleto'. Fixes plugin view file location with CamelCase plugin names. Test cases added. 2009-06-24 22:02:00 +00:00
cache.php Updating documentation to improve code completion 2009-03-17 21:10:28 +00:00
cake_log.php changing tabs for spaces in comment block indentation 2008-10-30 17:30:26 +00:00
class_registry.php Updating doc blocks to improve readability in API. 2009-02-04 05:00:59 +00:00
configure.php Updating doc blocks to improve readability in API. 2009-02-04 05:00:59 +00:00
debugger.php Updating Debugger::log to get the source from the end of the stack 2009-03-23 18:59:37 +00:00
error.php Updating documentation to improve code completion 2009-03-17 21:10:28 +00:00
file.php Small return-home-early refactoring for the File class 2009-06-04 21:29:26 +00:00
flay.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
folder.php Adding fix from davidpersson: sort not working for subdirectories in Folder::findRecursive 2009-03-15 00:21:28 +00:00
http_socket.php Support for non-valid cookie values, fixes #6327 2009-05-04 20:13:10 +00:00
i18n.php Updating documentation to improve code completion 2009-03-17 21:10:28 +00: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 Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
multibyte.php Fix simple problem with substr where warning was being thrown 2009-01-14 23:05:51 +00:00
object.php fixes #6209, persistModel and undefined $Behaviors 2009-03-19 18:27:49 +00: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 Correcting issue in String::insert() where 0 offsets were handled incorrectly, affecting issue where values were not properly quoted and inserted into conditions strings. Fixes #6163. 2009-03-09 20:03:02 +00: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
session.php Updating Session path handling to fix cases when path = ''. 2009-06-03 16:22:00 +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
socket.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
string.php Fixed bug related to the order in which some replacement take place 2009-04-09 13:15:43 +00: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