2912 Commits (63faf5f59394bb935f22a8576248349916abf3d1)

Author SHA1 Message Date
Pavel Ivanov 7ccadb4a79 Fixes #15167: Fixed loading of default value `current_timestamp()` for MariaDB >= 10.2.3 6 years ago
Pavel Ivanov 22d30f1999 Fixes #15286: Fixed incorrect formatting of time with timezone information 6 years ago
Pavel Ivanov e5ecea653f Fixed random fails of RetryAcquireTraitTest (#17024) 6 years ago
Pavel Ivanov 108155ad1d Fixed nightly build (#17025) 6 years ago
Albert Borsos ec1809bed2 Fix to do not delete used message files with nested category names (#17021) 6 years ago
Pavel Ivanov b4cb42fb9d Fix of Oracle tests for proper skipping (#17019) 6 years ago
Pavel Ivanov 92c66758de Added tests for DateValidator when no time is specified for 'format' (#17018) 6 years ago
Pavel Ivanov 36ed136caf Issue #14388: test of dependent ActiveFixtures loading (#17012) 6 years ago
Pavel Ivanov 4584487126 Fixes DateValidatorTest for ICU 55.1 (#17013) 6 years ago
Dzhuneyt a790685e66 Fixes #16974: Regular Expression Validator to include support for 'u' (UTF-8) modifier 6 years ago
Pavel Ivanov e0e73cf5b5 Minor cleaning of .gitignore files in tests folder (#17007) 6 years ago
Pavel Ivanov bc9f8bd8a3 Fixes CommandTest::testCreateView() cleanup logic (#17006) 6 years ago
Nikolay 1a34f61e56 Fixes #16941: Set `yii\console\controllers\MigrateController::useTablePrefix` to true as default value 6 years ago
Pavel Ivanov 966f262016 Fixes AssetBundleTest for vagrant ENV (#17003) 6 years ago
taobig e1623868f9 Fixes #16891: Fixed Pagination::totalCount initialized incorrectly 6 years ago
Pavel Ivanov 379a2002dd Issue #14609: test case for further discussion (#16990) 6 years ago
Pavel Ivanov 7d494d0d24 Fixes #16028: Fix serialization of complex cache keys that contain non-UTF sequences 6 years ago
Pavel Ivanov b128ec85f4 Fixes #16081: Fixed composite IN using just one column 6 years ago
Andrew 572e5f6655 Fixes #15850: check basePath is writable on publish in AssetManager 6 years ago
Andrew c162bd7ae7 Fixes #16910: Fix messages sorting on extract 6 years ago
Bizley 1db55e6b0d Normalizing string numeric (#16943) 6 years ago
Andrew 3221ab0769 Fix #15683: Fix file as array uploading in MultipartFormDataParser (#16950) 6 years ago
Dmitry V. Alexeev b5be47321b Fixes #16469: Allow cache to be specified as interface and to be configured in DI container 6 years ago
SilverFire - Dmitry Naumenko 4d3a140482
Fixed additional regression in number formatting 6 years ago
Groonya db1d730695 Fixes #16822: Create config dir recursively in message/config 6 years ago
Groonya 8150cd1ed4 Fixes #16580: Delete unused php message files in MessageController if `$removeUnused` option is on 6 years ago
Alex b4adada51e Fixes #16022: Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in `jsonb` field 6 years ago
SilverFire - Dmitry Naumenko a03376413c
Fixed regression in formatter when passed value is a string representation of float without decimals 6 years ago
Bizley bbfa45f133 Removed wrong spellout formatter test (#16924) 6 years ago
Bizley 59e99a67c7 Fixes #14950: Fixed `yii\i18n\Formatter` methods `asInteger`, `asDecimal`, `asPercent`, and `asCurrency` outputs for very big numbers 6 years ago
Robert Korulczyk 5349132043 Use `sprintf()` in `Target::getTime()` (#16883) 6 years ago
Anna Borzenko d7ffda020b Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value 6 years ago
Bizley 3907895324 Fixes #16897: Fixed `yii\db\sqlite\Schema` missing primary key constraint detection in case of `INTEGER PRIMARY KEY` 6 years ago
Carsten Brandt e16dcd9674
added test to verify intl number formatter works with text options 6 years ago
SilverFire - Dmitry Naumenko 8b7e878f1d
Revert "Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox" 6 years ago
Paweł Jankowiak 8334ab3060 Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox 6 years ago
Nikolay Oleynikov 06227c7075 Fixes #16648: Html::strtolower() was corrupting UTF-8 strings 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Evgeniy Moiseenko 9864837764 Revert change and added default time zone to test (#16876) 6 years ago
Damian Dziaduch e11e3eb4c5 Allow `\yii\console\widgets\Table` to render empty table (#16865) 6 years ago
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 6 years ago
ErickSkrauch 5208ef761e Fixes #16828: `yii\console\controllers\MessageController::translator` recognized object' methods and functions calls as identical sets of tokens 6 years ago
Robert Korulczyk 91c96ff452 Fixes #16839 6 years ago
Bizley ab39246ab5 Fixes #16101: Fixed Error Handler to clear registered meta tags, link tags, css/js scripts and files in error view 6 years ago
Robert Korulczyk c92eb7761d Fixes #16836: Fix `yii\mutex\MysqlMutex` to handle locks with names longer than 64 character 6 years ago
Robert Korulczyk c84a64a0c3 Add `$message` parameter to `TestCase::assertEqualsWithoutLE()`. (#16837) 6 years ago
rhertogh 2ef24d9c65 Fixes #16331: Fixed console table without headers 6 years ago
Bizley 1342eb718b Fixes #15204: `yii\helpers\BaseInflector::slug()` is not removing substrings matching provided replacement from given string anymore 6 years ago
Bizley f3438c450c Fixes #10843: Additional hidden input rendered by `yii\helpers\BaseHtml` methods inherits `disabled` HTML option if provided and set to `true` 6 years ago
Bizley b8c2c7fb5e Fixes #16424: `yii\db\Transaction::begin()` throws now `NotSupportedException` for nested transaction and DBMS not supporting savepoints 6 years ago