Jose Lorenzo Rodriguez
|
35ebd29ac3
|
updating controller tests
|
2011-05-10 11:43:38 -04:30 |
|
Jose Lorenzo Rodriguez
|
54eb934892
|
Fixing plugin related tests in Core package
|
2011-05-10 00:46:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
a8122a5afe
|
Fixing AllDatabase tests correctly loading plugins
|
2011-05-10 00:10:15 -04:30 |
|
Jose Lorenzo Rodriguez
|
ca776d92bd
|
Making Error package tests
|
2011-05-09 23:47:29 -04:30 |
|
Jose Lorenzo Rodriguez
|
bd1479f732
|
Fixing a bunch of tests in the View/Helper package
|
2011-05-09 23:33:58 -04:30 |
|
mark_story
|
339db4033f
|
Removing goofy protected field that didn't work all the time.
Making AuthComponent::loggedIn() check the current user status.
Fixes #1694
|
2011-05-09 21:54:59 -04:00 |
|
Jose Lorenzo Rodriguez
|
7171887c7a
|
Correctly loading plugins in I18n
|
2011-05-09 00:36:52 -04:30 |
|
Jose Lorenzo Rodriguez
|
0ef0707575
|
Correctly loading plugins for Log tests
|
2011-05-09 00:31:38 -04:30 |
|
Jose Lorenzo Rodriguez
|
c208e4ed30
|
Fixing a couple of tests in CakeRequest
|
2011-05-09 00:28:01 -04:30 |
|
Jose Lorenzo Rodriguez
|
ca99b5b515
|
Fixing Router and Dispatcher so they user the plugin loader
|
2011-05-09 00:01:00 -04:30 |
|
Jose Lorenzo Rodriguez
|
2c3132fa85
|
Fixing some TestSuite tests
|
2011-05-08 23:25:32 -04:30 |
|
Jose Lorenzo Rodriguez
|
2fab0b0e1c
|
Improving CakePlugin::loaded() to accept a plugin name as first parameter
|
2011-05-08 23:19:00 -04:30 |
|
Jose Lorenzo Rodriguez
|
2093b11296
|
Fixing ClassRegistry tests after plugin loader change
|
2011-05-08 22:15:50 -04:30 |
|
Jose Lorenzo Rodriguez
|
77788a965d
|
Merge remote-tracking branch 'origin/2.0' into 2.0-plugin-loader
Conflicts:
lib/Cake/tests/test_app/plugins/TestPlugin/Model/test_plugin_post.php
lib/Cake/tests/test_app/plugins/test_plugin/Model/TestPluginPost.php
lib/Cake/tests/test_app/plugins/test_plugin/Model/test_plugin_post.php
|
2011-05-08 22:08:31 -04:30 |
|
Jose Lorenzo Rodriguez
|
8ccbd6faa5
|
Adding missing file from last commit
|
2011-05-08 22:07:24 -04:30 |
|
AD7six
|
0026a6ac54
|
Mysql not MySql
|
2011-05-09 01:24:52 +02:00 |
|
AD7six
|
315cb6b66b
|
correct api shell test case
|
2011-05-09 00:52:47 +02:00 |
|
AD7six
|
c7794c1e1f
|
also move any error classes (AppError) to Lib/Error/*
|
2011-05-09 00:46:51 +02:00 |
|
AD7six
|
ade85c1cd0
|
add exception for Dbo classes
|
2011-05-09 00:00:19 +02:00 |
|
AD7six
|
07ffe2fcd8
|
update the move logic
whereas previously it only checked if the filename matched the class,
the logic now checks the file is located in the folder expected too.
|
2011-05-08 23:55:16 +02:00 |
|
AD7six
|
79700a5e94
|
applying upgrade shell to test app files
|
2011-05-07 19:05:24 +02:00 |
|
AD7six
|
cb010b62e6
|
Merge branch '2.0-upgrade' into 2.0
|
2011-05-07 19:00:17 +02:00 |
|
Jose Lorenzo Rodriguez
|
a45758cc7d
|
Migrating all View package tests to use the new plugin loader
|
2011-05-06 01:23:01 -04:30 |
|
Jose Lorenzo Rodriguez
|
0573037f2c
|
Migrating all View tests to the new plugin loader
|
2011-05-06 01:07:59 -04:30 |
|
Jose Lorenzo Rodriguez
|
f18b9aae7b
|
Unloading all plugins with App::build() and $reset parameter is true
|
2011-05-06 01:05:33 -04:30 |
|
Jose Lorenzo Rodriguez
|
27a134de4f
|
Implementing CakePlugin::loadAll()
|
2011-05-06 00:53:30 -04:30 |
|
Juan Basso
|
8b78507b3d
|
Changed the test setup to not run the test if test db config is not mssql.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
9dfc7d6593
|
Changed the field map to protected to run the tests. It is not requeried to be private.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
3231755d63
|
Fixed the tests for value.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
24bf56b44e
|
Revert "Removed the value method from MSSQL. It is provided by DboDatasource now."
This reverts commit bf0fb8302385d384239939df2ea6bc6f1a8dbaa0.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
b91f6eb991
|
Fixed error in change.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
a7a86e42a3
|
Changes for fetch results.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
83b81ffd87
|
Removed more methods that is implemented by DboSource.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
f11b153d80
|
Removed the value method from MSSQL. It is provided by DboDatasource now.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
37d26f2923
|
Update the describe.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
3f984b68fa
|
Update the listSources.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
244bc1369a
|
Removed the execute method from MSSQL. It is provided by DboDatasource now.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
4e8b863910
|
Initial changes for init the connection with MSSQL.
|
2011-05-05 21:30:50 -04:00 |
|
Juan Basso
|
30fd9fff14
|
Changed the import files and Mssql class name to the new structure.
|
2011-05-05 21:30:50 -04:00 |
|
mark_story
|
66b29e33e8
|
Adding annoying macos files to gitignore.
|
2011-05-04 23:34:41 -04:00 |
|
mark_story
|
bd30510e87
|
Fixing non-unique id's being generated for Debugger rendered errors.
|
2011-05-04 23:33:36 -04:00 |
|
mark_story
|
e857387a8e
|
Fixing failing tests.
|
2011-05-04 23:08:10 -04:00 |
|
mark_story
|
695d38fe68
|
Removing stupid default that stops other convention based features from working properly.
|
2011-05-04 22:16:46 -04:00 |
|
Jose Lorenzo Rodriguez
|
f2c1f9d6b2
|
Removing unneeded lines in Debugger
|
2011-05-04 01:17:28 -04:30 |
|
Jose Lorenzo Rodriguez
|
d83555cc52
|
Merge remote-tracking branch 'origin/1.3' into merger
Conflicts:
cake/console/cake.php
cake/dispatcher.php
cake/libs/controller/components/auth.php
cake/libs/controller/controller.php
cake/libs/view/helpers/xml.php
cake/libs/view/pages/home.ctp
cake/libs/xml.php
cake/tests/cases/console/cake.test.php
cake/tests/cases/libs/controller/components/cookie.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
cake/tests/cases/libs/model/datasources/dbo_source.test.php
cake/tests/cases/libs/view/helpers/xml.test.php
cake/tests/cases/libs/xml.test.php
lib/Cake/Console/Command/SchemaShell.php
lib/Cake/Controller/Component/CookieComponent.php
lib/Cake/Network/Http/HttpSocket.php
lib/Cake/TestSuite/Fixture/CakeTestFixture.php
lib/Cake/VERSION.txt
lib/Cake/View/Helper/FormHelper.php
lib/Cake/View/Helper/TextHelper.php
lib/Cake/View/Helper/TimeHelper.php
lib/Cake/config/config.php
lib/Cake/tests/Case/Cache/CacheTest.php
lib/Cake/tests/Case/Model/CakeSchemaTest.php
lib/Cake/tests/Case/TestSuite/CakeTestFixtureTest.php
|
2011-05-04 01:10:23 -04:30 |
|
Jose Lorenzo Rodriguez
|
492f1ce12e
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-05-03 23:05:38 -04:30 |
|
mark_story
|
aca8cc8b77
|
Fixing issue where content types wouldn't be detected as once parseExtensions() is enabled the extension will always
default to html.
|
2011-05-02 22:26:58 -04:00 |
|
ADmad
|
7fc5e8f810
|
Fixing typo
|
2011-05-03 01:01:33 +05:30 |
|
AD7six
|
f770193474
|
Merge branch '2.0-upgrade' of github.com:cakephp/cakephp into 2.0-upgrade
|
2011-05-01 23:32:40 +02:00 |
|
AD7six
|
7532ab0586
|
reset files on each itteration
|
2011-05-01 23:30:24 +02:00 |
|