Andrew Nester
ab25b8a358
10218 - Fix for session regenerate id issue that occured after user logged out #10218
2016-01-19 13:02:43 +03:00
Klimov Paul
57ab949be5
Response::redirect() uses 200 status code if 'X-Ie-Redirect-Compatibility' header sent
2016-01-08 16:32:09 +02:00
SilverFire - Dmitry Naumenko
019587e544
yii\web\Response - fixed comparation bug introduced in #9670
2016-01-08 14:44:35 +02:00
Dmitry Naumenko
0611ead043
Merge pull request #10483 from SilverFire/9670-ie-redirect
...
Bug #9670 : Fixed PJAX redirect in IE
2015-12-31 10:33:17 +02:00
Dmitry Naumenko
f29ba78a8f
Merge pull request #10395 from AnatolyRugalev/issue-10255
...
Added warning to session component initialization
2015-12-26 10:33:56 +02:00
SilverFire - Dmitry Naumenko
dc93ec3812
Bug #9670 : Fixed PJAX redirect in IE
2015-12-26 10:19:22 +02:00
SilverFire - Dmitry Naumenko
67cc16a07d
AssetManager::publishDirectory - removed redundant is_dir check
2015-12-20 18:17:09 +02:00
SilverFire - Dmitry Naumenko
01a6235059
#9333 : Fixed AssetManager to publish bundles using symlink with nested directories in hash
...
Closes #9333
2015-12-20 16:24:40 +02:00
AnatolyRugalev
c39c0b3ddd
returned shutdown handler to it's original place
2015-12-18 17:28:58 +05:00
Evgeniy Tkachenko
ce94928a2c
Enhancement to phpDoc of AssetManager
2015-12-18 10:21:34 +03:00
Carsten Brandt
d9f8933737
added prettyPrint option to JsonResponseFormatter
...
fixes #9762
close #10412
2015-12-18 02:42:59 +01:00
kidol
603092db28
\yii\web\Response::sendHeaders() does not send status header last
...
to avoid php magic about Location: header to take effect.
Fixes #9412
close #9485
2015-12-17 06:13:41 +01:00
AnatolyRugalev
84702f1e6f
1. Added init() warning to session component
...
2. register_shutdown_function() for Session::close now only calls after successful session open
2015-12-15 12:12:27 +05:00
Ruslan Bat
4a1a0fb4d8
FIX rule for camelCase controllerName
...
<controller:\w+>s
if use this variant of rule you cant get controller with camelCase name as camel-case
2015-12-09 23:57:01 +02:00
Dmitry Naumenko
ccaa6efdc7
Merge pull request #9472 from schojniak/GroupUrlRule
...
GroupUrlRule: if $this->routePrefix is unset then only one trim is called
2015-12-05 21:26:12 +02:00
SilverFire - Dmitry Naumenko
cd87d67f34
Global DOCS update: ~~~ replaced with ```
2015-12-02 23:15:28 +02:00
Alexander Makarov
45432cc653
#9528 : added missing data provider for JSON formatter test, added changelog and upgrade note, added @since tag to new property
2015-11-25 05:52:15 +03:00
MaXL
4f81b4a99d
Fixes #9528 : Traversable objects are now formatted as arrays in yii\web\XmlResponseFormatter to support SPL objects and Generators
2015-11-25 05:51:12 +03:00
SilverFire - Dmitry Naumenko
7ac2bc13f7
Overrides c651dbb7. yii\web\ErrorHandler::loggableGlobals renamed to displayVars
2015-11-22 17:47:48 +02:00
SilverFire - Dmitry Naumenko
c651dbb798
Added yii\web\ErrorHandler::loggableGlobals, removed $_ENV and $_SERVER from dumping by default
2015-11-22 17:14:16 +02:00
Mehdi Achour
faa7a731c7
#10158 : Remove defer attribute value from test case
...
Also fixed the CHANGELOG.md entry positionning
2015-11-19 13:05:13 +01:00
SilverFire - Dima Naumenko
ac7b0ef6ff
ErrorHandler - hardcoded UTF-8 in mb_* functions
...
As `Yii::$app` may be not initialized on the moment of error,
decided to hardcode UTF-8.
PR #10169
2015-11-17 14:18:26 +02:00
Mehdi Achour
06d499ab02
#10158 : Accept arrays for 'js' as well
...
Also applied @samdark comments on array testing
2015-11-17 10:55:05 +01:00
SilverFire - Dima Naumenko
a6e1ba2cf6
Fixed mb_ functions calls to use UTF-8 or app charset
2015-11-17 09:02:22 +02:00
Mehdi Achour
cf01d5ff92
Use PHP type casting instead of ArrayHelper
2015-11-16 18:16:29 +01:00
Mehdi Achour
5619e98eda
Allow setting css options per CSS file in AssetBundle::, fixes #10158
2015-11-16 15:12:14 +01:00
SilverFire - Dima Naumenko
e3c49f243c
UrlRule::placeholders, UrlRule::substitutePlaceholderNames are now protected. Updated PHPDoc and UPDATE.md
2015-11-09 19:22:51 +02:00
SilverFire - Dima Naumenko
289b051c4a
Bug #9999 : Fixed yii\web\UrlRule to allow route parameter names with -, _, .characters
2015-10-31 09:45:53 +02:00
Alexander Makarov
fe4cbd30d6
Fixes #9803 : Added option to register asset with scheme (reverted from commit 57dc8540fd)
2015-10-29 12:38:42 +03:00
Nikita Verkhovin
57dc8540fd
Fixes #9803 : Added option to register asset with scheme
2015-10-28 14:08:56 +03:00
kidol
4bc2eb7945
Fixes controller DI
2015-10-12 15:52:19 +02:00
Alexander Makarov
8260cfa4ea
Compare with null instead of isset
2015-10-10 01:12:59 +03:00
Alexander Makarov
5ab4f0f090
Better quotes usage in strings
...
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
2015-10-10 00:23:52 +03:00
nainoon
3a313ac652
Fixes #9874 : Fixed outputting exception stacktrace in non-debug mode when Response::FORMAT_RAW is used
2015-10-09 23:41:15 +03:00
Alexander Makarov
0712bad090
Fixes #9846 : Fixed yii\web\User::loginRequired() should throw 401 not 403 (reverted from commit 4e715f9d65)
...
See https://github.com/yiisoft/yii2/issues/9846#issuecomment-146891825
2015-10-09 22:13:39 +03:00
spikyjt@gmail.com
4e715f9d65
Fixes #9846 : Fixed yii\web\User::loginRequired() should throw 401 not 403
2015-10-07 18:16:42 +03:00
jeicd
c2f83da8d8
Fix phpdoc
2015-10-05 15:00:13 +06:00
jeicd
0407407b76
fix coding style to follow PSR-2
2015-10-05 13:58:47 +06:00
Alexander Makarov
fbe5bb7d20
Fixed generation of canonical URLs for ViewAction pages
2015-10-03 17:58:38 +03:00
Kevin LEVRON
bc543db206
fix doc
2015-09-28 15:25:29 +02:00
Alexander Makarov
3b140d9eff
Merge branch 'master' into json-error-response
...
# Conflicts:
# framework/CHANGELOG.md
2015-09-27 19:47:14 +03:00
mdmunir
b7020065c8
Fixes #9476 : Added DI injection via controller action method signature
2015-09-27 19:35:43 +03:00
Carsten Brandt
73d6f32234
fixed name conflict between class and file name for UnprocessableEntityHttpException
...
pr #9733
2015-09-27 09:54:53 +02:00
Alexander Makarov
a8329c837a
Merge branch '2103' of https://github.com/janfrs/yii2 into janfrs-2103
2015-09-27 10:42:58 +03:00
Boudewijn Vahrmeijer
dd818e17df
Fixes #9754 : Fixed \yii\web\Request error when path info is empty
2015-09-23 15:06:23 +03:00
janfrs
194b80b00e
Fix comment msg UnprocessableEntity #2106
2015-09-20 22:28:25 -03:00
janfrs
07199cbf61
Change to since 2.0.7 on UnprocessableEntity #2106
...
Thanks to @Renkas for noticing
2015-09-20 15:18:52 -03:00
janfrs
7562fe940e
Add Unprocessable Entity Exception as in #2106
2015-09-19 17:05:28 -03:00
bpteam
703f374a85
Fixes #9596 : Fixed \yii\web\UrlManager::createAbsoluteUrl(['site/index', '#' => 'testHash']) losing hash
2015-09-05 11:40:45 +03:00
Carsten Brandt
5a069d1a3c
Fixed inappropriate error response on invalid JSON request
...
Current API responds to invalid JSON with:
```json
HTTP/1.1 400 Bad Request
Content-Type: application/json; charset=UTF-8
...
{"name":"Bad Request","message":"Invalid JSON data in request body: Syntax error.","code":0,"status":400,"previous":{"name":"Internal Server Error","message":"There was an error at the server.","code":0,"status":500}}
```
While it should be
```json
HTTP/1.1 400 Bad Request
Content-Type: application/json; charset=UTF-8
...
{"name":"Bad Request","message":"Invalid JSON data in request body: Syntax error.","code":0,"status":400}
```
2015-09-02 23:10:38 +02:00