.. |
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 parse error created in commit [6d092552e5 ]. Closes #647
|
2010-04-30 03:52:39 +05:30 |
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 issue where table name was not using fully qualified table names, causing issues with models using table prefixes. Tests added. Fixes #623
|
2010-04-25 00:22:57 -07:00 |
view
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-04-27 22:42:54 -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
|
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 |