Pavel Ivanov
7d494d0d24
Fixes #16028 : Fix serialization of complex cache keys that contain non-UTF sequences
2018-12-31 06:54:19 -05:00
Pavel Ivanov
b128ec85f4
Fixes #16081 : Fixed composite IN using just one column
2018-12-31 06:41:25 -05:00
Andrew
572e5f6655
Fixes #15850 : check basePath is writable on publish in AssetManager
2018-12-16 01:54:00 +03:00
Andrew
c162bd7ae7
Fixes #16910 : Fix messages sorting on extract
2018-12-12 22:57:24 +03:00
Bizley
1db55e6b0d
Normalizing string numeric ( #16943 )
2018-12-10 11:50:50 +03:00
Andrew
3221ab0769
Fix #15683 : Fix file as array uploading in MultipartFormDataParser ( #16950 )
2018-12-10 11:49:36 +03:00
Dmitry V. Alexeev
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
SilverFire - Dmitry Naumenko
4d3a140482
Fixed additional regression in number formatting
...
Related to https://github.com/yiisoft/yii2/issues/16934
2018-12-06 17:35:30 +02:00
Groonya
db1d730695
Fixes #16822 : Create config dir recursively in message/config
2018-12-05 01:37:12 +03:00
Groonya
8150cd1ed4
Fixes #16580 : Delete unused php message files in MessageController if $removeUnused option is on
2018-12-05 01:35:44 +03:00
Alex
b4adada51e
Fixes #16022 : Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in jsonb field
2018-12-05 00:06:51 +03:00
SilverFire - Dmitry Naumenko
a03376413c
Fixed regression in formatter when passed value is a string representation of float without decimals
2018-12-03 18:22:11 +02:00
Bizley
bbfa45f133
Removed wrong spellout formatter test ( #16924 )
2018-12-01 23:43:02 +03:00
Bizley
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
Robert Korulczyk
5349132043
Use sprintf() in Target::getTime() ( #16883 )
...
* Use `sprintf()` in `Target::getTime()`.
* Changelog line [skip ci].
2018-11-28 08:22:04 +01:00
SilverFire - Dmitry Naumenko
826a0fecdd
Fixed excess logging of sensitive information in \yii\log\Target
2018-11-23 12:55:16 +02:00
SilverFire - Dmitry Naumenko
1e13bfd13d
Fixed CSRF token check bypassing in Request::getMethod()
2018-11-23 12:55:16 +02:00
Anna Borzenko
d7ffda020b
Fixes #16903 : Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value
2018-11-23 12:55:07 +03:00
Bizley
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
Carsten Brandt
e16dcd9674
added test to verify intl number formatter works with text options
...
issue https://github.com/yiisoft/yii2/issues/16900
2018-11-22 09:58:39 +01:00
SilverFire - Dmitry Naumenko
8b7e878f1d
Revert "Fixes #16629 : ActiveField::inputOptions were not merged with options passed for radio and checkbox"
...
This reverts commit 8334ab3060 as it
breaks layout for checkboxes with Bootstrap
2018-11-21 18:32:24 +02:00
Paweł Jankowiak
8334ab3060
Fixes #16629 : ActiveField::inputOptions were not merged with options passed for radio and checkbox
2018-11-20 01:12:17 +03:00
Nikolay Oleynikov
06227c7075
Fixes #16648 : Html::strtolower() was corrupting UTF-8 strings
2018-11-20 01:09:03 +03:00
Evgeniy Moiseenko
9864837764
Revert change and added default time zone to test ( #16876 )
...
* Revert change and added default time zone to test(#15528 )
* Return comment(#15528 )
2018-11-09 21:05:51 +01:00
Damian Dziaduch
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
Robert Korulczyk
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
ErickSkrauch
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
Robert Korulczyk
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
Bizley
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
Robert Korulczyk
c92eb7761d
Fixes #16836 : Fix yii\mutex\MysqlMutex to handle locks with names longer than 64 character
2018-10-27 20:19:17 +03:00
Robert Korulczyk
c84a64a0c3
Add $message parameter to TestCase::assertEqualsWithoutLE(). ( #16837 )
2018-10-27 20:17:08 +03:00
rhertogh
2ef24d9c65
Fixes #16331 : Fixed console table without headers
2018-10-26 13:00:49 +03:00
Bizley
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
Bizley
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
Bizley
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
Evgeniy Moiseenko
dfe828f76b
Fixes #13932 : Fix number validator attributes comparison
2018-10-19 23:56:30 +03:00
Evgeniy Moiseenko
cfe0bf5cf1
Fixes #14039 , fixes #16636 : Fixed validation for disabled inputs
2018-10-19 01:26:40 +03:00
Evgeniy Moiseenko
7c76696905
Fixes #16425 : Check for additional values for disabled confirm dialog
2018-10-19 00:39:22 +03:00
Marcelo de Andrade
e7ba6b17fc
Fixes #16761 : Add volume to config.php for MSSQL tests
2018-10-19 00:34:04 +03:00
Konstantin Voloshchuk
9f383ab228
Fixes #14367 : In yii\db\mysql\QueryBuilder added support fractional seconds for time types for MySQL >= 5.6.4
2018-10-11 14:43:32 +03:00
Kot
4e6eb5c814
Fixes #16766 : yii\filters\ContentNegotiator was not setting Vary header to inform cache recipients
2018-10-07 19:03:01 +03:00
Alexandr Ivanov
af3b8b2f23
Fixes #11960 : Fixed checked option ignore in yii\helpers\BaseHtml::checkbox()
2018-10-07 16:29:08 +03:00
Alexandr Ivanov
0ad5afd387
Fixes #14759 : Fixed yii\web\JsonResponseFormatter output for null data
2018-10-07 16:26:59 +03:00
Marcelo de Andrade
0989e9b591
Fix Unable to load dynamic library pdo_sqlsrv.so ( #16764 )
2018-10-04 00:13:57 +03:00
Alexander Makarov
9910519aba
Revert "Fixes #16657 : Ensure widgets after run event result contains the result of the rendered widget"
...
This reverts commit 7dc38ff402 .
2018-10-01 01:04:11 +03:00
Evgeniy Moiseenko
6e02082303
Fixes #16716 : The ability to filter by pressing the Enter key when the option $filterOnFocusOut off
2018-09-28 15:36:44 +03:00
Evgeniy Moiseenko
4d26c915dc
Additional fix for #14230
2018-09-25 17:41:45 +03:00
Ade Attwood
7dc38ff402
Fixes #16657 : Ensure widgets after run event result contains the result of the rendered widget
2018-09-23 13:28:09 +03:00
Evgeniy Moiseenko
a8bfe8bbe6
Fixes #14230 : Fixed itemsOptions ignored in checkBoxList
2018-09-19 17:39:21 +03:00
Evgeniy Moiseenko
f7862c16c7
Fixes #14368 : Added role attribute for active radio list
2018-09-17 02:26:42 +03:00