..
cache
removing delete from cache write refs #5206
2009-06-16 20:14:50 +00:00
controller
Fixing limit:0 and controller::paginate. Removes possibilty to generate sql errors by inputting invalid limit options. Tests updated. Refs #264
2009-11-06 00:44:21 -05:00
model
Fixing issues in ContainableBehavior that could leave models unbound when 'fields' was used as part of containment conditions. Fixes #253
2009-11-07 17:43:18 -05:00
view
Removing unused $view property from CacheHelper.
2009-11-07 10:44:14 -05: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
Changing import of Dispatcher to direct require.
2009-11-07 17:53:14 -05:00
debugger.php
Fixing Debugger::log() . The method used protected properties only available in test cases. No stack trace was being logged when called either. Method has been updated to match its doc block better.
2009-10-29 19:47:29 -04: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
Applying optimization from 'ermayer' Reduces functions called from Folder::addPathElement() Fixes #178
2009-10-27 21:06:58 -04:00
http_socket.php
Changin how HttpSocket parses query string parameters. Makes HttpSocket querystring parameter parsing more congruent with how PHP handles query string parameters in that it doesn't require urlencoded characters.
2009-10-29 20:14:36 -04:00
i18n.php
Updating path handling inside i18n. Removes the extra DS that was appended to some paths. Fixes #126
2009-09-30 14:25:56 -04:00
inflector.php
Adding waves -> wave as irregular singularization rule. Fixes #47 .
2009-08-22 20:26:33 -04:00
l10n.php
Changing l10n language name from 'Slovack' to 'Slovak', as per ISO 693-1 guidelines. Thanks to savant for the patch. Fixes #5870 .
2009-08-02 19:00:30 +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
Updating doc block for Object::requestAction. Fixes #6391 .
2009-08-02 19:12:02 +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
Fixing issue where admin revere routing was possibly unsuccessful due to differences in action param between route and url arrays. Fixes #44 and #6173
2009-09-05 01:06:18 -04: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
Doing a little optimization for php 5.1 <, also fixing tests on Windows. Fixes #155 .
2009-10-15 18:09:58 -03:00
set.php
Updating doc blocks to improve API parsing.
2009-10-05 21:27:34 -04:00
socket.php
Fixing issue with timeout when reading socket.
2009-07-15 19:17:41 +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
Removing use of ife() from core classes.
2009-10-21 12:57:15 -04:00
xml.php
Fixing Xml::toArray() when blank nodes are provided. Fixes #87 .
2009-09-22 17:58:12 -03:00