.. |
cache
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
controller
|
Renaming variable.
|
2009-10-31 16:16:58 -04:00 |
model
|
Modified Model::find() to make Model::findQueryType available in Model callbacks. Fixes https://trac.cakephp.org/ticket/5847. Tests added
|
2009-11-04 09:16:04 -05:00 |
view
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-11-04 16:11:35 +11:00 |
cache.php
|
fixing cache error
|
2009-08-03 11:55:14 -07:00 |
cake_log.php
|
Adding docblock for the new variable used for logging. Making the CakeLog::handleError logs the same output as in Debugger::handleError.
|
2009-09-10 12:32:21 -03:00 |
cake_session.php
|
Merge commit 'origin/1.2' into 1.2-merge-in
|
2009-10-14 00:51:55 -04:00 |
cake_socket.php
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
class_registry.php
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
configure.php
|
Adding datasources array to Configure.
|
2009-11-04 14:45:44 +11:00 |
debugger.php
|
Replacing use of Configure::corePaths() with App::core() in Debugger.
|
2009-09-26 18:25:15 -04:00 |
error.php
|
Making subclassing of ErrorHandler much easier.
|
2009-10-09 00:13:08 -04:00 |
file.php
|
Applying patch from 'Ceeram'. Adds File::copy() and test case. Refs #150
|
2009-10-08 23:27:31 -04:00 |
folder.php
|
Updating file headers
|
2009-08-31 22:48:22 -04:00 |
http_socket.php
|
Fixing method names that were omitted when methods were renamed. Thanks 'NetersLandreau'
|
2009-09-01 10:45:52 -04:00 |
i18n.php
|
Replacing $pluginPath loops with App::pluginPath(). Minor optimization for App::pluginPath().
|
2009-10-16 22:02:06 -04:00 |
inflector.php
|
Removing Inflector's inheritance on Object, as it was unecessary.
|
2009-09-15 21:44:27 -04:00 |
l10n.php
|
Fixing catalog() to return 3 char matches
|
2009-10-30 14:43:52 -05:00 |
magic_db.php
|
Merge branch '1.3-misc' into 1.3
|
2009-08-02 12:20:07 -07:00 |
multibyte.php
|
whitespace normalization
|
2009-08-02 16:10:24 -07:00 |
object.php
|
Merge branch '1.2' into 1.3
|
2009-08-02 13:25:55 -07:00 |
overloadable.php
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
overloadable_php4.php
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
overloadable_php5.php
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
router.php
|
Merge branch '1.3-misc' into 1.3
|
2009-10-02 13:18:12 -04:00 |
sanitize.php
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
security.php
|
whitespace normalization
|
2009-08-02 16:10:24 -07:00 |
set.php
|
Merge commit 'origin/1.2' into 1.2-merge-in
|
2009-10-14 00:51:55 -04:00 |
string.php
|
Deprecating String::getInstance()
|
2009-10-28 18:32:04 -04:00 |
validation.php
|
Removing Validation::file() It was never implemented, and file validation can be a lengthy and complicated process. This is better implemented at the application level.
|
2009-10-31 14:17:24 -04:00 |
xml.php
|
Merge commit 'origin/1.2' into 1.2-merge-in
|
2009-10-14 00:51:55 -04:00 |