1870 Commits (a1fd4d30695efb97f4bdb40ff8a5cd315f0e3c06)

Author SHA1 Message Date
Klimov Paul d4ac47abe7 Added `yii\validators\EachValidator::$stopOnFirstError` allowing addition of more than one error 8 years ago
Klimov Paul 3946ac0dab Added `yii\widgets\InputWidget::$field` field, allowing access to the related `yii\widget\ActiveField` instance 8 years ago
Klimov Paul 0a978f9d1e Fix fetching schema information for `pgsql` when `PDO::ATTR_CASE` is set 8 years ago
a.kompaniets 50f3012f68
fixed currency format with custom decimal fraction 8 years ago
Alexey Rogachev bd9947a681 Removed redundant colon (#13317) 8 years ago
Vladimir f3bc11c724 Implement #13219: Ability to not shuffle masters connections (#13241) 8 years ago
bashkarev 338e5967cb
Added Logging of memory usage 8 years ago
SilverFire - Dmitry Naumenko 24ad05de5b
Refactored `yii\web\ErrorAction` to make it reusable 8 years ago
Pavel Ivanov 4db3bcd64c
Fixes #13277: Invalid parsing of `--` in CLI 8 years ago
SilverFire - Dmitry Naumenko b26527ca69
Changelog updated 8 years ago
SilverFire - Dmitry Naumenko 178d319556
Added Cache::getOrSet() 8 years ago
Alexander Makarov 210cf36750 Fixes #12703: Fixed `StringHelper::truncateHtml()` non functional when dom PHP extension is disabled 8 years ago
Alexander Makarov 56583c37e3 CHANGELOG merge fix 8 years ago
SilverFire - Dmitry Naumenko ed82ba4ee2
Revert "fix ArrayHelper::getValue() to throw exception on invalid input" 8 years ago
Klimov Paul 8f5f540455 Fix fetching table schema for `pgsql` when `PDO::ATTR_CASE` is set 8 years ago
Alexander Makarov 09901a2af1 Minor changelog fixes 8 years ago
Pavel Chaplygin 25e6eb04a5 refs #11122: Fixed can not use `orderBy` with aggregate functions (#12772) 8 years ago
SilverFire - Dmitry Naumenko a710345ea7
Enhanced PHPDocs, added Unit tests, updated CHANGELOG 8 years ago
Alexey Rogachev 8d813f7bf1 Fixes #12840, #12836, #13231, #13232 8 years ago
SilverFire - Dmitry Naumenko cdabb660d6
Refactored ListView::beforeItem, ::afterItem. Added Unit tests. 8 years ago
mdmunir cc2e6bcd56
Add `beforeItem` and `afterItem` to the `ListView' 8 years ago
Alexander Makarov bd552113b2 Fixes #11906: Updated `yii\widgets\MaskedInput` inputmask dependency to `~3.3.3` 8 years ago
Daniel Gómez Pan b985ea3476 Fix #13108: Negative integer parameter causes "Unknown alias" error w… (#13220) 8 years ago
Alexander Makarov cad400b6ff Added rob006 to changelog line 8 years ago
Ni-san 5795b3937e
Added rbac\BaseManager::hasNoAssignments() 8 years ago
SilverFire - Dmitry Naumenko 7b5efe5161
Enhanced `handleAction()` in `yii.js` 8 years ago
Carsten Brandt 66e8158716 Fixes #11771: Fixed semantics of `yii\di\ServiceLocator::__isset()` to match the behavior of `__get()` which fixes inconsistent behavior on newer PHP versions 8 years ago
Sergey 483c6c1867 Fixes #12713: Fixed `yii\caching\FileDependency` to clear stat cache before reading filemtime 8 years ago
Brandon Kelly 350e93e626 Fixes #12612: Query conditions added with `yii\db\Query::andWhere()` now get appended to the existing conditions if they were already being joined with the `and` operator 8 years ago
Carsten Brandt a3b6dfbb7b
Catch `\Throwable` in critical places 8 years ago
Carsten Brandt e963b2af64
fix ArrayHelper::getValue() to throw exception on invalid input 8 years ago
Carsten Brandt 6d4c61ce16
fixed changelog 8 years ago
Carsten Brandt 9821c589c5
fixed issue with rest\UrlRule extraPatterns 8 years ago
Alexander Makarov 2f7c1b36b5
Fixes #12419: Added ability to remove root tag and object tags for `yii\web\XmlResponseFormatter` 8 years ago
SilverFire - Dmitry Naumenko cfe5202e44
Fixed CHANGELOG merge problems 8 years ago
zalatov 1d5a6d1722
Add is_dir() validation for BaseFileHelper::findFiles(). 8 years ago
SilverFire - Dmitry Naumenko 821ba54720
Reordered CHANGELOG 8 years ago
Elvira Sheina bfba0aa711 Refactor validateAttribute method in UniqueValidator (#13202) 8 years ago
Alexander Makarov 837b33767c
Fixes #11697: Added `filterHaving()`, `andFilterHaving()` and `orFilterHaving()` to `yii\db\Query` 8 years ago
SilverFire - Dmitry Naumenko 88f2348ed5
Fixed `ActiveRecord::unlinkAll()` to respect `onCondition()` 8 years ago
Sergey Makinen da944aa9c0 Rebased "Revamps PageCache to store data in one entry (#10506)" (#12145) 8 years ago
SilverFire - Dmitry Naumenko a132ee9a08
Fixed order or checks in IpValidator 8 years ago
Chris Harris ae83dd0524 Fixes #13128: Fixed incorrect position of {pos} string in ColumnSchemaBuilder `__toString` 8 years ago
SilverFire - Dmitry Naumenko 7d494c1915
Fixed unexpected form submit on `validate()` call 8 years ago
Zlakomanov Alexander b8bf0d0c0c added hint into foreign keys query for oracle 11g optimisation 8 years ago
Alexey Rogachev d96363674c Added JS tests for yii.captcha.js (#12840), fixes #13159 (#13160) 8 years ago
Alexey Rogachev bd85b7ced2 Closes #6242: Access to validator in inline validation (#13027) 8 years ago
Carsten Brandt 65e4a28800 consistent behavior for Yii::$app->controller and ->action (#13167) 8 years ago
Nikola Kovacs f5beaf3edf Make validator getClientOptions public 8 years ago
Alexey Rogachev 76e253e140 `yii\validators\Validator` - added separate methods for client-side validation options 8 years ago