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
|
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 |
|
Juan Basso
|
43a95a79fc
|
Fixed the tests to run in Windows and different browsers.
|
2011-04-24 23:40:48 -04:00 |
|
Jose Lorenzo Rodriguez
|
0263ffc74e
|
Renaming tests folders and making tests runnable again
|
2011-04-10 20:08:24 -04:30 |
|