1731 Commits (a498dedb5c1a0d44fd00b7d0a8e581734bc1377b)

Author SHA1 Message Date
Alexander Makarov edc62172fa Fixes #12037: Fixed 2.0.7 regression in memcahe/memcached cache backend 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
Alexander Makarov fa845ee481 Fixes #11726: `DbSession` was echoing database errors in production mode 8 years ago
lynicidn 8211dcc41b Fixes #11972: Fixed active form `afterValidate` wasn't triggered in some cases 8 years ago
Egor Verbitskiy c99acb6182 Fixes #11950: Improve BaseArrayHelper::keyExists speed 8 years ago
Egor Verbitskiy 2fbd55b634 Fixes #11949: Fixed `ActiveField::end` generates close tag when it's `option['tag']` is null 8 years ago
pavlm 355d83ac58 Fixes #11947: Fixed `gridData` initialization in `yii.gridView.js` 8 years ago
Evgeniy ad796dbf22 #11912: Postgresql negative default values support for integer/float/decimal columns (#11933) 8 years ago
Carsten Brandt 39ca04b5ab prepare for next release 8 years ago
Carsten Brandt ee92cfa7ba release version 2.0.9 8 years ago
Alberto Barradas Spezzia b019d23281 Fix #11896 DROP TRIGGER for migrate/down in RBAC (#11919) 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
Angel Guevara 6b6fa96319 Fix #11252 use strict comparison on hasAttribute() 8 years ago
PowerGamer1 e0ace833d0 Added Error message for combined attributes to unique validator 8 years ago
Carsten Brandt 8c17e4a6c1 updated jQuery dependency to include 1.12.x 8 years ago
Carsten Brandt 7fb447506d fix mixed case column names for unique indexes in postgres 8 years ago
Carsten Brandt 1c20062628 fixed changelog position 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
stevekr 73bc7aab71 Fixes #11878: Fixed i18n gettext fallback language message loading 8 years ago
Robert Korulczyk 5992eea571 Fixes #11808: `_table` and `_column` suffixes are now required when generating migration 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
Alexander Makarov 4fd4ac04b1 Minor adjustments for #11462 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
DrDeath72 2c021f5ab8 Update CHANGELOG.md (#11871) [skip ci] 8 years ago
Alexander Makarov 3b5634bf8b Fixes #11863: Fixed usage of `mb_substr` with PHP < 5.4.8 where length of NULL was treated the same as 0 8 years ago
DrDeath72 779c8e0a01 Fixes #11857: `yii\filters\AccessRule::$verbs` could not be configured with any case of request method names 8 years ago
lynicidn e8bcb93507 Fixes #10681: Fixed active form `beforeValidate` wasn't triggered in some cases 8 years ago
Alexander Makarov debb467f42 Fixes #11847: Fixed `yii\widgets\Pjax` to properly respond with partials when custom selector is used for container 8 years ago
Bob van Leeuwen 1dc688e35f Fixes #11850: Introduced `yii\widgets\Pjax::$submitEvent` to be able to customize event triggering PJAX form submit 8 years ago
Alexander Makarov 608ab4055c Cleaned up changelog 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
Ondřej Vašíček 4931f3f123 Adds indexes on message tables which partly fixes #11725 (#11818) 8 years ago
Cesar Nicola 348cc17dbb Fixes #11168: `yii\helpers\BaseHtml` now uses abstracted `booleanInput()` and `activeBooleanInput()` methods to render `radio()`, `checkbox()`, `activeRadio()` and `activeCheckbox()` 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
Thiago Talma 60a2a54fc8 CheckboxColumn - Use CSS class to find the elements (#11729) 8 years ago
Carsten Brandt 4e3c9e4a98 fixed scalar value for IN condition 8 years ago
Ricardo Pérez 33dfddd0c2 Fixes #8644: Fixed trying to ENABLE/DISABLE TRIGGER ALL on a view in PostgreSQL 8 years ago
wanghui 01c84e2ff2 Fixes #11549: Fixed `ArrayHelper::getValue()` to work properly with float keys 8 years ago
AnikanovD 239d7814eb Fixes #11739: Fixed `ArrayHelper::index()` losing precision for float keys 8 years ago
AnikanovD b39a0a1e5a Fixes #11774: Fixed incorrect recusuive symlinks check in FileHelper 8 years ago
Thiago bafc8b3325 Fixes #10422, #9574: New proposal fix for ColumnSchemaBuilder not null column 8 years ago
Rogério c9d30b2a66 Fixes #11735: Fixed `yii\web\UploadedFile` to return `null` when there's no file uploaded 8 years ago