8312 Commits

Author SHA1 Message Date
a7771acd8d Add ArrayExpression support in related tables 2019-01-01 02:39:55 +03:00
7d494d0d24 Fixes #16028: Fix serialization of complex cache keys that contain non-UTF sequences 2018-12-31 06:54:19 -05:00
2b79a0c5ba Fixes #16945: Fixed RBAC DbManager ruleName fetching on the case of PDO::ATTR_ORACLE_NULLS => PDO::NULL_TO_STRING 2018-12-31 06:43:07 -05:00
b128ec85f4 Fixes #16081: Fixed composite IN using just one column 2018-12-31 06:41:25 -05:00
ebb5976a22 Fixes #16926: Fix shell autocompletion 2018-12-31 06:34:01 -05:00
5250197d3b Fixed typo in MessageController docs [skip ci] (#16982) 2018-12-30 16:38:39 -05:00
572e5f6655 Fixes #15850: check basePath is writable on publish in AssetManager 2018-12-16 01:54:00 +03:00
Sam
197feeb255 Fixes #16969: Fix yii\filters\PageCache incorrectly storing empty data in some cases 2018-12-14 19:52:34 +03:00
c162bd7ae7 Fixes #16910: Fix messages sorting on extract 2018-12-12 22:57:24 +03:00
1db55e6b0d Normalizing string numeric (#16943) 2018-12-10 11:50:50 +03:00
3221ab0769 Fix #15683: Fix file as array uploading in MultipartFormDataParser (#16950) 2018-12-10 11:49:36 +03:00
b5be47321b Fixes #16469: Allow cache to be specified as interface and to be configured in DI container 2018-12-10 11:41:45 +03:00
712b6accce Fixes #16687: Add missing translations for nl-NL durations used in yii\i18n\Formatter::asDuration() 2018-12-08 01:08:43 +03:00
bd3193a52a Fixed typo (#16947) [skip ci] 2018-12-07 18:39:12 +03:00
4d3a140482 Fixed additional regression in number formatting
Related to https://github.com/yiisoft/yii2/issues/16934
2018-12-06 17:35:30 +02:00
db1d730695 Fixes #16822: Create config dir recursively in message/config 2018-12-05 01:37:12 +03:00
8150cd1ed4 Fixes #16580: Delete unused php message files in MessageController if $removeUnused option is on 2018-12-05 01:35:44 +03:00
b4adada51e Fixes #16022: Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in jsonb field 2018-12-05 00:06:51 +03:00
a03376413c Fixed regression in formatter when passed value is a string representation of float without decimals 2018-12-03 18:22:11 +02:00
8bccbd595d Update Formatter.php 2018-12-03 11:33:40 +01:00
fe07177ddd Update Formatter.php 2018-12-03 09:56:28 +01:00
bbfa45f133 Removed wrong spellout formatter test (#16924) 2018-12-01 23:43:02 +03:00
59e99a67c7 Fixes #14950: Fixed yii\i18n\Formatter methods asInteger, asDecimal, asPercent, and asCurrency outputs for very big numbers 2018-11-29 18:16:19 +03:00
5349132043 Use sprintf() in Target::getTime() (#16883)
* Use `sprintf()` in `Target::getTime()`.

* Changelog line [skip ci].
2018-11-28 08:22:04 +01:00
d7ffda020b Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value 2018-11-23 12:55:07 +03:00
3907895324 Fixes #16897: Fixed yii\db\sqlite\Schema missing primary key constraint detection in case of INTEGER PRIMARY KEY 2018-11-22 23:57:00 +03:00
8b7e878f1d Revert "Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox"
This reverts commit 8334ab3060dc97fac87c1fb176ce6d92be175e80 as it
breaks layout for checkboxes with Bootstrap
2018-11-21 18:32:24 +02:00
8334ab3060 Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox 2018-11-20 01:12:17 +03:00
06227c7075 Fixes #16648: Html::strtolower() was corrupting UTF-8 strings 2018-11-20 01:09:03 +03:00
383953d9b7 Update BaseArrayHelper.php (#1) (#16894) 2018-11-18 10:16:52 +02:00
c82aedb86d add a comment to explain why Url::to() is called in Controller::redirect()
close #16887
2018-11-14 15:56:03 +01:00
e11e3eb4c5 Allow \yii\console\widgets\Table to render empty table (#16865)
When headers provided but no columns.
Ref #16858
2018-11-06 00:05:49 +03:00
1fe3d61a3b Fixes #16838: yii\mutex\Mutex::acquire() no longer returns true if lock is already acquired by the same component in the same process 2018-11-05 00:23:23 +03:00
5208ef761e Fixes #16828: yii\console\controllers\MessageController::translator recognized object' methods and functions calls as identical sets of tokens 2018-11-03 11:19:27 +03:00
40d8639a91 Update Formatter.php 2018-11-02 10:20:28 +01:00
91c96ff452 Fixes #16839
- Increase frequency of lock tries for `yii\mutex\FileMutex::acquireLock()` when $timeout is provided (rob006)
- Add support for `$timeout` in  `yii\mutex\PgsqlMutex::acquire()`
2018-11-01 01:19:33 +03:00
46c50e43c4 Skip validation if file input does not exist (#13977) 2018-10-31 01:40:04 +03:00
0f0e895475 Fixes #13977: Skip validation if file input does not exist 2018-10-31 01:39:55 +03:00
ae5dee485e Improve Query PHPDoc [skip ci]. (#16834) 2018-10-27 20:37:56 +03:00
ab39246ab5 Fixes #16101: Fixed Error Handler to clear registered meta tags, link tags, css/js scripts and files in error view 2018-10-27 20:27:58 +03:00
c92eb7761d Fixes #16836: Fix yii\mutex\MysqlMutex to handle locks with names longer than 64 character 2018-10-27 20:19:17 +03:00
ba0a3c00ca Fixes #16183: Fixed when yii\helpers\BaseFileHelper sometimes returned wrong value 2018-10-27 02:07:17 +03:00
31e56d4a22 Remove unnecessary check from DI container 2018-10-26 13:13:27 +03:00
2ef24d9c65 Fixes #16331: Fixed console table without headers 2018-10-26 13:00:49 +03:00
1342eb718b Fixes #15204: yii\helpers\BaseInflector::slug() is not removing substrings matching provided replacement from given string anymore 2018-10-23 22:33:18 +03:00
f3438c450c Fixes #10843: Additional hidden input rendered by yii\helpers\BaseHtml methods inherits disabled HTML option if provided and set to true 2018-10-23 21:29:46 +03:00
b8c2c7fb5e Fixes #16424: yii\db\Transaction::begin() throws now NotSupportedException for nested transaction and DBMS not supporting savepoints 2018-10-23 00:24:05 +03:00
b070b5f733 Improve annotations for yii\helpers\BaseArrayHelper::getColumn()(#16795) (#16802) [skip ci] 2018-10-20 00:10:48 +03:00
00fe20e675 Wrong annotations for yii\db\QueryTrait::where($condition)(#16794) (#16803) [skip ci] 2018-10-20 00:08:00 +03:00
dfe828f76b Fixes #13932: Fix number validator attributes comparison 2018-10-19 23:56:30 +03:00