Jose Lorenzo Rodriguez
|
877e6c0f66
|
Removing the need for first param in CakeRule constructor
|
2012-05-05 19:41:48 -04:30 |
|
Jose Lorenzo Rodriguez
|
3199b9029b
|
Implemented countable interface for ModelValidator
|
2012-05-05 17:46:09 -04:30 |
|
Jose Lorenzo Rodriguez
|
81c0c3d91d
|
Implementing IteratorAggregate interface for ModelValidator
|
2012-05-05 17:34:35 -04:30 |
|
Jose Lorenzo Rodriguez
|
d35f8e6b00
|
Implementing ArrayAccess in ModelValidator
|
2012-05-05 15:52:02 -04:30 |
|
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 |
|
mark_story
|
7416c530a2
|
Fix missing view variables.
When rendering a exception caught when rendering
an exception, some view variables were missing causing fatal
errors.
Fixes #2843
|
2012-05-05 13:30:18 -04:00 |
|
Frank de Graaf
|
7bb56e7fc3
|
Fixed HTTP status codes for non-redirects which were breaking AuthComponent.
|
2012-05-04 16:58:51 +02:00 |
|
mark_story
|
7b5e45b965
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Model/Datasource/DataSource.php
lib/Cake/VERSION.txt
|
2012-05-03 21:06:35 -04:00 |
|
mark_story
|
4ab6d37abb
|
Update assertions.
Use assertXmlStringEqualsXmlString() it gives
better error reporting. Also update string concat
into heredocs.
|
2012-05-03 21:00:52 -04:00 |
|
mark_story
|
73b0345ff4
|
Fix issue with non-sequential array keys.
Xml::fromArray() should not cause errors with non-sequential
numeric array keys.
Fixes #2580
|
2012-05-03 20:35:01 -04:00 |
|
Ceeram
|
3a18384929
|
fix failing testcase
|
2012-05-03 10:13:18 +02:00 |
|
mark_story
|
1b288b74d9
|
Merge branch '2.2-configure' into 2.2
|
2012-05-02 21:21:43 -04:00 |
|
ADmad
|
49f8e73ab3
|
Allow bulk storing/updating of mime types. Closes #2844
|
2012-05-03 01:39:12 +05:30 |
|
mark_story
|
e18200ad87
|
Fix assertion.
|
2012-05-01 21:45:06 -04:00 |
|
mark_story
|
e7153b5333
|
Add more tests
Fix an issue in IniReader and add tests
to ensure that dumped files can be re-read.
|
2012-05-01 21:43:01 -04:00 |
|
mark_story
|
7c4b7a2cbe
|
Fix mistake in path.
Remove incorrectly added file.
|
2012-05-01 21:06:24 -04:00 |
|
mark_story
|
d43e0aa0db
|
Update dump() to allow partial dumps.
|
2012-05-01 21:00:42 -04:00 |
|
mark_story
|
6ba923d20f
|
Make the configure adapters responsible for persistence.
Each adapter should be handling persistence. This allows
different adapters to handle saving config files in different ways
or places.
|
2012-05-01 21:00:41 -04:00 |
|
mark_story
|
9f37277dab
|
Add Configure::dump().
|
2012-05-01 21:00:41 -04:00 |
|
mark_story
|
578dac9259
|
Add dump() to PhpReader.
|
2012-05-01 21:00:41 -04:00 |
|
mark_story
|
c703a633bd
|
Add dump() method to IniReader.
|
2012-05-01 21:00:41 -04:00 |
|
mark_story
|
004bc5b6e7
|
Fix overwriting of GET/POST
ControllerTestCase was overwriting GET and POST and not
restoring them at the end of testAction.
Fixes #2841
|
2012-04-30 20:36:19 -04:00 |
|
Graham Weldon
|
c77c6f3b57
|
Removed unncessary line to fix coding standards
|
2012-05-01 09:51:22 +10:00 |
|
Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -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 |
|
mark_story
|
f6b33db02c
|
Add test for accept header.
Refs #2828
|
2012-04-29 14:48:45 -04:00 |
|
AD7six
|
6a744b277e
|
create tests for baking a test for a component, behavior and helper
|
2012-04-29 17:20:14 +02:00 |
|
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 |
|
José Lorenzo Rodríguez
|
d80b1ef7f6
|
Merge pull request #630 from shama/patch-typos
Typos in Test Cases
|
2012-04-27 07:42:40 -07:00 |
|
Kyle Robinson Young
|
eb059d3fa6
|
Fix typos in test cases
|
2012-04-26 20:14:52 -07:00 |
|
Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
mark_story
|
46bce1a00f
|
Merge branch '2.1' into 2.2
|
2012-04-26 22:27:44 -04:00 |
|
mark_story
|
6bb8b22cdb
|
Fix space indented code.
|
2012-04-26 22:27:34 -04:00 |
|
Mark Story
|
1876b2f579
|
Merge pull request #627 from dereuromark/2.2-utf8-test-cases
2.2 utf8 test cases
|
2012-04-26 18:14:58 -07:00 |
|
Juan Basso
|
333ea29805
|
Renamed variable name from nested transaction
|
2012-04-26 20:58:25 -04:00 |
|
Juan Basso
|
37537faac0
|
Renamed method to check if the driver supports nested transaction.
|
2012-04-26 20:58:25 -04:00 |
|
euromark
|
ba8a3c5f07
|
added missing utf8_encode to pass tests on windows
|
2012-04-27 02:39:32 +02:00 |
|
Mark Story
|
f150ebb9cc
|
Merge pull request #623 from dereuromark/2.2-bake-theme-order
Correct order of bake themes so app and plugin precede core ones
Fixes #2825
|
2012-04-26 09:43:53 -07:00 |
|
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
|
5bec15d3e1
|
Added file that was missing in previous commit.
|
2012-04-24 21:43:43 -04:00 |
|