Commit graph

10214 commits

Author SHA1 Message Date
Jose Lorenzo Rodriguez
e6b253ec0f Starting to write a new App::import() that keeps where possible the backwards compatibility 2011-03-11 00:50:14 -04:30
Jose Lorenzo Rodriguez
90b01b7ec3 Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-10 23:17:54 -04:30
mark_story
7f18f05de4 Moving appending of prefix to action into the Router. This makes Router::parse() always return what you get in the controller.
Updating Dispatcher to not hold a reference to the current request, as its not used.
Updating private action detection so its simpler.
Fixes issues with prefix actions not getting the correct default view.  Fixes #1580
2011-03-10 22:04:46 -05:00
mark_story
b292f4ffaa Fixing tests that were failing due to missing methods, and changes in CakeRoute.
Making ExceptionRenderer pass in the current request to the controller
constructor.  This fixes fatal errors on PrivateActionExceptions.
2011-03-10 22:01:56 -05:00
mark_story
ab4ce97cad Fixin CakeErrorController's constructor, so it matches the parent class. Removing duplicated code. 2011-03-10 22:00:08 -05:00
Jose Lorenzo Rodriguez
472257c347 Removing unused variables and properly testing more methods in App class 2011-03-09 23:33:03 -04:30
mark_story
0cc55d8f45 Removing calls to Dispatcher::_stop(). Updating tests. Fixes #1578 2011-03-09 22:27:19 -05:00
Jose Lorenzo Rodriguez
21286cb8c2 Updating tests for App::objects() 2011-03-09 22:29:52 -04:30
Jose Lorenzo Rodriguez
38d33e4a9a Improving tests for App::core() 2011-03-09 22:15:20 -04:30
Jose Lorenzo Rodriguez
022702506e Properly testing the App::build() method and bugfixing some issues 2011-03-09 22:11:13 -04:30
Jose Lorenzo Rodriguez
f05a105dfb Fixing the HelperCollection test 2011-03-09 21:39:05 -04:30
ADmad
95d44c3694 Updating example code in comment to reflect renaming of Controller::$view to Controller::$viewClass. Closes #1579 2011-03-10 04:00:14 +05:30
Jose Lorenzo Rodriguez
75e5496983 Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-09 12:58:49 -04:30
mark_story
c8f33b77a1 Fixing failing tests, and issues around Controller::$view not getting
set properly.
2011-03-09 07:31:11 -05:00
Jose Lorenzo Rodriguez
ca32143292 Fixing the ControllerTestCase tests 2011-03-09 01:05:58 -04:30
Jose Lorenzo Rodriguez
7b7dabce48 Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-09 00:26:18 -04:30
Jose Lorenzo Rodriguez
a1fe95e072 REverting some changes made to constants 2011-03-08 17:32:22 -04:30
Jose Lorenzo Rodriguez
4c90868652 Fixing the Api shell 2011-03-08 15:37:15 -04:30
Jose Lorenzo Rodriguez
dac34555f8 Fixing parse error in bake shell 2011-03-08 15:18:10 -04:30
Jose Lorenzo Rodriguez
6dee1277c4 Fixing the AclShell test 2011-03-08 15:13:49 -04:30
Jose Lorenzo Rodriguez
65136e8cb1 Re-adding the support for the topmost plugins folder and homogenizing some constants in shell dispatcher 2011-03-08 15:08:28 -04:30
Jose Lorenzo Rodriguez
234d781f77 Fixing the ConsoleErrorHandler test 2011-03-08 14:46:21 -04:30
Jose Lorenzo Rodriguez
d2a38787a2 Fixing the ConsoleOptionParser test 2011-03-08 14:45:23 -04:30
Jose Lorenzo Rodriguez
848c9039e5 Fixing ConsoleOutput test 2011-03-08 14:44:03 -04:30
Jose Lorenzo Rodriguez
9f189d39db Fixing the HelpFormatter test 2011-03-08 14:43:00 -04:30
Jose Lorenzo Rodriguez
ac3caf3154 Fixing the testsuite shell and renaming class for BC 2011-03-08 14:18:46 -04:30
Jose Lorenzo Rodriguez
48b3593a25 Fixing the CommandList shell, renaming the TestSuiteShell to TestsuiteShell for BC 2011-03-08 14:15:44 -04:30
Jose Lorenzo Rodriguez
0c9f4c1935 Fixing schema shell tests 2011-03-08 01:27:52 -04:30
Jose Lorenzo Rodriguez
8442d93d9e Fixing the Sell tests 2011-03-08 01:26:21 -04:30
Jose Lorenzo Rodriguez
fd8a7ed6d6 Fixing ControllerTask tests 2011-03-08 01:25:01 -04:30
Jose Lorenzo Rodriguez
0fe22f598a Fixing DbConfigTask tests 2011-03-08 00:53:06 -04:30
Jose Lorenzo Rodriguez
e46bfff6a0 Fixing FixtureTask tests 2011-03-08 00:51:58 -04:30
Jose Lorenzo Rodriguez
0f993fa767 Fixing ModelTaks tests and starting to work on PluginTask tests 2011-03-08 00:50:07 -04:30
mark_story
5bb173013e Adding doc block info for Cache::config. 2011-03-07 22:17:52 -05:00
Clément Hallet
e2b37d8ec9 Allow to disable cache gc. By using a falsey value for probability
you can disable cache gc calls.
2011-03-07 22:06:46 -05:00
mark_story
7853189328 Adding 'style' as a known html attribute. Fixes #1573 2011-03-07 21:58:11 -05:00
mark_story
de57802f05 Fixing left over action from previos refactoring of viewClass/view. 2011-03-07 21:50:53 -05:00
Jose Lorenzo Rodriguez
a56c4bff77 Fxing ProjectTask tests 2011-03-07 01:25:05 -04:30
Jose Lorenzo Rodriguez
0be09cbfb3 Fixing TemplateTask test 2011-03-07 01:01:45 -04:30
Jose Lorenzo Rodriguez
d4b07b6c27 Making TestTask test pass 2011-03-07 00:57:21 -04:30
Jose Lorenzo Rodriguez
2ef02ba29b Starting to move all console related classes, ViewTask tests passing 2011-03-07 00:45:00 -04:30
Jose Lorenzo Rodriguez
ff31792e8d Fixing paths in test.php file 2011-03-07 00:34:36 -04:30
Jose Lorenzo Rodriguez
b286ff0523 Fixing cache engine tests 2011-03-06 00:26:31 -04:30
Jose Lorenzo Rodriguez
eb709123a8 Canging view package location form email component test 2011-03-06 00:20:50 -04:30
Jose Lorenzo Rodriguez
3ff41b4f56 Fixing problem in cache helper test 2011-03-06 00:08:49 -04:30
Jose Lorenzo Rodriguez
9c0ab75a03 Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-05 23:42:25 -04:30
Jose Lorenzo Rodriguez
13e9a9ef7c Fixing ActionsAuthorize test 2011-03-05 19:41:33 -04:30
Jose Lorenzo Rodriguez
0696dd9200 Fixing BasicAuthenticate test 2011-03-05 19:37:56 -04:30
Jose Lorenzo Rodriguez
6b46c5cd17 Fixing ControllerAuthorize test 2011-03-05 19:33:36 -04:30
Jose Lorenzo Rodriguez
ec8577a562 Fixing CrudAuthorize test 2011-03-05 19:30:05 -04:30