.. |
cache
|
fixed usage of empty params in ShellDispatcher, fixed missing variable in ProjectTask, updated SchemaShell and generation. Schema can now generate a snapshot, and can be forced to generate before models are created. Added 'run' command to handle create and update of the database. Test runs can be performed using -dry. Be sure to check out cake schema help.
|
2007-10-27 20:00:29 +00:00 |
controller
|
Cleaning up test cases
|
2007-11-04 18:57:23 +00:00 |
model
|
Adding documentation for Model
|
2007-11-05 03:36:12 +00:00 |
view
|
Fixing form entity scoping when security tokens are enabled
|
2007-11-04 19:15:18 +00:00 |
cache.php
|
update Cache to specify key paths with dot syntax, like Cache::write('my.key.is.here', $data);
|
2007-10-22 20:39:36 +00:00 |
cake_log.php
|
Correcting @return bool
|
2007-10-22 16:09:35 +00:00 |
class_registry.php
|
Adding ClassRegistry::flush() to reset the registry
|
2007-10-22 20:58:55 +00:00 |
configure.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |
debugger.php
|
updating error handling: messages, templates and css, updating home page messages
|
2007-11-04 07:03:57 +00:00 |
error.php
|
updating error handling: messages, templates and css, updating home page messages
|
2007-11-04 07:03:57 +00:00 |
file.php
|
adding File::prepare() for fixing line endings
|
2007-10-25 03:10:31 +00:00 |
flay.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |
folder.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |
http_socket.php
|
Fixed issue that lead HttpSocket to choke on big files (> 100kb)
|
2007-11-04 02:29:42 +00:00 |
i18n.php
|
updating i18n functions, fixes #3451
|
2007-10-24 01:25:21 +00:00 |
inflector.php
|
Closes #707, added Inflector::slug() to return a string with all spaces converted to $replacement and non word characters removed.
|
2007-10-04 02:17:40 +00:00 |
l10n.php
|
Correcting @return bool
|
2007-10-22 16:09:35 +00:00 |
magic_db.php
|
Updated sample data / sample data extraction routine
|
2007-10-24 02:59:59 +00:00 |
object.php
|
Correcting @return int
|
2007-10-22 16:11:12 +00:00 |
overloadable.php
|
Correcting all headers in the files
|
2007-02-02 10:39:45 +00:00 |
overloadable_php4.php
|
Correcting @return bool
|
2007-10-22 16:09:35 +00:00 |
overloadable_php5.php
|
Correcting @return bool
|
2007-10-22 16:09:35 +00:00 |
router.php
|
updating router fixes #3485
|
2007-11-02 06:21:41 +00:00 |
sanitize.php
|
Removing dependency on default database connection from all test cases
|
2007-11-04 18:05:00 +00:00 |
security.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |
session.php
|
If Configure::read('Session.checkAgent') has not explicitly set false, 'HTTP_USER_AGENT' will be checked
|
2007-10-27 19:06:19 +00:00 |
set.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |
socket.php
|
Added SSL support for Socket
|
2007-11-01 21:37:52 +00:00 |
string.php
|
Correcting @return int
|
2007-10-22 16:11:12 +00:00 |
validation.php
|
Fixes #3466, Validation::url() fails for some common urls. Anything without the protocol is not a valid url so part of this ticket is invalid
|
2007-10-25 03:55:41 +00:00 |
xml.php
|
Changing @return int to @return integer and @param bool to @param boolean
|
2007-10-22 16:54:36 +00:00 |