Carsten Brandt
|
5558fa1297
|
small code style fix
|
2014-02-17 03:56:35 +01:00 |
|
Qiang Xue
|
26cb7b2a3c
|
Renamed fooVar to fooParam for various classes.
|
2014-02-15 18:18:27 -05:00 |
|
Borales
|
b4fd27a91b
|
Removed unnecessary PHPDoc property (ce04134db2)
|
2014-02-13 19:09:50 +02:00 |
|
Qiang Xue
|
80d69a6551
|
Renamed csrfParam back to csrfVar for consistency.
|
2014-02-10 11:27:54 -05:00 |
|
Dilip
|
e87220bed4
|
Update Request.php
|
2014-02-09 09:07:33 +05:30 |
|
pzaremba
|
7d96de6619
|
one more revert.
|
2014-02-05 13:30:32 +01:00 |
|
pzaremba
|
75ae3db906
|
Reverted changes unrelated to issue #2325
|
2014-02-05 13:27:15 +01:00 |
|
pzaremba
|
9b96338a63
|
Revert "fixing wrapping - my NetBeans has a mind of its own."
This reverts commit 80be824fc7.
|
2014-02-05 13:24:01 +01:00 |
|
pzaremba
|
80be824fc7
|
fixing wrapping - my NetBeans has a mind of its own.
|
2014-02-05 12:32:59 +01:00 |
|
pzaremba
|
0bf39f6e98
|
Adding support for the X-HTTP-Method-Override header.
|
2014-02-05 12:28:24 +01:00 |
|
Carsten Brandt
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|
Alexander Makarov
|
f1a674b921
|
Added yii\web\Request::get($name = null, $defaultValue = null) and yii\web\Request::post($name = null, $defaultValue = null)
|
2014-01-28 14:02:03 +04:00 |
|
Alexander Makarov
|
8c7ae47e58
|
Merge pull request #2181 from cebe/request-body-default-post-params
removed getPostParam() from Request, body is $_POST by default
|
2014-01-28 01:53:56 -08:00 |
|
Carsten Brandt
|
21ae27b306
|
updated phpdoc properties
|
2014-01-28 00:11:18 +01:00 |
|
Carsten Brandt
|
ce04134db2
|
removed getPostParam() from Request, body is $_POST by default
fixes #2093
|
2014-01-27 11:03:50 +01:00 |
|
Carsten Brandt
|
190417f917
|
small refactoring + cleanup request
|
2014-01-27 11:02:46 +01:00 |
|
Carsten Brandt
|
6f82959675
|
made post params consistend with body and query params in request
issue #2093
|
2014-01-27 10:48:33 +01:00 |
|
Qiang Xue
|
11c9c5b573
|
fixed test break.
|
2014-01-26 18:37:33 -05:00 |
|
Qiang Xue
|
150d71368b
|
Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
Conflicts:
framework/CHANGELOG.md
|
2014-01-26 17:41:14 -05:00 |
|
Vladimir Zbrailov
|
4dabe605e3
|
added use http_get_request_headers and use getHeaders method in Gii module
|
2014-01-22 18:54:10 +04:00 |
|
Vladimir Zbrailov
|
53647d8b16
|
Added ability to get incoming headers
|
2014-01-22 17:44:57 +04:00 |
|
Carsten Brandt
|
9822dfae55
|
typo
|
2014-01-21 15:15:52 +01:00 |
|
Carsten Brandt
|
0d669f5e6b
|
refactored params methods in Request
issue #2043
|
2014-01-21 15:04:43 +01:00 |
|
Carsten Brandt
|
36c296378b
|
remove _method param from rest params
|
2014-01-20 13:31:32 +01:00 |
|
Carsten Brandt
|
813a008da2
|
improved request body parser docs and configuration
added a fallback for handling all request types
fixes #2066, related to #2043
|
2014-01-20 12:51:43 +01:00 |
|
Daniel Schmidt
|
1026b9da57
|
Tabs vs. spaces
|
2014-01-19 14:48:35 -08:00 |
|
Daniel Schmidt
|
7f8850bc70
|
Adds customizable parsing functionality to the web\Request class (Issue #2043)
|
2014-01-19 14:36:10 -08:00 |
|
Carsten Brandt
|
7ae8b8b50f
|
added support to parse json request to Request::getRestParams()
|
2014-01-19 20:52:58 +01:00 |
|
Qiang Xue
|
68fdb52551
|
doc improved.
|
2014-01-19 12:58:33 -05:00 |
|
Qiang Xue
|
88059439f6
|
Fixes #2063: Removed yii\web\Request::acceptTypes and renamed yii\web\Request::acceptedContentTypes to acceptableContentTypes.
Renamed `yii\web\Request::acceptedLanguages` to `acceptableLanguages`
|
2014-01-19 12:55:05 -05:00 |
|
Alexander Makarov
|
462c50031a
|
Fixes #1930: Fixed domain based URL matching for website root
|
2014-01-17 21:06:13 +04:00 |
|
Alexander Makarov
|
6e7165133e
|
Fixes #1991: regression in index.php handling
|
2014-01-17 20:38:27 +04:00 |
|
Qiang Xue
|
58e847258f
|
Renamed Request::maskedCsrfToken to csrfToken.
|
2014-01-11 11:49:29 -05:00 |
|
Qiang Xue
|
0c38655217
|
psr-4 move
|
2014-01-10 21:41:43 -05:00 |
|
Qiang Xue
|
0d814fa523
|
Moved "framework" to "iii".
|
2013-05-09 12:00:15 -04:00 |
|
Qiang Xue
|
8520be08de
|
Fixes issue #174: make URL parameters available in $_GET.
|
2013-05-09 11:40:51 -04:00 |
|
Qiang Xue
|
932ed70a72
|
Fixes issue #99.
|
2013-05-04 19:25:35 -04:00 |
|
Qiang Xue
|
989b8fa5bf
|
Added CSRF support.
|
2013-04-25 15:09:07 -04:00 |
|
Qiang Xue
|
7dd1f884c4
|
Added support for rest to Html.
|
2013-04-25 13:47:11 -04:00 |
|
Qiang Xue
|
4c2fcd7608
|
refactored application.
|
2013-04-10 10:48:27 -04:00 |
|
Qiang Xue
|
1184e1e148
|
Finished AccessControl and HttpCache.
|
2013-03-26 15:27:15 -04:00 |
|
Qiang Xue
|
30d70be071
|
Finished Html helper.
|
2013-03-10 22:00:26 -04:00 |
|
Qiang Xue
|
4fdaab3560
|
updated file header.
|
2013-03-04 08:03:46 -05:00 |
|
Qiang Xue
|
210e7b69c4
|
cleanup
|
2013-03-04 07:48:57 -05:00 |
|
Qiang Xue
|
60583b87d3
|
cleanup
|
2013-03-04 07:07:34 -05:00 |
|
Qiang Xue
|
e66729840d
|
Finished cookie.
Finished SecurityHelper.
|
2013-03-02 22:03:35 -05:00 |
|
Qiang Xue
|
4d6b3ddb9d
|
request wip
|
2013-02-28 20:30:50 -05:00 |
|
Qiang Xue
|
1536a6828a
|
cookie, request, response WIP
|
2013-02-27 21:27:28 -05:00 |
|
Qiang Xue
|
4ec96cd6cf
|
request WIP.
|
2013-02-27 19:10:29 -05:00 |
|
Qiang Xue
|
1eb1809aa4
|
finished URL testing.
|
2013-02-24 16:19:35 -05:00 |
|