.. |
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
|
Updated doc block for added HTTP Status.
|
2010-05-05 10:09:47 +10: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
|
Updating doc blocks for bindModel and unbindModel, explaining that associations are only reset when find() is called. Refs #652
|
2010-05-01 17:37:23 -04:00 |
view
|
Fixing 'Only variables should be assigned by reference' errors in php4 in form helper. Fixes #643
|
2010-05-06 22:11:31 -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
|
Removing the conditional check around including custom session configuration files. This fixes issues where requestAction could cause loss of session settings, and improves the end developers ability to customize the session. Custom session files should ensure that classes/functions are conditionally declared. Fixes #374, #541
|
2010-04-29 21:40:12 -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
|
Fixing inflection of words ending in analysis. Fixes #619
|
2010-04-27 23:03:37 -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
|
Making Sanitize::stripScripts() to remove multi-line script and style blocks. Fixes #657
|
2010-05-03 22:33:20 -04:00 |
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
|
Changing how email validation methods are applied, to fix issues where getmxrr() exists but the domain being validated does not have MX records correctly configured. Fixes #634
|
2010-05-06 21:43:58 -04:00 |
xml.php
|
Merge remote branch 'origin/1.2' into 1.3
|
2010-03-27 14:30:27 -04:00 |