Jose Lorenzo Rodriguez
|
b6c8a345e7
|
Renaming CakeField to CakeValidationSet
|
2012-05-05 13:44:12 -04:30 |
|
Jose Lorenzo Rodriguez
|
843d95bb77
|
Renaming some methods ands removing others
|
2012-05-05 13:34:14 -04:30 |
|
Jose Lorenzo Rodriguez
|
72e8992c25
|
Improving test coverage for CakeRule
|
2012-04-29 19:56:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
d348bf6807
|
Refactoring again CakeRule, making all tests pass
|
2012-04-29 18:11:51 -04:30 |
|
Jose Lorenzo Rodriguez
|
deedd7a3ce
|
Even more tests passing now, almost there
|
2012-04-29 02:40:08 -04:30 |
|
Jose Lorenzo Rodriguez
|
66a568be89
|
More tests passing now
|
2012-04-29 01:09:36 -04:30 |
|
Jose Lorenzo Rodriguez
|
8700f3c7a2
|
Fixed some validation tests
|
2012-04-29 01:06:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
30761f9153
|
Removed more redundant lines in ModelValidation tests
|
2012-04-29 00:46:56 -04:30 |
|
Jose Lorenzo Rodriguez
|
18c26119f3
|
Removing redundant code, cleaning up some sentences
|
2012-04-29 00:39:43 -04:30 |
|
Jose Lorenzo Rodriguez
|
c31f87b7a1
|
Refactored getMethods, got rid of validationErrors property in ModelValidator, made validateAssociated and many tests
pass
|
2012-04-29 00:24:35 -04:30 |
|
Jose Lorenzo Rodriguez
|
573d292ffa
|
Fixed more refereces to old method
|
2012-04-28 20:12:20 -04:30 |
|
Ceeram
|
ec9966ec6b
|
Adding tests for Validator
|
2012-04-25 09:38:58 +02:00 |
|
Thomas Ploch
|
324684c14f
|
Moving all validation logic into a new ModelValidator object.
|
2012-04-25 08:53:31 +02:00 |
|
Juan Basso
|
10a4b87979
|
Fixed tests with nested transaction in DboSource.
|
2012-04-24 22:28:47 -04:00 |
|
Juan Basso
|
5f722cb3d4
|
Update nested transaction test to use InnoDB table in MySQL.
|
2012-04-24 21:42:32 -04:00 |
|
Ceeram
|
0785ace172
|
fix error caused by non-existent fixture
|
2012-04-24 14:01:59 +02:00 |
|
Ceeram
|
74ee75b0ef
|
Merge branch '2.1' into 2.2
|
2012-04-23 10:34:04 +02:00 |
|
Juan Basso
|
7fe333ce4e
|
Merge branch '2.2-nested-transaction' into 2.2
|
2012-04-22 23:04:32 -04:00 |
|
ADmad
|
b1e7164d1a
|
Implemented translation of validation rule arguments in validation error messages. Closes #2816
|
2012-04-22 23:25:07 +05:30 |
|
Ceeram
|
f0bd7386e2
|
created, modified and updated fields now use static timestamp in testcases
|
2012-04-21 17:38:49 +02:00 |
|
euromark
|
bc2cd00123
|
cake 2.2 test case fixes (assert corrections, correct class names)
|
2012-04-21 15:02:35 +02:00 |
|
mark_story
|
2480ee1beb
|
Fix coding standards.
|
2012-04-20 20:52:10 -04:00 |
|
mark_story
|
21ba5bf04a
|
Merge branch '2.1' into 2.2
|
2012-04-17 21:47:24 -04:00 |
|
mark_story
|
ca2c122c62
|
Make flaky tests less flaky.
Off by one second errors are common here.
|
2012-04-17 20:51:52 -04:00 |
|
Ceeram
|
388b20dd9d
|
fix error in previous commit
|
2012-04-17 00:22:13 +02:00 |
|
Ceeram
|
a84597784d
|
avoid warning when saveAll() data has empty hasMany data, fixes #2792
|
2012-04-16 22:46:58 +02:00 |
|
mark_story
|
72c3059d94
|
Add missing parent calls.
Fixes piles of failing tests.
|
2012-04-15 22:20:34 -04:00 |
|
Juan Basso
|
37157806b9
|
Removing some dup code in nested transaction tests.
|
2012-04-14 16:46:47 -04:00 |
|
Juan Basso
|
7be5349b0c
|
Added configuration to disable nested transaction, even if the db supports it.
|
2012-04-14 16:43:24 -04:00 |
|
Juan Basso
|
b0a3a1a5aa
|
Added test to check when driver do not support nested support.
|
2012-04-14 16:25:23 -04:00 |
|
Juan Basso
|
79f7ca7d33
|
Oops, forgot one change in last commit.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
a512d46679
|
Sqlite is failing in PHP 5.2, re-adding the check for driver support.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
ffe0a18495
|
ReflectionMethod::setAccessible() is not compatible with PHP 5.2, causing fatal error in CI. Assuming that the db servers support nested transaction.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
22cd65b7d8
|
Added tests in each datasource to test the nested transactions.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
30258ac817
|
Added test for nested methods sequence.
|
2012-04-14 16:22:36 -04:00 |
|
Mark Story
|
6167529d4d
|
Merge pull request #605 from shama/patch-datasource-test
Add checks for startQuote & endQuote.
Fixes #2769
|
2012-04-14 08:08:05 -07:00 |
|
Kyle Robinson Young
|
6cf73c763c
|
Tests for a generic custom datasource
Default startQuote and endQuote to avoid error with non-database datasources
|
2012-04-11 10:08:45 -07:00 |
|
Kyle Robinson Young
|
8bbe250bec
|
Correct method descriptions and remove unused property
|
2012-04-11 07:50:54 -07:00 |
|
mark_story
|
9f9feec222
|
Merge branch '2.2-hash' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
lib/Cake/View/Helper/FormHelper.php
|
2012-04-10 21:32:37 -04:00 |
|
Ceeram
|
c2a8fca00c
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
|
2012-04-05 23:27:21 +02:00 |
|
Ceeram
|
2b7fe21ee0
|
remove all Set::extract() from core and tests
|
2012-04-05 01:33:57 +02:00 |
|
ADmad
|
1cc5206442
|
Merge branch '2.1-dbosource' into 2.1
|
2012-04-04 19:58:48 +05:30 |
|
ADmad
|
93639a7c43
|
Fixed bug where associated model's afterfind was not triggered in particular case
|
2012-04-04 19:48:37 +05:30 |
|
Ceeram
|
d2098828c6
|
Fix fullTablename(), ensure prefix prepending is only skipped when not on position 0 in tablename. Fixes #2750
|
2012-04-04 15:07:45 +02:00 |
|
mark_story
|
72cb96b727
|
Fix a few more coding standards errors.
|
2012-04-02 23:23:53 -04:00 |
|
Ceeram
|
34a730dfd8
|
ensure buildJoinStatement() does not add schemaname when table value is a subquery, fixes #2709
|
2012-04-02 18:48:02 +02:00 |
|
mark_story
|
4e67698506
|
Fix issues with SQLServer + boolean columns.
SQLServer should not have lengths applied to BIT column types.
Remove any length that could have been provided.
Fixes #2439
|
2012-04-01 22:10:05 -04:00 |
|
mark_story
|
475a1596b7
|
Merge branch '2.1' into 2.2
|
2012-04-01 15:37:21 -04:00 |
|
ADmad
|
1763219053
|
Adding tests for getting session id when using DatabaseSession. Disproves #2734
|
2012-03-31 00:40:44 +05:30 |
|
mark_story
|
19e0d8d946
|
Switch usage to Hash where possible.
|
2012-03-26 22:32:53 -04:00 |
|