Commit Graph

4880 Commits

Author SHA1 Message Date
Paul Klimov
dcf8f450f5 AssetController adjusting URLs at same line has been fixed. 2014-01-21 12:45:56 +02:00
Paul Klimov
0a3c6c95c2 Merge pull request #2076 from kate-kate/mongo-fixture
active fixture for mongodb extension
2014-01-21 01:51:42 -08:00
kate-kate
3986e11585 data file removed 2014-01-21 11:35:22 +02:00
kate-kate
d28812e725 Merge branch 'master' into mongo-fixture 2014-01-21 11:34:20 +02:00
Jacob Morrison
d7b2097775 Simplify apidoc to allow for custom renderers via ext 2014-01-20 21:02:16 -08:00
Qiang Xue
b85142a418 Update report-an-issue.md 2014-01-20 21:36:32 -05:00
Qiang Xue
e8cb81b6d9 Update report-an-issue.md 2014-01-20 21:32:41 -05:00
Qiang Xue
d69f68c427 Update report-an-issue.md 2014-01-20 21:31:22 -05:00
Qiang Xue
3cc7fcb510 refactored fixture. 2014-01-20 20:11:29 -05:00
kate-kate
d5d810dd86 local data variable and some code style fixation 2014-01-21 00:54:55 +02:00
kate-kate
0d35c269fe using batchInsert 2014-01-20 20:02:51 +02:00
Alexander Makarov
5c3bd6ab72 Merge pull request #2077 from lucianobaraglia/authorization-doc-update
Authorization doc match callback example
2014-01-20 09:06:56 -08:00
kate-kate
a4b6eeca7e refactoring according to the new version 2014-01-20 19:03:44 +02:00
Luciano Baraglia
e64e35fb99 Authorization doc match callback example 2014-01-20 14:03:07 -03:00
Qiang Xue
362ade63ed fixed test break. 2014-01-20 11:52:50 -05:00
kate-kate
719a721ebe active fixture for mongodb extension 2014-01-20 18:50:38 +02:00
Qiang Xue
65774b2825 Merge pull request #2075 from lucianobaraglia/2036-deny-callback-call
AccessControl denyCallback call fix - #2036
2014-01-20 08:27:02 -08: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
Paul Klimov
3a75c69b28 Merge branch 'master' of github.com:yiisoft/yii2 2014-01-20 16:16:17 +02:00
Paul Klimov
1fd7dc66c5 Unit test for AssetController has been fixed. 2014-01-20 16:14:46 +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
Alexander Makarov
b44d0eb6dc Docs: typo fixes, updated behaviors chapter 2014-01-20 11:31:40 +04: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
Qiang Xue
12eca516e1 Merge pull request #2065 from cebe/json-request
added support to parse json request to Request::getRestParams()
2014-01-19 13:13:57 -08:00
Carsten Brandt
7ae8b8b50f added support to parse json request to Request::getRestParams() 2014-01-19 20:52:58 +01:00
Alexander Makarov
2be2e458c2 Added missing link to basics doc 2014-01-19 22:15:24 +04: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
Qiang Xue
4c2aaee44a Merge pull request #2061 from lucianobaraglia/some-codestyle-fixes
Some codestyle fixes
2014-01-19 08:57:01 -08:00
Luciano Baraglia
fe3ff6dd99 Missing codestyle fix 2014-01-19 13:39:07 -03:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Carsten Brandt
ab882a3c00 code style 2014-01-19 17:00:14 +01:00
Alexander Makarov
f3b76c410e Added info about using debug module with enableStrictParsing enabled 2014-01-19 18:54:48 +04:00
Alexander Makarov
c978b9c25e Merge pull request #2057 from creocoder/auto-timestamp-field-renaming
AutoTimestamp field renaming
2014-01-19 02:13:10 -08:00
Alexander Kochetov
fe6d897f0e CHANGELOG typo fix 2014-01-19 14:07:02 +04:00
Alexander Kochetov
1b0ed00f40 CHANGELOG 2014-01-19 14:06:11 +04:00
Alexander Makarov
04b6baa827 Added hints for defining AR relations to docs 2014-01-19 13:56:59 +04:00
Alexander Kochetov
0ec5643ce3 Unit tests updated 2014-01-19 13:51:56 +04:00