Commit graph

10446 commits

Author SHA1 Message Date
AD7six
7532ab0586 reset files on each itteration 2011-05-01 23:30:24 +02:00
AD7six
4c66db253a don't forget tasks 2011-05-01 23:30:24 +02:00
AD7six
1d493ca122 add a function to make sure file names match the class they contain 2011-05-01 23:30:24 +02:00
AD7six
d100f09bb2 move/rename folders 2011-05-01 23:30:24 +02:00
AD7six
afa6baab2d add a command to run all options 2011-05-01 23:30:24 +02:00
AD7six
f3b216dfe2 remove unused var 2011-05-01 23:30:24 +02:00
AD7six
9ac717819f code standards 2011-05-01 23:30:24 +02:00
AD7six
bbf87f062e don't fail if the dir doesn't exist 2011-05-01 23:30:24 +02:00
Luís Armando
12bf3eae38 Correction of UpgradeShell file name. 2011-05-01 23:30:24 +02:00
Graham Weldon
35485a13e5 Moved Upgrade console into place for 2.0 Console standards. 2011-05-01 23:30:24 +02:00
mark_story
f255ae6a24 Adding word boundaries to the request patterns. Also adding lookaheads
to prevent methods from being changed.
2011-05-01 23:30:24 +02:00
mark_story
5453333a88 Removing legacy parameter setting. 2011-05-01 23:30:23 +02:00
mark_story
8f43adbac2 Making the request method not update things in the models directory. They don't have a request object so those changes will always be wrong.
Adding a dry-run mode and some additional output for it.
Making both the helpers and request tasks hit all the bootstrapped paths.
2011-05-01 23:29:55 +02:00
evilbloodydemon
b5d602e491 upgrade shell - 'configure' subcommand 2011-05-01 23:29:55 +02:00
mark_story
e80d45dd8f Adding upgrade command for fixing request object access. 2011-05-01 23:29:55 +02:00
mark_story
6a5d6908d8 Adding a function to upgrade removed basics functions. 2011-05-01 23:29:55 +02:00
mark_story
02d9e41b2a Making helper command be able to replace plugin helpers too. 2011-05-01 23:29:55 +02:00
mark_story
4bfa345192 Fixing plugin helper updates.
Adding docblocks
Using native iterators instead of Folder class.
Adding more to the help.
2011-05-01 23:29:54 +02:00
mark_story
31dfa7b9bb Adding some help text for the upgrade shell. 2011-05-01 23:29:54 +02:00
evilbloodydemon
a7d69701ba upgrade shell - option to specify extensions 2011-05-01 23:29:54 +02:00
evilbloodydemon
3dddcf8757 upgrade shell - refactoring 2011-05-01 23:29:54 +02:00
evilbloodydemon
5c6415d182 upgrade shell - helpers subcommand 2011-05-01 23:29:54 +02:00
evilbloodydemon
65ec52f116 upgrade shell - added ability to upgrade app separately from plugins 2011-05-01 23:29:54 +02:00
mark_story
0b42761b13 Adding a ghetto start to what will be the 2.0 upgrade shell. i18n updating mostly works. 2011-05-01 23:29:54 +02:00
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
53b4a129ba Changing RequestHandler to use CakeRequest::input() 2011-04-30 13:09:30 -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
José Lorenzo Rodríguez
d61ebaee5d Merged pull request #64 from sonnygauran/2.0.
Updating database.php file generation to match changes on ConnectionManager
2011-04-29 12:13:07 -07:00
Sonny Gauran
4add005baa Fixed baked database.php constants 2011-04-30 02:12:15 +08:00
Juan Basso
50206f4315 Fixed invalid PhpDoc tag. 2011-04-28 21:25:18 -04:00
AD7six
54429837b4 Merge branch '2.0' of github.com:cakephp/cakephp into 2.0 2011-04-28 15:17:24 +02:00
AD7six
d861a73327 update basics to match code standards
global functions are not indented
2011-04-28 15:16:55 +02:00
Jose Lorenzo Rodriguez
228230e67b Simplifying code 2011-04-27 00:15:42 -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
evilbloodydemon
df57b15f89 Removed undefined variable in App::core, made test pass on Windows.
Signed-off-by: mark_story <mark@mark-story.com>
2011-04-26 22:18:51 -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
Thomas Ploch
9db411d9e4 Added HttpSocket::config['request']['uri'] as parameter in HttpSocket::_parseUri() called by HttpSocket::get(). Now creates correct request array for GET if query params are given and the default request should be used. Fixes #1674. No tests modified since behaviour didn't change. 2011-04-26 19:15:25 -04:00
José Lorenzo Rodríguez
c4c35f2539 Merged pull request #62 from evilbloodydemon/unused-vars.
Fixed typo in variable name
2011-04-26 10:53:16 -07:00
evilbloodydemon
1d7d20768f Fixed typo in variable name 2011-04-26 21:44:37 +04:00