Commit Graph

168 Commits

Author SHA1 Message Date
peeradach001
7c0b56cb96 fix 2014-01-27 04:06:51 +07:00
Carsten Brandt
bc9b62c314 url of CSS and JS files registered in View can be url alias
fixes #2132, fixes #2133
2014-01-23 22:43:43 +01:00
Carsten Brandt
9630c807a7 doc link fixes 2014-01-23 12:04:02 +01:00
Daniel Schmidt
041f6aac6c Removed temp class 2014-01-22 19:33:39 -08:00
Daniel Schmidt
d03b2add89 Condenses changelog notes to 1 line (#2103) 2014-01-22 19:32:56 -08:00
Daniel Schmidt
40090577c5 Merge branch 'master' of git://github.com/yiisoft/yii2 into 2103-rename-accessdeniedhttpexception 2014-01-22 19:23:51 -08:00
Daniel Schmidt
7fef8cf0cf Adds docblock comments and HTTP spec links for the new HTTP Exception classes (#2103) 2014-01-22 19:23:39 -08: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
Daniel Schmidt
f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 2014-01-21 17:11:28 -08:00
Daniel Schmidt
20e031c8ac Adds UnsupportedMediaTypeHttpException for 415 Http errors 2014-01-21 16:58:29 -08:00
Daniel Schmidt
81f3ce12ab Adds TooManyRequestsHttpException for 429 http errors 2014-01-21 16:57:31 -08:00
Daniel Schmidt
87a2b1d6b9 Adds ConflictHttpException for 409 http errors 2014-01-21 16:56:50 -08:00
Daniel Schmidt
8d9c9a3482 Adds NotAcceptableHttpException for 406 Http errors 2014-01-21 16:55:52 -08:00
Daniel Schmidt
c5252f9284 Adds GoneHttpException for 410 http errors 2014-01-21 16:54:23 -08:00
Daniel Schmidt
04743b20a2 Adds UnauthorizedHttpException class for 401 errors 2014-01-21 16:52:16 -08:00
Daniel Schmidt
cbe8b27779 Deletes AccessDeniedHttpException 2014-01-21 16:49:15 -08:00
Daniel Schmidt
31bff3eae5 Renames AccessDeniedHttpException to ForbiddenHttpException as in #2103 2014-01-21 16:48:36 -08:00
Qiang Xue
9aa006e5ea Removed implementation of Arrayable from yii\Object 2014-01-21 16:44:28 -05:00
Carsten Brandt
4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https'
fixes #1585
2014-01-21 19:00:17 +01:00
Luciano Baraglia
701852e95d AccessControl denyCallback call fix 2014-01-20 13:16:41 -03: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
7c98ef591c Fixed type in JsonParser 2014-01-19 14:51:16 -08: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
Alexander Makarov
5d23a066ca Removed unused imports 2014-01-12 23:42:55 +04:00
Qiang Xue
cc636805da Fixes #1894: The path aliases @webroot and @web are now available right after the application is initialized 2014-01-11 22:05:36 -05:00
Qiang Xue
58e847258f Renamed Request::maskedCsrfToken to csrfToken. 2014-01-11 11:49:29 -05:00
Qiang Xue
bdcd995f00 added missing use statement. 2014-01-10 23:05:25 -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
6b770dad6e Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-08 15:27:27 -04:00
Qiang Xue
96fd37de2e Fixes issue #49: finished CAPTCHA feature. 2013-05-08 15:27:06 -04:00
Qiang Xue
01ae015088 Fixes issue #180: DbSession crashes with autoStart 2013-05-08 06:58:34 -04:00
Alexander Kochetov
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
Alexander Kochetov
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
Qiang Xue
dd5969147d move JsExpression to web. 2013-05-07 07:39:24 -04:00
Qiang Xue
d2f35f2062 Fixes issue #124. 2013-05-05 21:02:57 -04:00
Qiang Xue
9880d1fa51 Merge pull request #122 from mynameiszanders/master
Added Newlines
2013-05-05 12:14:14 -07:00
Qiang Xue
9841d6c639 Fixes issue #124. 2013-05-05 15:11:53 -04:00
Zander Baldwin
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
Vladimir Vyachin
b6cee8af88 fix assetconverter file extensions change only first time 2013-05-05 18:21:10 +04:00
Qiang Xue
c91a0f4b26 Fixes issue #105: route var appears twice in the created URL 2013-05-05 10:14:55 -04:00