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 |
|
Carsten Brandt
|
8ca18e4c43
|
Merge pull request #6178 from yiisoft/date-timezone-issue
[WIP] first draft of a fix for #5448
|
2014-11-26 03:05:39 +01:00 |
|
Davidson Alencar
|
0d83d17100
|
docs/guide-pt-BR/structure-application-components.md - typo
|
2014-11-25 23:21:50 -02:00 |
|
Davidson Alencar
|
766c110bac
|
docs/guide-pt-BR/structure-applications.md - typo/fixed
|
2014-11-25 23:11:56 -02:00 |
|
Davidson Alencar
|
03a6707f8a
|
docs/guide/structure-applications.md - fixed link reference
|
2014-11-25 23:10:05 -02:00 |
|
Carsten Brandt
|
4bc487ecbd
|
fixed typos
|
2014-11-26 02:00:50 +01:00 |
|
Carsten Brandt
|
6a8f4b0e50
|
fixed date formatter to display date-only values correctly
fixes #5448
|
2014-11-26 01:54:58 +01:00 |
|
Paul Klimov
|
745eae7d79
|
Merge pull request #6246 from ancifer/master
Update start-installation.md
|
2014-11-25 22:34:25 +02:00 |
|
ancifer
|
4dc0e9f01a
|
Update start-installation.md
|
2014-11-25 22:52:05 +03:00 |
|
Carsten Brandt
|
40cb3ea807
|
Merge pull request #6243 from davidsonalencar/guide-en
docs/guide/start-installation.md - fixed link reference
|
2014-11-25 19:12:35 +01:00 |
|
Carsten Brandt
|
942d5f8ea0
|
Merge pull request #6241 from softark/docs-internals-ja-2014-11-25
docs/internals-ja/view-code-style.md -added [ci skip]
|
2014-11-25 19:10:39 +01:00 |
|
Carsten Brandt
|
f4b566ea54
|
Merge pull request #6240 from softark/docs-internals-fix-2014-11-25
docs/internals/automation.md - small change [ci skip]
|
2014-11-25 19:09:39 +01:00 |
|