- 26 Jan, 2015 1 commit
-
-
sadgnome authored
Fixed wrong Content-Length header when sending file using Response::sendContentAsFile().
-
- 24 Jan, 2015 1 commit
-
-
Brandon Kelly authored
Makes it possible for classes that extend yii\web\ErrorHandler to provide their own informational URLs for types/classes/methods.
-
- 18 Jan, 2015 1 commit
-
-
Qiang Xue authored
-
- 13 Jan, 2015 1 commit
-
-
Brandon Kelly authored
- Made yii\web\Request::getQueryParam() and getBodyParam()'s doc blocks more consistent with each other - getQueryParam() was incorrectly stating that if $name was omitted, all of $_GET would be returned (but $name is required)
-
- 05 Jan, 2015 1 commit
-
-
Qiang Xue authored
Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache`
-
- 03 Jan, 2015 1 commit
-
-
DaSourcerer authored
`Content-Transfer-Encoding` is not a valid HTTP header (cf [RFC 7230, section 3.3.1](http://tools.ietf.org/html/rfc7230#section-3.3.1), [RFC 7231, section 8.3](http://tools.ietf.org/html/rfc7231#section-8.3), [IANA Message Header Registry](http://www.iana.org/assignments/message-headers/message-headers.xhtml)). The correct HTTP pendant would be `Transfer-Encoding: identity`, which were entirely bogus.
-
- 01 Jan, 2015 2 commits
-
-
Serge Postrash authored
-
Carsten Brandt authored
fixes #6717
-
- 16 Dec, 2014 2 commits
-
-
Carsten Brandt authored
introduced in https://github.com/yiisoft/yii2/commit/bf206efc66bc47b693271359e433679c1618189b
-
Alexander Makarov authored
Fixes #6427: In case of invalid route web application now throws exception with "Page not found" instead of "Invalid Route"
-
- 04 Dec, 2014 1 commit
-
-
Paul Klimov authored
-
- 03 Dec, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4395: Added `$checkAjax` parameter to `yii\web\Response::redirect()` to support default redirection behavior for AJAX/PJAX requests
-
- 28 Nov, 2014 1 commit
-
-
Qiang Xue authored
Fixes #5480: Added defensive code to `yii\web\User::getIdentity()` to avoid potential infinite recursion
-
- 25 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 16 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 11 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 07 Nov, 2014 2 commits
-
-
Qiang Xue authored
-
Alexander Makarov authored
Fixes #4889: Application was getting into redirect loop when user wasn't allowed accessing login page. Now shows 403
-
- 25 Oct, 2014 2 commits
-
-
Alexander Mohorev authored
-
Alexander Mohorev authored
close #5762
-
- 24 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 22 Oct, 2014 1 commit
-
-
Carsten Brandt authored
-
- 19 Oct, 2014 1 commit
-
-
Alexander Makarov authored
Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()`
-
- 13 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 12 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 11 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 09 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 07 Oct, 2014 2 commits
-
-
Qiang Xue authored
-
Alexander Makarov authored
-
- 02 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 30 Sep, 2014 2 commits
- 28 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 26 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 22 Sep, 2014 2 commits
-
-
Qiang Xue authored
-
Dmitry Kushnikov authored
If you don't want to install command-line utils globally, you have to specify it's paths. public $commands = [ 'styl' => ['css', '@app/node_modules/bin/stylus < {from} > {to}'], ]; close #5130
-
- 19 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 17 Sep, 2014 3 commits
-
-
Carsten Brandt authored
-
Qiang Xue authored
-
Qiang Xue authored
-