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
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
4fe0eeb1b6
refacotring.
2014-01-21 19:12:10 -05:00
Alexander Makarov
b95fcf442d
Removed unused import
2014-01-22 03:32:49 +04:00
Alexander Makarov
05db070b32
Adjusted #2008
2014-01-22 03:31:22 +04:00
Alexander Makarov
583c56d9e0
Updated changelog
2014-01-22 03:15:31 +04:00
Alexander Makarov
ec1c85bb34
Merge pull request #2008 from kate-kate/db-message-command
...
added possibility to save messages to be translated
2014-01-21 15:11:24 -08:00
Alexander Makarov
4a837debb3
Merge branch 'master'
2014-01-22 03:06:43 +04:00
Alexander Makarov
76705b4319
Merge branch 'master'
...
Conflicts:
tests/unit/data/ar/elasticsearch/Customer.php
2014-01-22 03:06:21 +04: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
Carsten Brandt
f112cc633b
allow installing jQuery 1.10 for IE support
...
fixes #1905
2014-01-21 17:54:10 +01:00
Carsten Brandt
b8558a860a
fixed migrate command output
2014-01-21 17:09:29 +01:00
Paul Klimov
ca778336f2
Issues #1265 #2084 added to CHANGELOG
2014-01-21 17:13:01 +02:00
Paul Klimov
b7be79b5d7
AssetController default 'cssCompressor' value changed to enforce type css.
2014-01-21 17:09:01 +02:00
Paul Klimov
b6eba6583a
AssetController config template adjusted.
2014-01-21 16:58:10 +02:00
Qiang Xue
5b3fa9f5ba
Fixes #2091 : QueryBuilder::buildInCondition() fails to handle array not starting with index 0
2014-01-21 08:52:36 -05:00
Qiang Xue
dd4e53e69f
Merge pull request #2090 from lucianobaraglia/2087-pgsql-schema-quoted-indexes
...
Fix for #2087
2014-01-21 05:38:25 -08:00
Alexander Makarov
4b7c879c6d
Defined STDOUT in entry scripts in case console application is running via CGI
2014-01-21 17:32:27 +04:00
Luciano Baraglia
13aa88bc5b
Fix for #2087
2014-01-21 09:28:41 -03:00
Paul Klimov
dcf8f450f5
AssetController adjusting URLs at same line has been fixed.
2014-01-21 12:45:56 +02:00
Qiang Xue
3cc7fcb510
refactored fixture.
2014-01-20 20:11:29 -05:00
Qiang Xue
362ade63ed
fixed test break.
2014-01-20 11:52:50 -05:00
Luciano Baraglia
701852e95d
AccessControl denyCallback call fix
2014-01-20 13:16:41 -03:00
Paul Klimov
1181b7b965
AssetController has been fixed to override 'js' and 'css' for compressed bundles.
2014-01-20 17:05:58 +02:00
Carsten Brandt
65179b100a
code style in fixtures
2014-01-20 14:51:04 +01:00
Carsten Brandt
ed14eaaae5
added docs about # link to sort and paginiation
...
fixes #2072
2014-01-20 14:33:04 +01:00
Alexander Makarov
86933cd745
Fixed hash doc for pagination
2014-01-20 17:15:40 +04:00
Alexander Makarov
26514419cc
Added note about hash to Pagination::$params phpdoc
2014-01-20 16:39:25 +04: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
Carsten Brandt
8a94eb1ff2
Merge PR #2066 branch '2043-add-support-for-custom-request-parsers' of https://github.com/danschmidt5189/yii2
...
* '2043-add-support-for-custom-request-parsers' of https://github.com/danschmidt5189/yii2 :
Fixed type in JsonParser
Tabs vs. spaces
Added support for custom web\Request parsers (#2043 )
Adds customizable parsing functionality to the web\Request class (Issue #2043 )
2014-01-20 11:45:21 +01:00
Qiang Xue
b496a04f49
refactored fixture feature.
2014-01-19 23:17:53 -05: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
00785d38c0
Added support for custom web\Request parsers ( #2043 )
2014-01-19 14:45:23 -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
Qiang Xue
75ee05b90e
more null fixes.
2014-01-19 12:23:32 -05:00
Luciano Baraglia
7d33a5d3b5
Some Code style fixes
2014-01-19 13:35:36 -03:00