.. |
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
|
Don't get User model if not needed. Fixes #563
|
2010-04-10 10:40:56 -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 schema generation for postgres. Now character varying without lenght is translated to "text", to avoid sql errors. Closes #564
|
2010-04-13 01:08:31 -04:30 |
view
|
Adding documentation on 'attributes' key for FormHelper::error
|
2010-04-19 23:32:58 -04:30 |
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
|
Updating transliteration map used by Inflector::slug to preserve some of the older mappings as previous commit broke test cases
|
2010-04-11 04:42:58 +05:30 |
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 |