mark_story
|
4efc170ce4
|
Adding some documentation.
|
2010-08-17 00:08:41 -04:00 |
|
mark_story
|
e79df23491
|
Adding a magic __call method to handle html5 inputs and simplify input generation logic.
|
2010-08-17 00:06:23 -04:00 |
|
mark_story
|
e2fee17173
|
Adding an ob_end_flush() to clean up an unclosed buffer.
|
2010-08-16 23:34:43 -04:00 |
|
mark_story
|
4622ec44c2
|
Updating the skel and app test.php's to not make a global variable for the dispatcher. This dramatically improves the performance of the web test runner.
|
2010-08-16 23:33:07 -04:00 |
|
mark_story
|
f46241a6e7
|
Merge branch '2.0' into 2.0-helpers
|
2010-08-16 23:02:44 -04:00 |
|
mark_story
|
c4a978d386
|
Adding changes missed in the merge.
|
2010-08-15 23:10:29 -04:00 |
|
mark_story
|
705e90bef7
|
Merge branch '1.3' into 2.0-merge
Conflicts:
cake/libs/cache/memcache.php
cake/libs/cake_session.php
cake/libs/model/behaviors/acl.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/model/behaviors/acl.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
|
2010-08-15 23:09:02 -04:00 |
|
mark_story
|
2a50c3a1fb
|
Removing time manipulation so its possible to create memcache entries that do not expire. Updating documentation about the peculiarities of memcache. Refs #871
|
2010-08-15 22:40:55 -04:00 |
|
mark_story
|
0865679684
|
Removing _expires keys made with Memcache cache engine. These did not add any value as Memcache already handles expiration of keys. Fixes #871
|
2010-08-15 22:32:52 -04:00 |
|
mark_story
|
686b9c2c8b
|
Fixing issues in alterSchema in DboMysql and DboPostgres, where fields would be appended to each table being altered.
Also fixed an issue in DboPostgres where the generated alter statements would contain too many ;.
Test cases added. Fixes #1023
|
2010-08-15 22:17:02 -04:00 |
|
mark_story
|
aba97d0ab2
|
Applying patch from 'Mark Mitchell' to fix auto exiting of cake.bat. Fixes #992
|
2010-08-14 18:54:12 -04:00 |
|
mark_story
|
1b41a987fa
|
Adding test cases and fixing inflection issues with bases. Tests added. Fixes #1012
|
2010-08-12 20:26:11 -04:00 |
|
mark_story
|
36e585bb23
|
Starting to update a test that was previously marked incomplete.
|
2010-08-11 23:08:46 -04:00 |
|
mark_story
|
238c734f70
|
Moving a test case that should be implemented in controller, as that is where the code that needs to be tested is located.
|
2010-08-11 22:47:54 -04:00 |
|
mark_story
|
45064315d4
|
Fixing a comment.
|
2010-08-11 22:47:20 -04:00 |
|
mark_story
|
bd89ef533b
|
Updating session helper constructor to fix failing tests in Controller::render() integration tests.
|
2010-08-11 00:01:24 -04:00 |
|
mark_story
|
62d646d168
|
Removing tests that have been implemented elsewhere.
|
2010-08-10 23:56:39 -04:00 |
|
mark_story
|
74a12940cb
|
Removing incorrect method implementation.
Adding documentation to Component::beforeRedirect()
Adding documentation to ObjectCollection::trigger().
|
2010-08-10 23:45:28 -04:00 |
|
mark_story
|
4463ff7476
|
Moving all components suite.
|
2010-08-10 23:34:20 -04:00 |
|
mark_story
|
2494156e9a
|
Removing reference operators that caused tests to fail.
Adding an alias as several tests relied on a User object being in the registry to autodetect fields.
|
2010-08-10 23:18:43 -04:00 |
|
mark_story
|
3d5d6f6ebc
|
Removing two helpers from the exclusions as they don't cause issues anymore.
|
2010-08-10 23:18:43 -04:00 |
|
mark_story
|
fdfe8060c6
|
Adding collection tests to test suites.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
6d9cee57ba
|
Fixing failing tests from merge with 1.3
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
59c692dbae
|
Fixing incorrect/failing test in Security component.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
f5bebc9306
|
Adding an Acl property to AuthComponent and updating tests to use new API's
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
c6a63bae82
|
Fixing incorrect method call from merge with 1.3
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
db1acb461a
|
Making SessionComponent extend Component. Updating test case.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
6dbe5b09f8
|
Fixing failing test caused by undefined variable.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
5068d62473
|
Fixing issue that came up in rebasing.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
cd48ee4a49
|
Removing comment about a feature that no longer exists.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
d01708b1ef
|
Adding temporary $View property to controller until I figure out a better way to provide access for it. Test case updated to reflect View not being in the registry anymore.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
07a7e18dc7
|
Removing ClassRegistry access in RssHelper.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
ab0f21f939
|
Fixing tests failing in ThemeView test as they were not expecting exceptions that should be expected.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
65c235023d
|
Removing ability to register View and ThemeView into ClassRegistry.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
dfa5273b22
|
Making SessionHelper not use ClassRegistry to access View. SessionHelper still needs to not inherit from CakeSession.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
576eba3ef9
|
Removing ClassRegistry use from FormHelper and its test case.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
90b0ac7258
|
Removing remaining ClassRegistry::getObject() in HtmlHelper.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
7b3f2f7e6e
|
Updating methods in Helper to use $this->_View.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
7efe1636aa
|
Making HtmlHelper not use ClassRegistry to access the View instance. Updating test cases.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
e0acd2131f
|
Fixing ShellDispatcher tests and making ShellDispatcher/Shell use TaskCollection to loadTasks.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
cb3c7feb5c
|
Adding test file to test loading.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
9804ed0cb3
|
Adding tests for loading plugin files.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
457f24d882
|
Adding TaskCollection, much like Helper and Component collection TaskCollection will be used to reduce global space pollution.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
19f008b1a4
|
Fixing broken tests in HelperCollectionTest
Moving unload into ObjectCollection as its common between 2 child classes, and possibly a 3rd.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
426d35d66e
|
Fixing string that got changed in a rebase.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
55d71dc4b5
|
Updating Controller test case to use new ComponentCollection.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
ca65faef36
|
Starting to fix SecurityComponent test case. SessionComponent still causing lots of trouble.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
fa8a43f038
|
Updating tests to use new Component api. There are still a pile of tests failing because of SessionComponent.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
0f5e881f26
|
Fixing typo.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
7b4916e16a
|
Updating AclComponent to new Component API.
|
2010-08-10 23:18:40 -04:00 |
|