.. |
cache
|
Updating doc block for FileEngine.
|
2009-11-21 16:09:06 -05:00 |
controller
|
Moving list of http codes out of Controller::redirect() and into a new method, Controller::httpCodes() for better reusability. See doc blocks for usage details.
|
2009-12-13 18:04:55 -05:00 |
log
|
Updating FileLog to include File if it does not already exist, fixes possible fatal errors if log was written to during the bootstrap process.
|
2009-11-21 15:21:19 -05:00 |
model
|
Moving certain datasources to the Datasources Plugin (http://github.com/cakephp/datasources)
|
2009-12-13 23:53:20 -05:00 |
view
|
Applying patch from 'kleingeist'. JsHelper::set() now generates a variable that is assigned to window.$var instead of creating a local variable by default.
|
2009-12-13 23:53:20 -05:00 |
cache.php
|
correcting $this -> $self
|
2009-11-22 19:58:10 +01:00 |
cake_log.php
|
Replacing duplicated code with pluginSplit().
|
2009-11-15 19:55:20 -05:00 |
cake_session.php
|
Merge branch '1.3-misc' into 1.3-merger
|
2009-11-22 21:28:14 -05:00 |
cake_socket.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
class_registry.php
|
Merge branch '1.2' into 1.2-merger
|
2009-12-06 21:43:53 -05:00 |
configure.php
|
Adding new Configure::$App['www_root']
|
2009-11-26 14:52:38 -06:00 |
debugger.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
error.php
|
Changing error handler to send a HTTP/1.1 500 error when missingTable, missingDatabase or missingConnection is encountered. Increased test coverage of libs/error.php to 100%. Fixes #70.
|
2009-12-13 23:53:19 -05:00 |
file.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
folder.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
http_socket.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
i18n.php
|
Removing "Long description for file" from /cake/libs tree.
|
2009-12-08 20:19:02 +11:00 |
inflector.php
|
Replace function join (alias) by implode.
|
2009-11-21 13:43:11 -05:00 |
l10n.php
|
Removing "Long description for file" from /cake/libs tree.
|
2009-12-08 20:19:02 +11:00 |
magic_db.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
multibyte.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
object.php
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
overloadable.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
overloadable_php4.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
overloadable_php5.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
router.php
|
Code formatting cleanup. Fixes #92.
|
2009-12-13 23:53:20 -05:00 |
sanitize.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
security.php
|
Removing "Long description for file" from /cake/libs tree.
|
2009-12-08 20:19:02 +11:00 |
set.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
string.php
|
Removing String::getInstance() as it was causing fatal errors when eAccelerator was enabled, and is a deprecated method.
|
2009-11-26 18:24:14 -05:00 |
validation.php
|
Removing "Long description for file" from /cake/libs tree.
|
2009-12-08 20:19:02 +11:00 |
xml.php
|
Merge branch '1.2' into 1.2-merger
|
2009-12-06 21:43:53 -05:00 |