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
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
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
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
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
ADmad
7fc5e8f810
Fixing typo
2011-05-03 01:01:33 +05:30
ADmad
1cb0e413be
Enhancing App::build() to allow appending paths. Closes #1680
2011-05-01 20:54:52 +05:30
mark_story
093d7f1064
Merge branch 'request-input' into 2.0
2011-05-01 10:25:39 -04:00
mark_story
512e570202
Adding ability to map arbitrary content types and decoding methods to RequestHandlerComponent.
...
Removing hardcoded XML decoding, but continuing to provide the functionality.
Adding default support for JSON decoding.
Fixing stdin/input mixup.
Fixes #716
2011-05-01 10:21:00 -04:00
ADmad
75437b45d9
Fixed error where App::import() failed to load new class types added in 2.0. Also fixed couple of test cases.
2011-05-01 03:19:44 +05:30
mark_story
0be0b0ede0
Removing $request->params['form'], all POST data is available at $request->data, there is no point for it to be in two
...
places. Updating tests as well.
2011-04-30 14:12:51 -04:00
mark_story
47176bffc5
Fixing failing tests that waited on stdin indefinetly.
2011-04-30 13:27:57 -04:00
mark_story
40fab8135a
Adding ability to pass params to the decoding function.
2011-04-30 13:05:10 -04:00
mark_story
975f74bb44
Making it so all POST parameters are available on $this->data inside the request. This makes one fewer place POST data
...
is found. $this->params['form'] is still around as well for Backwards compatibility, but is not recommended for use
going forward.
2011-04-30 12:44:38 -04:00
mark_story
60ee04a0fb
Adding first kick at the can for reading request body input.
...
Adding testcases.
2011-04-30 12:44:37 -04:00
Jose Lorenzo Rodriguez
f6a5df913a
Moving test plugins to the new naming convention> Now plugin names should be camel cased
2011-04-29 12:49:46 -04:30
Jose Lorenzo Rodriguez
46d994c3f0
Improving test coverage for CakePlugin
2011-04-29 12:23:11 -04:30
Jose Lorenzo Rodriguez
07b84a71ab
Removing unneeded assignments by reference
2011-04-29 11:49:46 -04:30
Juan Basso
84538ac10a
Fixed the tests of MediaView in console/web.
2011-04-27 00:26:57 -04:00
Jose Lorenzo Rodriguez
ab9b7f44dc
Merge remote-tracking branch 'origin/2.0' into 2.0
2011-04-26 23:44:56 -04:30
Jose Lorenzo Rodriguez
8da7e5fa82
Lazy loading models in controllers, now declaring multiple models in $uses is not a performance hit anymore
2011-04-26 23:44:32 -04:30
Thomas Ploch
bea666bb12
Removed JsBaseEngineHelper::$useNative. Removed json_encode() emulation from JsBaseEngineHelper::object(). Removed unnessecary call to get_object_vars() in JsBaseEngineHelper::object(). Removed unnessecary tests for equalness of emulation and native json_encode(). Added test for correct encoding of objects to JsHelper test case. Fixes #704
2011-04-26 22:35:33 -04:00
Juan Basso
1523ff6874
Moved the CakeEmail to Network/Email. Now this class have similar structure of HttpSocket.
2011-04-26 22:20:35 -04:00
Juan Basso
1962e40c9a
Added tests to get with queryparams and custom configs. Refs #1674 .
2011-04-26 22:10:24 -04:00
Jose Lorenzo Rodriguez
3433d123d4
Removing model id assignment form passedArgs, as it causes unexpected results. Closes #536
2011-04-26 21:30:12 -04:30
Jose Lorenzo Rodriguez
4f1a6baf87
Fixing some errors in the new plugin loader and adding some tests
2011-04-26 00:56:19 -04:30
mark_story
b31f25fb8b
Fixing issues rendering repeat errors coming from the rendering of an error page (like a missing helper).
...
Test added. Fixes #1671
2011-04-25 21:09:53 -04:00
Renan Gonçalves
cd3529c986
Implementing support to multiline string in __*() calls.
2011-04-25 21:23:56 +02:00
Juan Basso
43a95a79fc
Fixed the tests to run in Windows and different browsers.
2011-04-24 23:40:48 -04:00
Juan Basso
6ec61746fd
Added the email folder to all network tests.
2011-04-24 23:40:46 -04:00
Juan Basso
96dd4a5c80
Fixed the tests in ThemeView and View that was affected by email changes.
2011-04-24 23:40:43 -04:00
Jose Lorenzo Rodriguez
3bb8833d82
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
2011-04-24 00:59:05 -04:30
Jose Lorenzo Rodriguez
dfb669ab8e
Allowing plugins to offer ExceptionRenderer classes
2011-04-24 00:56:48 -04:30
Juan Basso
7a13856e69
Fixed tests related with emails.
2011-04-24 01:10:33 -04:00
Juan Basso
24fbaafe01
Merge with 2.0-email.
2011-04-23 22:36:55 -04:00
Juan Basso
dc7808e63a
Changed to use only the CAKE constant.
2011-04-23 22:29:05 -04:00
Juan Basso
6a7b42f1eb
Renamed the default X-Mailer value.
2011-04-22 23:39:11 -04:00
Jose Lorenzo Rodriguez
682ec29b9b
Moving tests around in the AllTests suite and making the CakeSocket tests pass again
2011-04-22 19:53:38 -04:30