cakephp2-php8/cake/libs
kleingeist 6033fc70fa Documentation fix for XmlHelper::serialize
Signed-off-by: Mark Story <mark@mark-story.com>
2010-04-22 21:27:17 -04:00
..
cache Making private properties and methods in FileEngine protected. Will make any possible subclasses easier to work with. 2010-02-22 23:36:47 -05:00
controller Fixing issue where using delivery = debug and not using sessions would cause a fatal error. send() will now return the contents that would get written into the session. Fixes #595 2010-04-17 12:27:50 -04:00
log Updating doc blocks on Folder class and implementing a few small refactors to make code simpler. 2010-01-25 11:18:33 -05:00
model Fixing autoFields causing invalid SQL when cross database joins are being done. Tests added. Fixes #476 2010-04-19 22:39:07 -04:00
view Documentation fix for XmlHelper::serialize 2010-04-22 21:27:17 -04:00
cache.php Minor refactor to use local variable. 2010-03-08 22:48:39 -05:00
cake_log.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
cake_session.php Fixing return value of CakeSession::__startSession(). Once headers were sent any further session objects would think that the session was not successfully started. Fixes issues in Helper group test. Also fixes #568 2010-04-11 11:41:10 -04:00
cake_socket.php Adding and correcting doc blocks. 2010-03-28 12:53:57 -04:00
class_registry.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
configure.php Adding/Updating @link tags pointing to cookbook sections 2010-04-08 22:46:05 -04:00
debugger.php Expanding documentation for Debugger. 2010-03-28 12:31:52 -04:00
error.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
file.php Removing returns from File::__construct 2010-03-19 14:10:10 +11:00
folder.php Merge remote branch 'origin/1.2' into 1.2-merger 2010-02-28 01:58:29 -05:00
http_socket.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
i18n.php Removing unnecessary variable assignment. 2010-03-25 23:01:50 -04:00
inflector.php Clear cache of pluralized, singularized and tableize when set rules. 2010-04-21 22:48:56 -04:00
l10n.php Merge remote branch 'origin/1.2' into 1.2-merger 2010-02-20 01:32:04 -05:00
magic_db.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
multibyte.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
object.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
overloadable.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
overloadable_php4.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
overloadable_php5.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
router.php Moving action modification when a prefix is detected so it affects all url arrays. Previously it was only applied to parameters in the current request. This fixes inconsistencies between request parameters and url parameters. Fixes #570 2010-04-11 23:13:18 -04:00
sanitize.php Optimizing Sanitize::html() by caching default charset. Closes #496. Also charset passed in $options parameter now takes precedence over the default value obtained from app's config value 'App.encoding' 2010-03-23 00:40:53 +05:30
security.php Fixing Security::cipher() not being able to correctly decrypt numeric values. Fixes #513 2010-03-27 17:19:42 -04:00
set.php Adding tests from 'tfs' fixes inconsistencies in extracting elements with one path selector. Fixes #555 2010-04-10 16:57:50 -04:00
string.php Adding and correcting doc blocks. 2010-03-28 12:53:57 -04:00
validation.php Making built-in Canadian postal code validation accept postal codes with no spaces. Fixes #289 2010-02-06 14:20:56 -05:00
xml.php Merge remote branch 'origin/1.2' into 1.3 2010-03-27 14:30:27 -04:00