mark_story
|
92ed1e76da
|
Fixing file included in all_models.
Adding skip as tests fail when classes already exist.
Fixing skip condition to use newer api.
|
2010-09-24 23:30:00 -04:00 |
|
mark_story
|
78c838bcdd
|
Fixing failing tests caused by fixture data changes.
|
2010-09-24 23:30:00 -04:00 |
|
mark_story
|
2385747899
|
Some more fixes to make tests run better under all tests.
|
2010-09-24 23:28:49 -04:00 |
|
mark_story
|
76ef390d4a
|
Updating CakeSchema test case to run in suites. It did not account for additional tables being in the database when it ran.
|
2010-09-24 23:28:48 -04:00 |
|
mark_story
|
7202a5e398
|
Starting something that will hopefully become a real All Tests.
|
2010-09-24 23:28:48 -04:00 |
|
mark_story
|
326ae9755f
|
Updating debugger and error_handler tests to remove errors in CLI.
|
2010-09-24 23:28:48 -04:00 |
|
mark_story
|
98d1272374
|
Some fixes to make the test more reliable.
|
2010-09-24 23:28:48 -04:00 |
|
mark_story
|
d0028bf971
|
Fixing issue in HtmlHelper test where test files would be left behind.
|
2010-09-24 23:28:48 -04:00 |
|
mark_story
|
c9a6eba000
|
Fixing scaffold test so all_controllers suite runs in cli.
|
2010-09-24 23:28:48 -04:00 |
|
mark_story
|
f21161ef46
|
Merge branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0
differences upon merging.
Conflicts:
app/config/core.php
cake/console/templates/skel/config/core.php
cake/libs/cache/file.php
cake/libs/cake_session.php
cake/libs/controller/components/email.php
cake/libs/i18n.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/cache/memcache.test.php
cake/tests/cases/libs/model/model_write.test.php
|
2010-09-24 23:27:22 -04:00 |
|
mark_story
|
7e4f9c4953
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-09-21 21:14:23 -04:00 |
|
mark_story
|
ce1115b0b4
|
Adding I18n::clear() to remove most of the private variable access from the i18n test case.
Changing casing of classname in test case.
|
2010-09-21 21:13:45 -04:00 |
|
0x20h
|
2eac24c31a
|
removed destructor, caching is done on file loading (fixes and improves #1085)
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-09-21 21:03:36 -04:00 |
|
0x20h
|
ba8280423d
|
* changed indexing order of the i18n __domains array to allow caching by domain+language (fixes #1085)
* adapted testcase
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-09-21 21:03:29 -04:00 |
|
mark_story
|
729a45703b
|
Fixing issue where table names with spaces would not be quoted by name(). Fixes #1121
|
2010-09-21 20:34:27 -04:00 |
|
ADmad
|
b9a7b27ba1
|
Fixing regression cased by commit d5ffdc288d causing ajax layout to be not auto set for ajax request for html pages. Refs #1099
|
2010-09-21 00:25:17 +05:30 |
|
mark_story
|
c3d5c3fd00
|
Fixing issue in Cache where duration = 0 would not read/write from cache. This prevented the creation of non expiring cache entries in APC and memcache.
Adding a return false to FileEngine as it was omitted in the past.
Fixes #1120
|
2010-09-19 12:20:07 -04:00 |
|
mark_story
|
443e523313
|
Adding tests for clearing the cache with memcache.
|
2010-09-18 13:15:37 -04:00 |
|
mark_story
|
7518d0e804
|
Removing dead code in Cache.
Adding tests for ApcEngine::clear().
|
2010-09-18 12:52:08 -04:00 |
|
mark_story
|
b6d845adc4
|
Updating calls of Cache::set() inside Cache. Updating the documentation for set() so it better explains how the temporary settings work.
Updating APC and Memcache engine tests to reflect the lack of state being stored inside Cache.
|
2010-09-18 12:32:43 -04:00 |
|
mark_story
|
b432e60971
|
Making Cache::set() work with 2 or 3 parameters. Test cases added.
|
2010-09-18 11:11:28 -04:00 |
|
mark_story
|
dc65f2306b
|
Making Cache methods always need a config name. This allows the removal of hidden and often confusing state that gets remembered by Cache each time config() is called. Removing the hidden state makes Cache more predictable.
|
2010-09-18 00:45:29 -04:00 |
|
mark_story
|
e91fa68f8e
|
Making the set() functions use + instead of array_merge() so that numeric indices are properly preserved across multiple method calls. Fixes #1105
|
2010-09-18 00:13:03 -04:00 |
|
mark_story
|
d113d7d612
|
Removing dead code from DboSource::fields()
Updating fields() to use implode, so complex virtual fields are better handled. Fixes #1079
|
2010-09-18 00:04:36 -04:00 |
|
mark_story
|
738d92cc3e
|
Fixing failing tests caused by fixture data changes.
|
2010-09-18 00:03:22 -04:00 |
|
mark_story
|
5a8648cca0
|
Fixing issue in DboSource::_matchRecords() where unqualified conditions would result in 1=1 conditions. Fixing incorrect test case. Fixes #930
|
2010-09-16 00:17:09 -04:00 |
|
mark_story
|
c255539980
|
Removing assignment of reference to theme view.
Removing cruft in ThemeView test.
|
2010-09-14 23:13:00 -04:00 |
|
mark_story
|
f34cfd1f1e
|
Updating EmailComponent to use new methods on the ComponentCollection to ensure it always has a controller reference.
Removing triggerDisabled key as its no longer needed or wanted.
|
2010-09-14 23:02:38 -04:00 |
|
mark_story
|
0ef76eb69a
|
Adding a reference of the controller to the component collection, so components can easily access the controller in their constructor.
|
2010-09-14 22:52:51 -04:00 |
|
mark_story
|
7a14d3a8f2
|
Fixing issue where mockObject expectations were not counted hiding fails. Fixing all objects not actually being iterated.
|
2010-09-14 22:40:46 -04:00 |
|
mark_story
|
5d697b9d6e
|
Fixing tests where objects were not added to the mockObjects lists, making their expects() not count.
|
2010-09-14 22:39:05 -04:00 |
|
mark_story
|
8e97a5ee2d
|
Fixing failing tests caused by missing index in Security component testcase.
|
2010-09-14 22:20:30 -04:00 |
|
mark_story
|
0baaf6801b
|
Removing call to RequestHandler as its just a pass through to the request object which is available in that scope. Updating the test cases to not use deprecated and non-existent things.
|
2010-09-14 22:12:14 -04:00 |
|
mark_story
|
97dd7c7644
|
Adding support to ObjectCollection and its subclasses to trigger callbacks on all objects instead of just the enabled ones. Fixes issues where inner components would not get access to the controller as the initialize callback wasn't fired. This fixes some backwards compatibility issues. Tests updated.
|
2010-09-14 21:57:40 -04:00 |
|
mark_story
|
2906927a16
|
Adding BC wrappers for helpers.
Updating paginator test case to use non deprecated properties.
|
2010-09-13 23:12:00 -04:00 |
|
mark_story
|
003d02d8d9
|
Making view test pass by moving property assignment on mock.
|
2010-09-13 23:11:59 -04:00 |
|
mark_story
|
e4b2fb173b
|
Removing the deprecated properties.
Removing property copying to helpers.
Making the view test cases pass again.
|
2010-09-13 23:11:59 -04:00 |
|
mark_story
|
a521291afd
|
Adding a __set() method to make some tests pass.
Updating internal usage to not use deprecated attributes.
Updating test cases to not use deprecated attributes.
|
2010-09-13 23:11:59 -04:00 |
|
mark_story
|
84565151de
|
Removing all the deprecated properties from Controller.
Adding a __get() method to provide the properties that were moved to CakeRequest.
Tests added.
|
2010-09-13 23:11:59 -04:00 |
|
mark_story
|
d7bb7699e2
|
Applying patch from '0x20h' to fix issue where domain translation files would be mixed together causing duplicate data in the various cache files. There should now be one cache per domain + language. Fixes #1085
|
2010-09-13 22:17:05 -04:00 |
|
mark_story
|
578674f0e1
|
Reformatting some code in Set::classicExtract test case.
|
2010-09-12 14:19:36 -04:00 |
|
mark_story
|
404e49b37d
|
Adding tests for writing falsey values.
|
2010-09-12 14:08:17 -04:00 |
|
mark_story
|
6519de3a2e
|
Adding CakeRequest::data() to make reading/writing data similar to CakeSession.
Tests added.
|
2010-09-12 14:05:57 -04:00 |
|
mark_story
|
730e373afe
|
Merge branch '1.3' into 2.0
Conflicts:
cake/libs/cake_session.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/cache/memcache.test.php
cake/tests/cases/libs/cake_session.test.php
cake/tests/cases/libs/model/datasources/dbo_source.test.php
cake/tests/fixtures/data_test_fixture.php
|
2010-09-12 13:35:46 -04:00 |
|
mark_story
|
85ccd1f096
|
Fixing skipIf calls so email test runs in a reasonable time frame when there is no local smtp server.
|
2010-09-12 13:06:49 -04:00 |
|
mark_story
|
e9d194822d
|
Adding more tests for SMTP address formatting. Fixes #1100
|
2010-09-12 11:48:09 -04:00 |
|
mark_story
|
55ecfe0292
|
Fixing stupid typo.
|
2010-09-11 15:48:48 -04:00 |
|
mark_story
|
7c79583caa
|
Updating expiry time to be within tolerances of memcached.
|
2010-09-11 15:44:52 -04:00 |
|
mark_story
|
e4d34b640b
|
Merge branch '2.0-exceptions' into 2.0
Conflicts:
cake/libs/error.php
cake/tests/cases/libs/controller/scaffold.test.php
cake/tests/cases/libs/error.test.php
|
2010-09-10 20:31:16 -04:00 |
|
mark_story
|
8625d7b374
|
Making debugger test case pass.
|
2010-09-09 22:58:34 -04:00 |
|