.. |
cache
|
Removed the Model cache engine for architectural reasons, closes #4415
|
2008-05-13 21:25:19 +00:00 |
controller
|
Allowing paginate to override the default find type for fetching records.
|
2008-05-22 17:07:42 +00:00 |
model
|
Refactoring DboSource to use Model in order to properly quote values by column type, correcting serial integer schema generation in DboPostgres, fixes #4702, refactoring TreeBehavior to use DboSource::calculate(), fixes #4725, updating docblocks, fixing DboSource test to be database-agnostic, misc. whitespace fixes, updating DboSource test to reflect new quoting rules
|
2008-05-22 19:05:37 +00:00 |
view
|
HtmlHelper::tableCells() now accepts a fifth parameter $continueOddEven, which by default is true, thereby not affecting current behaviour. When false, $count will not be static, and will therefore start from zero, giving correct odd and even values if they are passed. Fixes #4222
|
2008-05-22 09:13:23 +00:00 |
cache.test.php
|
Enabling Cache::write() to handle 'empty' values, fixes #4090
|
2008-03-10 04:11:20 +00:00 |
cake_log.test.php
|
"Closes #2897, Built-in file validation.
|
2008-01-01 22:18:17 +00:00 |
class_registry.test.php
|
"Fixes #4256, tablePrefix + HABTM with defaults == wrong joinTable"
|
2008-03-16 07:18:42 +00:00 |
code_coverage_manager.test.php
|
Fixing svn props on files.
|
2008-05-15 05:26:40 +00:00 |
configure.test.php
|
Renaming configs to config and fixing Acl test.
|
2008-05-18 22:51:29 +00:00 |
debugger.test.php
|
Added tests for dump() and additional tests for output();
|
2008-05-15 01:59:56 +00:00 |
error.test.php
|
removing exit() and replace with $this->stop();
|
2008-05-22 16:57:46 +00:00 |
file.test.php
|
bringing the file class to almost 90% coverage
|
2008-05-18 14:48:48 +00:00 |
flay.test.php
|
"Closes #2897, Built-in file validation.
|
2008-01-01 22:18:17 +00:00 |
folder.test.php
|
Changing forward slash for system slash. Releasing lock on created file in test, fixes #4684
|
2008-05-19 04:45:39 +00:00 |
http_socket.test.php
|
Made HttpSocket::decodeChunkedBody a little more forgiving, fixes #4523
|
2008-05-05 12:42:15 +00:00 |
i18n.test.php
|
"Adding additional tests for I18n class.
|
2008-05-17 06:05:08 +00:00 |
inflector.test.php
|
Improved Inflector::slug, closes #4678
|
2008-05-18 05:03:12 +00:00 |
l10n.test.php
|
"Closes #2897, Built-in file validation.
|
2008-01-01 22:18:17 +00:00 |
magic_db.test.php
|
"Closes #2897, Built-in file validation.
|
2008-01-01 22:18:17 +00:00 |
multibyte.test.php
|
"Completing test coverage for Multibyte class.
|
2008-05-13 21:31:08 +00:00 |
object.test.php
|
adding numerical test case refs #4589,
|
2008-05-18 09:22:42 +00:00 |
overloadable.test.php
|
"Closes #2897, Built-in file validation.
|
2008-01-01 22:18:17 +00:00 |
router.test.php
|
fixes #3415, notices in router
|
2008-05-20 15:00:00 +00:00 |
sanitize.test.php
|
fizing sanitize.test.php breaking the all core tests group
|
2008-05-13 12:26:30 +00:00 |
security.test.php
|
Supressing header exceptions in RequestHandler test
|
2008-05-22 03:01:22 +00:00 |
session.test.php
|
Updated CakeSession test, added fixture for session tests.
|
2008-05-19 21:52:49 +00:00 |
set.test.php
|
Set::combine() now returns an empty array if first passed var is empty. Fixes #4709 and #3784
|
2008-05-22 08:21:08 +00:00 |
socket.test.php
|
Fixing Socket test to run on non-standard virtual host configurations
|
2008-05-11 16:42:19 +00:00 |
string.test.php
|
Refactored parts of String::insert into String::cleanInsert
|
2008-05-18 06:11:51 +00:00 |
validation.test.php
|
Added inList to Validation closes #4429
|
2008-05-20 03:22:51 +00:00 |
xml.test.php
|
Adding namespace support to XML class, as well as XML generation options, entity conversion, whitespace output support, node filtering, I could go on. Props to Mike O'Toole. Fixes #3476
|
2008-02-01 04:53:09 +00:00 |