.. |
cache
|
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 |
controller
|
Fixing ACL test, misc ACL lookup optimizations
|
2007-10-29 00:17:37 +00:00 |
model
|
Fixing ACL test, misc ACL lookup optimizations
|
2007-10-29 00:17:37 +00:00 |
view
|
Adding hidden form inputs for REST routing
|
2007-10-28 05:28:45 +00:00 |
cache.test.php
|
updating Acl to use Configure, adding config stack to CacheEngine, adding notices for defines to Configure, modifying bootstrap for Cache::config() updating tests for acl, auth, and cache.
|
2007-10-14 01:09:21 +00:00 |
cake_log.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
class_registry.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
configure.test.php
|
Adding class listing methods to Configure class
|
2007-08-07 15:38:20 +00:00 |
debugger.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
error.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
file.test.php
|
updating file class and test
|
2007-10-16 09:48:59 +00:00 |
flay.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
folder.test.php
|
updating folder test
|
2007-10-21 23:37:31 +00:00 |
http_socket.test.php
|
Adding fix for #2882, Sanitize::escape() fails for numbers.
|
2007-07-09 17:02:55 +00:00 |
i18n.test.php
|
Adding tests for i18n plurals, closes #3399
|
2007-10-17 17:20:23 +00:00 |
inflector.test.php
|
Closes #3307, added tests to show ticket is invalid. No changes are needed to inflect categoria <> categorias
|
2007-10-15 16:55:14 +00:00 |
l10n.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
magic_db.test.php
|
Updated sample data / sample data extraction routine
|
2007-10-24 02:59:59 +00:00 |
object.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
overloadable.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
router.test.php
|
Adding required route matching for passed params in reverse routing, adding fix for matching on optional route parameters (Ticket #3355)
|
2007-10-29 21:33:20 +00:00 |
sanitize.test.php
|
removing usage of Model::loadInfo() replaced by Model::schema(), removing new lines at the end of some files, removed deprecated chmodr() function from basics, updated bake and scaffold views
|
2007-10-28 04:18:18 +00:00 |
security.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |
session.test.php
|
Closes #3238, added ability to turn of check for HTTP_USER_AGENT by using Configure::write('Session.checkAgent', false); in a beforeFilter().
|
2007-10-17 00:40:47 +00:00 |
set.test.php
|
Adding fix for Set::extract() when only grabbing numeric keys
|
2007-09-16 18:22:17 +00:00 |
socket.test.php
|
Initial start of Unicode support, I may move this handling of this to a unicode class.
|
2007-09-24 23:49:54 +00:00 |
string.test.php
|
Initial start of Unicode support, I may move this handling of this to a unicode class.
|
2007-09-24 23:49:54 +00:00 |
validation.test.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.test.php
|
Refactoring dispatcher.
|
2007-07-25 04:38:28 +00:00 |