Jose Lorenzo Rodriguez
|
42b3f993b9
|
Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading
|
2011-03-01 23:04:52 -04:30 |
|
Jose Lorenzo Rodriguez
|
ba694c45c9
|
Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading
|
2011-02-27 22:50:53 -04:30 |
|
José Lorenzo Rodríguez
|
6e4f4efb79
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/bootstrap.php
lib/Cake/Console/Command/TestSuiteShell.php
lib/Cake/Console/TaskCollection.php
lib/Cake/Controller/ComponentCollection.php
lib/Cake/Controller/Controller.php
lib/Cake/Core/App.php
lib/Cake/Model/BehaviorCollection.php
lib/Cake/Network/CakeRequest.php
lib/Cake/TestSuite/CakeTestSuiteDispatcher.php
lib/Cake/TestSuite/CakeWebTestCase.php
lib/Cake/TestSuite/TestManager.php
lib/Cake/TestSuite/TestRunner.php
lib/Cake/View/HelperCollection.php
lib/Cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
lib/Cake/tests/cases/libs/test_manager.test.php
|
2011-02-13 23:10:19 -04:30 |
|
José Lorenzo Rodríguez
|
e81ff384c7
|
Fixing BehaviorCollection test regarding how classes are loaded. with the introduction of App::uses() it is not possible to determine if a file is missing or just the class in the file, so removing the throwing of MissingBehaviorFileException seems the only choice
|
2011-01-28 01:48:15 -04:30 |
|
José Lorenzo Rodríguez
|
0bde6d35f5
|
Fixing Acl classes loading for the AclBehavior tests
|
2011-01-28 01:44:04 -04:30 |
|
José Lorenzo Rodríguez
|
d9c99b5ef6
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/tests/cases/libs/controller_test_case.test.php
lib/Cake/Controller/ComponentCollection.php
lib/Cake/Model/ConnectionManager.php
lib/Cake/TestSuite/Fixture/CakeTestFixture.php
lib/Cake/View/pages/home.ctp
|
2011-01-22 01:00:15 -04:30 |
|
José Lorenzo Rodríguez
|
1332561164
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/libs/view/helpers/js.php
lib/Cake/Console/Command/Task/FixtureTask.php
|
2011-01-09 23:32:05 -04:30 |
|
José Lorenzo Rodríguez
|
cd28f19363
|
Making CakeSchema tests pass
|
2011-01-08 23:45:07 -04:30 |
|
José Lorenzo Rodríguez
|
3c6f85254c
|
Fixing translate behavior tests
|
2011-01-06 00:19:22 -04:30 |
|
José Lorenzo Rodríguez
|
caa29646ce
|
Fixes for making mpass all ConnectionManager Tests
|
2011-01-06 00:09:11 -04:30 |
|
José Lorenzo Rodríguez
|
406e7b783d
|
Making all Mysql dbo source tests pass
|
2011-01-05 23:14:33 -04:30 |
|
José Lorenzo Rodríguez
|
aea5607cdb
|
Fixing remaining postgres tests
|
2011-01-05 23:10:08 -04:30 |
|
José Lorenzo Rodríguez
|
e87dca62f1
|
Fixing postgres dbo source tests
|
2011-01-05 23:00:33 -04:30 |
|
José Lorenzo Rodríguez
|
296b8dd77b
|
Fixing ModelDeleTest because of changes on the way datasources handle boolean fields
|
2011-01-05 22:48:13 -04:30 |
|
José Lorenzo Rodríguez
|
2cc4e0e3cb
|
Replacing driver type check now that the key "datasource" is to be used instead of "driver"
|
2011-01-05 22:44:32 -04:30 |
|
José Lorenzo Rodríguez
|
e8a93aef93
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Temporarly commenting code on App class while the transition is made
Conflicts:
lib/Cake/Core/App.php
|
2011-01-05 22:21:27 -04:30 |
|
José Lorenzo Rodríguez
|
54ecd2e77b
|
Some changes to ConnectionManager, it is now an static class. the connection objects enumeration will return the stored connections config instead of a cryptic array where only the ekys where useful
|
2011-01-05 22:15:17 -04:30 |
|
José Lorenzo Rodríguez
|
4c0e06c451
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/bootstrap.php
cake/libs/view/helpers/js.php
lib/Cake/Model/AclNode.php
lib/Cake/Model/ConnectionManager.php
lib/Cake/bootstrap.php
lib/Cake/tests/cases/libs/controller/controller.test.php
|
2011-01-02 02:00:03 -04:30 |
|
José Lorenzo Rodríguez
|
8444510bae
|
Fixing sqlite test case
|
2010-12-22 00:13:26 -04:30 |
|
José Lorenzo Rodríguez
|
7870fb1ef2
|
Fixing test in DboSource test case
|
2010-12-22 00:11:40 -04:30 |
|
José Lorenzo Rodríguez
|
79c6428e49
|
Fixing DbAcl tests
|
2010-12-22 00:05:46 -04:30 |
|
José Lorenzo Rodríguez
|
57929c2be7
|
Fixing some broken model tests
|
2010-12-21 23:51:47 -04:30 |
|
José Lorenzo Rodríguez
|
b2ad8fe113
|
Removing constant TEST_CAKE_CORE_INCLUDE_PATH
|
2010-12-19 23:33:37 -04:30 |
|
José Lorenzo Rodríguez
|
5f7ca8d2b6
|
Removing some internal chenck for the "driver" key in database configs
|
2010-12-18 22:27:55 -04:30 |
|
José Lorenzo Rodríguez
|
07e43bb0f8
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/libs/view/scaffolds/edit.ctp
cake/libs/view/scaffolds/form.ctp
cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.edit.ctp
cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.form.ctp
cake/tests/test_app/views/posts/scaffold.edit.ctp
cake/tests/test_app/views/posts/scaffold.form.ctp
lib/Cake/Error/ErrorHandler.php
lib/Cake/Model/Behavior/TranslateBehavior.php
lib/Cake/Model/Datasource/CakeSession.php
lib/Cake/Routing/Router.php
lib/Cake/TestSuite/TestManager.php
lib/Cake/View/scaffolds/edit.ctp
lib/Cake/tests/cases/console/shells/bake.test.php
lib/Cake/tests/cases/libs/cake_log.test.php
lib/Cake/tests/cases/libs/cake_request.test.php
lib/Cake/tests/cases/libs/view/helpers/number.test.php
lib/Cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.edit.ctp
lib/Cake/tests/test_app/views/posts/scaffold.edit.ctp
|
2010-12-15 01:13:05 -04:30 |
|
José Lorenzo Rodríguez
|
f540920b76
|
More App::imports converted
|
2010-12-09 01:25:24 -04:30 |
|
José Lorenzo Rodríguez
|
4a287faa1e
|
Moving the tests folder
|
2010-12-08 01:36:38 -04:30 |
|