Commit Graph

15402 Commits

Author SHA1 Message Date
Nobuo Kihara
e210ab3f70 docs/guide-ja/README.md - revised using "初期設定" and "設定情報" for "configuration(s)" [ci skip] 2014-11-28 20:16:28 +09:00
Carsten Brandt
ae1bd39377 adjusted missing return for fix #6263 2014-11-28 06:30:11 +01:00
Qiang Xue
9ae538e602 Fixed doc [skip ci] 2014-11-27 22:03:31 -05:00
Qiang Xue
0c599b1ee1 Fixes #5480: Added defensive code to yii\web\User::getIdentity() to avoid potential infinite recursion 2014-11-27 21:55:28 -05:00
Christopher Vrooman
333a493b74 Update output-formatter.md
MInor syntax changes.
2014-11-27 21:04:51 -03:00
Alexander Makarov
074425dc1f Merge pull request #6287 from cdvrooman/patch-29
[skip ci] Update input-file-upload.md
2014-11-28 03:04:43 +03:00
Christopher Vrooman
dac2ca3a33 Update input-file-upload.md
Minor syntax changes.
2014-11-27 20:46:05 -03:00
Alexander Makarov
740ed0a16a Merge pull request #6286 from cdvrooman/patch-28
[skip ci] Update input-validation.md
2014-11-28 02:41:57 +03:00
Christopher Vrooman
9bbc0747a8 Update input-validation.md
Minor syntax changes.
2014-11-27 20:26:53 -03:00
Alexander Makarov
f784fd3232 Merge pull request #6284 from cdvrooman/patch-27
[skip ci] Update input-forms.md
2014-11-28 00:58:02 +03:00
Christopher Vrooman
4a65f58edf Update input-forms.md
Minor syntax changes.
2014-11-27 18:36:27 -03:00
Alexander Makarov
19af264530 Enh: yii fixture command now offers help if no arguments are provided instead of crashing 2014-11-28 00:32:38 +03:00
Carsten Brandt
7325fdd7ed better fix for #5448 not using customized DateTime class
fixes #6263 and has no problem with PHP Bug:

> it is a PHP bug: https://bugs.php.net/bug.php?id=45543
> Fixed in this commit: php/php-src@22dba2f#diff-7b738accc3d60f74c259da18588ddc5dL2996
>
> Fixed in PHP >5.4.26 and >5.5.10. http://3v4l.org/mlZX7
2014-11-27 21:55:33 +01:00
Alexander Makarov
91ce12b0c8 Merge pull request #6282 from larnu/patch-1
Update runtime-routing.md [skip ci]
2014-11-27 23:21:12 +03:00
larnu
f15eeb09b6 Update runtime-routing.md
Shouldn't showScriptName be false to hide entry script name?
2014-11-27 20:40:14 +01:00
Alexander Makarov
ebdd56f0db Changed #4277 behavior 2014-11-27 20:42:31 +03:00
Carsten Brandt
41fca90cce split formatter test 2014-11-27 18:25:48 +01:00
Carsten Brandt
8b79293ff2 added missing @since annotations 2014-11-27 18:11:14 +01:00
Alexander Makarov
7b20bdeeb2 Fixes #6279: yii\db\Schema::getLastInsertID() was passing wrong default schema name to PDO 2014-11-27 16:51:29 +03:00
Alexander Makarov
e41d670ab0 Fixed phpdoc 2014-11-27 16:30:06 +03:00
Alexander Makarov
992db0efef apidoc minor fixes: phpdoc, use statements, comments 2014-11-27 15:15:32 +03:00
Anton Andersen
6c88467ac4 Fixes #6103: Improved codeception config in app templates to ease testing of advanced app on multiple hosts 2014-11-27 14:02:04 +03:00
Alexander Makarov
af50f5a290 Fixes #4277: yii\grid\GridView is no longer throwing an exception in non-debug mode when results are empty and columns aren't defined 2014-11-27 13:47:40 +03:00
Alexander Makarov
5d7b70da5f Adjusted #3305: MigrateController::refreshSchema() is no more called automatically 2014-11-27 11:54:30 +03:00
Alexander Makarov
7c5938f902 #4791: Added more colors to yii migrate command 2014-11-27 04:03:33 +03:00
Alexander Makarov
338b334254 Improved console controller tests 2014-11-27 03:39:00 +03:00
Alexander Makarov
3c70d3c317 Fixes #3305: yii migrate now automatically flushes DB schema cache after successful migration 2014-11-27 03:38:25 +03:00
Alexander Makarov
eaf8ece568 Fixes #5627: Added yii cache/flush-schema console command to flush DB schema cache of a given database connection 2014-11-27 03:06:24 +03:00
Alexander Makarov
89d1dde9df Edited Russian translation of Responses 2014-11-27 01:13:48 +03:00
Vadim Belorussov
a24cab5412 Translated guide/runtime-responses.md into Russian 2014-11-27 00:32:21 +03:00
wenbin1989
402d58cfd8 Fixes #6081: yii\rbac\DbManager::getChildren() was not quoting column name properly 2014-11-27 00:28:55 +03:00
Alexander Makarov
de8adda565 Fixes #5748: Smarty {path was generating absolute URLs instead of relative ones 2014-11-27 00:16:26 +03:00
Alexander Makarov
6c1bad64c9 Fixes #6053: updated docs to match composer.json of advanced app 2014-11-27 00:07:52 +03:00
Alexander Makarov
c2ef433ef9 Fixes #4146: Added yii\bootstrap\ButtonDropdown::$containerOptions 2014-11-26 23:41:36 +03:00
Alexander Makarov
e6450be665 Fixes #6150: yii\bootstrap\Tabs dropdown IDs were generated incorrectly 2014-11-26 22:22:53 +03:00
Andrey Grachov
25a7c84ef2 Fixes #6271: Query caching returns the same data when running the same SQL with different fetch modes 2014-11-26 11:10:55 -05:00
Qiang Xue
2a0797dd23 Fixes #6266: Clicking on reset button does not hide error summary when using ActiveForm 2014-11-26 11:06:26 -05:00
Qiang Xue
e4bcf3ad28 Merge pull request #6270 from davidsonalencar/guide-en
Update guides
2014-11-26 10:53:59 -05:00
root
ae6f148103 docs/guide/intro-upgrade-from-v1.md - fixed incorrect links 2014-11-26 14:33:53 -02:00
root
1974a5c785 docs/guide/structure-application-components.md - fixed incorrect links 2014-11-26 14:33:40 -02:00
root
3af1e27f13 docs/guide-pt-BR/structure-application-components.md - fixed incorrect links 2014-11-26 14:30:18 -02:00
Qiang Xue
f509ed2448 Fixes #6236: No JS scripts should be registered when yii\widgets\ActiveForm::enableClientScript is false 2014-11-26 10:52:10 -05:00
Alexander Makarov
0d671ebf1d Fixes #6264: added installation instructions to jUI guide 2014-11-26 16:39:20 +03:00
Alexander Makarov
86d0d1b0f0 Adjsuted Russian translation file name to match original 2014-11-26 14:29:10 +03:00
Carsten Brandt
2052d66712 Merge pull request #6250 from davidsonalencar/guide-en
docs/guide/structure-applications.md - fixed link reference
2014-11-26 12:22:38 +01:00
Alexander Makarov
5347bf7682 Merge pull request #6262 from softark/docs-guide-ja-2014-11-26
docs/guide-ja/* updated following the changes in docs/guide/* [ci skip]
2014-11-26 13:49:25 +03:00
Nobuo Kihara
0913ee4b24 docs/guide-ja/* updated 2014-11-26 19:43:47 +09:00
Alexander Makarov
36ab36c193 Merge pull request #6258 from xskiner/patch-1
[ci skip] Update tutorial-advanced-app.md
2014-11-26 11:56:53 +03:00
Ruslan Tabacuk
b73a9a70bc Update tutorial-advanced-app.md
`..init --env=Production overwrite=All` dont not work on interactive mode but `init --env=Production --overwrite=All` works fine.
2014-11-26 10:52:18 +02:00
Alexander Makarov
76c29734c2 Merge pull request #6251 from davidsonalencar/guide-pt-BR
[ci skip] docs/guide-pt-BR/structure-applications.md - typo/fixed
2014-11-26 11:52:14 +03:00