16158 Commits

Author SHA1 Message Date
38e97c0fa7 Update .travis.yml 2017-01-18 02:18:31 +01:00
5fb3368506 Update .travis.yml 2017-01-18 01:17:55 +01:00
b26fad7258 travis_retry for mysql
maybe the server is not yet up at this point?

https://github.com/yiisoft/yii2/issues/13284
2017-01-18 00:02:00 +01:00
97171a0db7 Fixes #13401: Fixed lack of escaping of request dump at exception screens 2017-01-18 01:05:50 +03:00
862a5dd6b7 Added support for field yii\console\controllers\BaseMigrateController::$migrationNamespaces setup from CLI 2017-01-16 16:48:44 +02:00
913b51b0b9 Adjusted changelog
See 3692941ead (commitcomment-20490835)
2017-01-16 17:40:41 +03:00
1708f38b13 docs/guide-ja some files updated [ci skip] (#13396) 2017-01-16 17:27:14 +03:00
c1c11d06ae Revert "Fixed some comment issues (#13392) [skip ci]"
This reverts commit 652d05f0b8c4defa4f1bae29679322e3fbad1c0c.

`@property` comments are used to document the property that is
defined by a getter/setter if the method description does not fit.
2017-01-16 00:00:29 +01:00
3692941ead Fixes #11464: Foreign key name is not provided by schema 2017-01-16 00:27:20 +03:00
9ec4799951 Merge pull request #13114 from yiisoft/fix-numbervalidator-comma-decimal-separator
Fixes incorrect behavior of `yii\validation\NumberValidator` when used with locales where decimal separator is comma
2017-01-16 00:20:37 +03:00
3f66f1907f Removed unused method 2017-01-16 00:08:28 +03:00
ebe30bd5ee Exposed number normalization as StringHelper::normalizeNumber() 2017-01-15 22:46:25 +03:00
eee7b9663c Merge branch 'master' into fix-numbervalidator-comma-decimal-separator 2017-01-15 22:41:09 +03:00
3a1cd7f3aa Fixes #13287: Fixed translating "and" separator in UniqueValidator error message 2017-01-15 22:05:45 +03:00
3ea671454c Fixes #12133: Fixed getDbTargets() function in yii\log\migrations\m141106_185632_log_init that would create a log table correctly 2017-01-15 21:53:36 +03:00
Hao
652d05f0b8 Fixed some comment issues (#13392) [skip ci] 2017-01-15 21:39:12 +03:00
21eff20fcf Fixed typos in docs/internals/core-code-style (#13391) [skip ci] 2017-01-15 17:01:37 +03:00
96069b341a fixed some links in doc (#13390) 2017-01-14 21:37:31 +01:00
442ac040cc Used is_subclass_of() as suggested by @SamMousa
3946ac0dab (commitcomment-20466575)
2017-01-14 13:22:13 +03:00
4c2e5119b6 Fixes #13387: Extracted "Custom validator for multiple attributes" into community cookbook 2017-01-14 13:09:49 +03:00
bd87be990f Updated travis config to build only on master branches
Closes #13345
2017-01-14 11:56:39 +02:00
43de339a72 Reordered CHANGELOG 2017-01-14 11:53:02 +02:00
8cce2027ad Merge branch 'nowm-13309-incorrect-console-width-height' 2017-01-14 11:49:38 +02:00
fc00e60ade Incorrect console width/height detecting with using Stty on Mac
Fixes #13309
2017-01-14 11:49:13 +02:00
0efed3f2b0 Fixed wrong background color generation in BaseConsole::renderColoredString()
Fixes #13326
2017-01-14 11:42:33 +02:00
6a8b22f87a Fixed typos in guide-ru/db-migrations 2017-01-14 10:24:35 +02:00
d4ac47abe7 Added yii\validators\EachValidator::$stopOnFirstError allowing addition of more than one error 2017-01-13 17:59:10 +02:00
b93856cdfd Unit test for yii\caching\DbDependency added 2017-01-13 12:16:37 +02:00
3946ac0dab Added yii\widgets\InputWidget::$field field, allowing access to the related yii\widget\ActiveField instance 2017-01-13 11:36:33 +02:00
25a7ed60e7 Docs about namespaced migrations fixed 2017-01-10 14:22:50 +02:00
6d277ddafb Tests for create URLs with multiple domain rules. (#13351) 2017-01-08 21:58:33 +03:00
7c98000391 Update Controller.php 2017-01-07 21:15:30 +01:00
3050dedded Update BaseConsole.php 2017-01-07 21:13:02 +01:00
92270bcd24 docs/guide-ja updated [skip ci] (#13342)
* docs/guide-ja/caching-data.md updated

* docs/guide-ja/caching-fragment.md updated

* docs/guide-ja/concept-configurations.md updated

* WIP

* docs/guide-ja/concept-di-container.md updated

* docs/guide-ja/db-active-record.md updating WIP

* docs/guide-ja/db-active-record.md updated

* docs/guide-ja updating (WIP) [skip ci]
2017-01-07 20:05:18 +03:00
b113ad460a Docs about cache key limitation (#13341) [skip ci] 2017-01-07 17:48:00 +03:00
fe14834294 Merge pull request #13339 from yiijan/docs-softark-fix-2017-01
docs/guide/db-migrations.md readability improved [skip ci]
2017-01-07 09:55:25 +02:00
11f8078ec4 docs/guide/db-migrations.md readability improved [skip ci] 2017-01-07 10:43:27 +09:00
30cb2454ea Japanese documentation updates (#13337) [skip ci] 2017-01-06 20:56:24 +03:00
8e12383048 docs/guide/db-active-record.md typo fix (#13335) [skip ci] 2017-01-06 16:27:36 +03:00
4f59ec2f5b Update concept-di-container.md 2017-01-06 13:57:49 +01:00
b37598d0ee docs/guide/concept-di-container.md typo fix (#13331) [skip ci] 2017-01-06 08:14:20 +03:00
0a978f9d1e Fix fetching schema information for pgsql when PDO::ATTR_CASE is set 2017-01-05 17:54:37 +02:00
1bcdcdefc8 fixes typos in docs/guide/concept-di-container.md [ci skip] (#13330) 2017-01-05 18:41:18 +03:00
a232c74e3b Added small specification to result of conversion object to array (#13329) [skip ci] 2017-01-05 14:31:54 +03:00
e05a883fdf ja message file updated (#13325) [skip ci] 2017-01-04 17:25:59 +03:00
6aa80cc9f5 Slovak translation updated (#13324) [skip ci] 2017-01-04 17:25:34 +03:00
a2dc34d84d Update id (Indonesian) messages, add translation (#13322) [skip ci] 2017-01-04 12:31:54 +08:00
1e513a91d1 edited guide runtime-routing 2017-01-03 14:24:34 +01:00
50f3012f68 fixed currency format with custom decimal fraction
fixes #12345
close #12648
2017-01-03 00:03:40 +01:00
a51dadc866 added test for #12345 2017-01-03 00:03:40 +01:00