Commit Graph

15391 Commits

Author SHA1 Message Date
Alexander Makarov
d549aa39a7 Fixed method name 2014-09-04 20:19:01 +04:00
Alexander Makarov
9c9ce298c7 Merge pull request #4913 from yiisoft/console-help-refactoring
Console help refactoring
2014-09-04 20:09:07 +04:00
Alexander Makarov
da7af42371 Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting 2014-09-04 19:49:18 +04:00
Alexander Makarov
21440d7aed Moved common help parsing code into HelpParser. Action methods now have default implementation. 2014-09-04 19:28:00 +04:00
Paul Klimov
33412c68b2 Merge pull request #4917 from maxxer/fixDoc_security-authorization
Fix typo in security-authorization.md
2014-09-04 12:30:02 +03:00
Lorenzo Milesi
1e344dd99c Fix typo in security-authorization.md 2014-09-04 11:28:00 +02:00
Alexander Makarov
01d2291a81 Reverted accidentally edited HelloController 2014-09-04 12:13:28 +04:00
Alexander Makarov
00ca1cb4b3 Fixes #4914 2014-09-04 03:27:13 +04:00
Alexander Makarov
d44f424858 Fixed getting controller description, refactored a bit more 2014-09-04 03:14:36 +04:00
Alexander Makarov
277d8cbaeb Got rid of console inline action 2014-09-04 03:01:28 +04:00
Alexander Makarov
dbac35b1aa Removed description and help code duplication 2014-09-04 02:38:15 +04:00
Alexander Makarov
d74e89a1ca Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one 2014-09-04 01:27:16 +04:00
Alexander Makarov
3af08064b8 Fixes #4911: Changed callback signature used in yii\base\ArrayableTrait::fields() from function ($field, $model) { to function ($model, $field) { 2014-09-04 00:35:23 +04:00
Qiang Xue
f34b138aab Fixes #4225: Added ActiveForm::validateOnBlur and ActiveField::validateOnBlur 2014-09-03 16:14:54 -04:00
Qiang Xue
212c5ee3ef Fixes #4254: SqlDataProvider does not work with Oracle and SQL Server 2014-09-03 14:42:09 -04:00
Alexander Makarov
85af21c773 Merge pull request #4910 from Quexer69/master
[skip ci] fix link to extension guidlines
2014-09-03 22:24:25 +04:00
Christopher Stebe
aedfd7fc7f fix link to extension guidlines 2014-09-03 20:09:30 +02:00
Qiang Xue
d6fd45079e typo fix. 2014-09-03 12:23:16 -04:00
Qiang Xue
754ad63403 Merge pull request #4759 from mickgeek/apidoc-focus
Remove the focus on the search field
2014-09-03 10:46:47 -04:00
Qiang Xue
62b08a0959 Fixes #4755: yii\test\BaseActiveFixture::unload() does not clean up the internal cached data 2014-09-03 10:21:00 -04:00
Vadim Belorussov
97a6fb3b60 Fixes indents 2014-09-03 10:16:35 -04:00
Vadim Belorussov
d1b4e6c6d2 Fixed #4754 2014-09-03 10:16:34 -04:00
Qiang Xue
46a8e5585b cleaned up the key so that it can be filled up with a random key automatically when installed. 2014-09-03 10:02:31 -04:00
Alexander Makarov
2f64bfbefa Merge pull request #4906 from tebazil/master
[skip ci] Update rest-response-formatting.md (grammar fix)
2014-09-03 14:08:47 +04:00
Vasiliy Baukin
82f3f4dabc Update rest-response-formatting.md
fixed grammar in russian
2014-09-03 13:40:03 +04:00
Qiang Xue
f417f4353c Added yii\composer\Installer::postCreateProject() and modified the syntax of calling installer methods in composer.json [skip ci] 2014-09-02 23:17:50 -04:00
Qiang Xue
3ad86bf9a1 new asset WIP [skip ci] 2014-09-02 17:03:19 -04:00
Qiang Xue
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
Qiang Xue
9f408af930 updated README.md [skip ci] 2014-09-01 14:37:13 -04:00
ItsReddi
8e1d63e4cb Fixes #4893: Added note about cookieValidationKey and console application to UPGRADE
Added note to config change

To get rid of confusions and errors. related to https://github.com/yiisoft/yii2/issues/4893
2014-09-01 18:40:48 +04:00
Qiang Xue
c8079ed22c Merge pull request #4891 from Ragazzo/faker_console_controller_adjustments
Faker console controller adjustments
2014-09-01 10:30:20 -04:00
Mark
da261afd9f docs fix 2014-09-01 18:28:17 +04:00
Mark
18524631d9 fixed docs 2014-09-01 18:26:44 +04:00
Mark
b8ce6ff6a0 removed unneeded comment 2014-09-01 18:03:33 +04:00
Mark
615e1030e6 fixed docs 2014-09-01 18:01:57 +04:00
Mark
ff3506aeab fixed docs 2014-09-01 17:36:06 +04:00
Mark
2410766f9f tests added for faker fixture controller 2014-09-01 17:33:15 +04:00
Mark
2271297d92 adjusted faker fixture controller 2014-09-01 17:32:39 +04:00
Mark
ff80968387 cache controller adjustments and improvements
related to #4792, close #4874
2014-09-01 13:07:56 +02:00
Carsten Brandt
92b958cd33 fixed return value of yii\web\Request::getPrefferedLanguage
ensure it is one of the input values

fixes #4880
2014-09-01 12:46:38 +02:00
Carsten Brandt
355fd32107 Update README.md 2014-09-01 11:36:57 +02:00
Alexander Makarov
aad538e890 Merge pull request #4888 from prosophist/translation-rest-response-formatting
[skip ci] Translation of rest-response-formatting.md
2014-09-01 12:43:24 +04:00
Dmitry Korolev
bef6a759c7 another small translation fixes 2014-09-01 11:33:15 +04:00
Paul Klimov
af8767b81b Merge pull request #4887 from yupe/master
fix translation errors
2014-09-01 10:32:51 +03:00
yupe
80edc70d62 fix russian translation errors 2014-09-01 10:17:57 +04:00
yupe
964b8bc435 fix translation errors 2014-09-01 09:43:54 +04:00
yupe
f1c07e8049 fix translation errors 2014-09-01 09:40:27 +04:00
Qiang Xue
6879db3f3b typo fixes [skip ci] 2014-08-31 10:19:29 -04:00
Qiang Xue
4ad71723b9 Merge pull request #4877 from freetuts/master
Fixes typos in security-passwords.md
2014-08-31 10:01:43 -04:00
Dmitry Korolev
ede4d8ee5f small translation fixes 2014-08-31 15:18:15 +04:00