kumorig
1c882a79e4
PHPDocs: "app\models" changed to "common\models"
2014-01-21 23:10:41 +09:00
Qiang Xue
f82ecad658
Added doc.
2014-01-21 09:07:11 -05:00
Carsten Brandt
0d669f5e6b
refactored params methods in Request
...
issue #2043
2014-01-21 15:04:43 +01:00
Qiang Xue
6ec427c994
Merge pull request #2092 from kumorig/patch-2
...
PHPDocs: "app\models" changed to "common\models"
2014-01-21 06:01:36 -08:00
kumorig
dcb174e39f
PHPDocs: "app\models" changed to "common\models"
...
Just a minor PHPDocs change. In the advanced application there is no such thing as "app\models".
2014-01-21 22:55:08 +09: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
586803da82
Merge branch 'master' of github.com:yiisoft/yii2
2014-01-21 12:46:15 +02:00
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
Klimov Paul
fb125b9ffc
Merge branch 'master' of github.com:yiisoft/yii2
2014-01-20 19:57:31 +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
John Was
6a84bfffba
refactored flag names
2014-01-20 12:27:53 +01:00
John Was
86b4c4ee0a
improved comments, method visiblity and exceptions
2014-01-20 12:24:59 +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