616 Commits (e4d9e9df4e160b3dec23966e517895c0ac2ecffe)

Author SHA1 Message Date
Klimov Paul 143f9070af Fixed `yii\db\BaseActiveRecord::updateAttributes()` change `isNewRecord` state for the new model 8 years ago
Dmitriy Makarov 81479ff085 Added Dispatcher tests of the following methods: (#12127) 8 years ago
Sergey Makinen afc298c6ef Fixed HttpCache was sending an empty Pragma header (#12100) (#12123) 8 years ago
Sergey Makinen bbbb98626f HttpCache no longer returns 304 HTTP code when callbacks return null (#12099) 8 years ago
Carsten Brandt ef0658726f Revert "Revert "fixed mysql defaul integer display width on unsigned pk"" 8 years ago
Dmitriy Makarov 552ad141b6 Added SyslogTarget tests of the following methods: (#12093) 8 years ago
Carsten Brandt 10806a65a4 validate input in REST serializer 8 years ago
Carsten Brandt 144d78ebb4 Revert "fixed mysql defaul integer display width on unsigned pk" 8 years ago
Carsten Brandt 85d89e4893 fixed mysql defaul integer display width on unsigned pk 8 years ago
SilverFire - Dmitry Naumenko 3fcc26996b Fixed #11973: `yii\helpers\BaseHtml::getAttributeValue()` fixed to work with `items[]` notation correctly 8 years ago
Paul Klimov a53c1f9525 Added `yii\behaviors\AttributeTypecastBehavior` (#12067) 8 years ago
Dmitriy Makarov 5d09f32b3b Added logger tests of the following methods: (#12083) 8 years ago
Alexander Makarov 01c4dde202 Added tests for column schema builder comment() method 8 years ago
Dmitriy Makarov dc4a4b456c Test for logger, flush method (#12041) 8 years ago
Robert Korulczyk 993f2aef28 Fixes #11275: Added possibility of unset or force replace former value in `ArrayHelper::merge()` 8 years ago
Klimov Paul acfe21b400 Fixed `yii\helpers\Json::encode()` encodes empty array returned by `JsonSerializable::jsonSerialize()` as object 8 years ago
Dmitriy Makarov b2b2cb2ada Added more tests for logger (#12034) 8 years ago
Klimov Paul 8de6a5117c Fixed `yii\base\Model::offsetExists()` throws an exception on un-existing field 8 years ago
Daniel Gómez Pan 83496853c8 Fixes #11461: Fixed migration tool error when create migrate with comma in defaultValue 8 years ago
Egor Verbitskiy 2fbd55b634 Fixes #11949: Fixed `ActiveField::end` generates close tag when it's `option['tag']` is null 8 years ago
Evgeniy ad796dbf22 #11912: Postgresql negative default values support for integer/float/decimal columns (#11933) 8 years ago
Carsten Brandt bda42b68ce fixed yii\di\Instance documentation 8 years ago
Carsten Brandt 7076b38ea9 added a test for #11925 8 years ago
Angel Guevara 8c240ed067 Fixes #11683: Fixed fixture command to work with short syntax. `yii fixture "*, -User"` should be used instead of `yii fixture "*" -User` 8 years ago
Carsten Brandt 326cdfeb52 added test for #11256 8 years ago
Carsten Brandt d2dd232b6f message improvement and test for #11323 8 years ago
Carsten Brandt 7fb447506d fix mixed case column names for unique indexes in postgres 8 years ago
Laszlovl 0f640c7138 Make sure inverseOf relations are also populated during dynamic relational queries 8 years ago
stevekr 8ca845b680 Fixes #11212: Added headers to PO file in `yii\i18n\GettextPoFile::save()` 8 years ago
Carsten Brandt a46e88dea5 fixed inverseof test assertation 8 years ago
Carsten Brandt 07d3217706 added test for negative date formatter values 8 years ago
Carsten Brandt 062895111f fixed php 7.1 test breaks that depend on ICU data version 8 years ago
Robert Korulczyk 5992eea571 Fixes #11808: `_table` and `_column` suffixes are now required when generating migration 8 years ago
Carsten Brandt b0bb8649a3 HHVM compatible fix for messageformatter error 8 years ago
Carsten Brandt 91f1ac1d99 fixed exception on malformed message in Messageformatter 8 years ago
Kostas Thermos d219b17e65 Test for MessageFormatter with broken pattern 8 years ago
Carsten Brandt d9122a74a9 improved tests and docs for #11857 8 years ago
Viktor Pikaev 30bb9bd7c8 Fixes #11462: Added support of filtering rules to `yii\log\Target::$logVar`, added `\yii\helpers\BaseArrayHelper::filter()` method 8 years ago
Alexander Makarov 16e4cab8f1 Fixes #11865: Fixed setting `selected` for dropdown list using options 8 years ago
Alexander Makarov 894f832dca #11857: Added test for AccessRule matching by verb 8 years ago
Carsten Brandt 9cac1317b9 added test for #11801 8 years ago
Carsten Brandt 17d08cc0a4 fixed crash on non-string input to CSRF token 8 years ago
Robert Korulczyk 099b364b14 Fixed #9574: Implicit run ColumnSchemaBuilder::null() when default value is set to null. (#11813) 8 years ago
Robert Korulczyk 104712103b Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
Sam Mousa dfa292652d Fixes #11561: Fixed DI container throwing exceptions for optional dependencies 8 years ago
Sam Mousa b30b5a99ea Fixes #11672: Fixed `yii\validators\NumberValidator` erroring when value is an object without `__toString()` method 8 years ago
Carsten Brandt f0b9a0ee6b use the same db connection for reading and writing data 8 years ago
Carsten Brandt 86f17c8dad added tests classes for db related tests 8 years ago
Carsten Brandt 8ba032d147 refactored database tests 8 years ago
Carsten Brandt 4e3c9e4a98 fixed scalar value for IN condition 8 years ago