.. |
cache
|
adding a couple whitespace corrections (trailing tabs, newlines, ..)
|
2008-09-24 11:52:29 +00:00 |
controller
|
fixes #5603 Duplicate first parameter from the paginator with existing url args
|
2008-10-23 22:20:03 +00:00 |
model
|
Adding fix for join table using UUID's as the primary key.
|
2008-10-23 13:29:32 +00:00 |
view
|
Correcting Security component to treat POST data arrays as a single field for validation purposes, fixes #5588
|
2008-10-23 03:18:08 +00:00 |
cache.test.php
|
Added test to cover Cache::write with optional duration time. Refs #5601.
|
2008-10-15 00:55:20 +00:00 |
cake_log.test.php
|
Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import().
|
2008-07-21 02:40:58 +00:00 |
cake_test_case.test.php
|
Updating test_suite header to improve readability of connection names.
|
2008-10-17 16:39:39 +00:00 |
cake_test_fixture.test.php
|
Fixing issue in CakeTestFixture, where $import'ing models required connection to be specified, default connection should be automatic.
|
2008-10-07 03:58:04 +00:00 |
class_registry.test.php
|
Proving that ClassRegistry will not overwrite alias from associations. Closes #5482 as invalid.
|
2008-09-27 02:38:15 +00:00 |
code_coverage_manager.test.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
configure.test.php
|
Closes #5607, Configure::store can no longer be uses statically.
|
2008-10-15 17:30:08 +00:00 |
debugger.test.php
|
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7761 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-18 01:23:33 +00:00 |
error.test.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
file.test.php
|
Fixing locking for file-based cache, fixes #5541
|
2008-10-15 12:42:03 +00:00 |
flay.test.php
|
removing empty lines from the end of test cases
|
2008-06-27 08:17:02 +00:00 |
folder.test.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
http_socket.test.php
|
Fixing text in a test case
|
2008-09-28 23:55:40 +00:00 |
i18n.test.php
|
Closes #1855, Separate translation files per plugin. This is now supported using !__d() and !__dn().
|
2008-10-16 05:16:00 +00:00 |
inflector.test.php
|
Adding inflection rule for empty string. Fixes #5325. Tests added.
|
2008-08-26 18:30:54 +00:00 |
l10n.test.php
|
Adding tests to L10n and refactoring to be more readable.
|
2008-10-08 14:01:50 +00:00 |
magic_db.test.php
|
removing empty lines from the end of test cases
|
2008-06-27 08:17:02 +00:00 |
multibyte.test.php
|
Added basic mb_encode_mimeheader() to Multibyte class.
|
2008-10-01 18:36:38 +00:00 |
object.test.php
|
Fixing requestAction parameter merging. Url params were being incorrectly set to empty array for both string urls and array urls. Tests added. Fixes #5628
|
2008-10-22 17:12:30 +00:00 |
overloadable.test.php
|
Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import().
|
2008-07-21 02:40:58 +00:00 |
router.test.php
|
Adding test to disprove #5521
|
2008-10-04 18:01:48 +00:00 |
sanitize.test.php
|
Changing FormatColumns to refer to model->alias instead of model->name
|
2008-08-03 15:32:33 +00:00 |
security.test.php
|
Allowing custom salt values in Security::hash(), thanks Jippi
|
2008-10-02 00:03:52 +00:00 |
session.test.php
|
conditional inclusion for ErrorHandler class in the session.test file in order to prevent the CakeSession class being redeclared when running the testsuiteshell; fixes #5092
|
2008-07-30 14:00:36 +00:00 |
set.test.php
|
Added new problem that needs fixing
|
2008-09-28 18:02:25 +00:00 |
socket.test.php
|
Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import().
|
2008-07-21 02:40:58 +00:00 |
string.test.php
|
Fixing String::insert() to allow '.' in parameters, added tests to show usage of String::cleanInsert(). Closes #5627
|
2008-10-18 23:56:41 +00:00 |
validation.test.php
|
Applying patch by rnowotniak, fixes #5523
|
2008-10-06 10:43:57 +00:00 |
xml.test.php
|
Changing handling of numeric node values in Xml class, fixes #5520
|
2008-10-04 19:50:38 +00:00 |