2433 Commits (26700f06d1b1ed7ac7a0c369480792d9da038405)

Author SHA1 Message Date
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
Boudewijn Vahrmeijer 7dac3ed1ca Kirkhansen 9053 add radio button column (#13126) 8 years ago
Robert Korulczyk 35998449eb Add `yii\filters\HostControl::$fallbackHostInfo` (#13117) 8 years ago
Carsten Brandt 187c44e43e implement suggestion for unknown command in console application 8 years ago
SilverFire - Dmitry Naumenko 1454d3fa37 Updated CHANGELOG 8 years ago
Carsten Brandt 05b17ebb65 Added bash completion file for ./yii commands 8 years ago
Boudewijn Vahrmeijer 9c0e94efea Update CHANGELOG.md 8 years ago
SilverFire - Dmitry Naumenko 437825be70
Implemented Container::setDependencies(), Container::setDefinitions 8 years ago
Klimov Paul c17766181f Added `QueryInterface::emulateExecution()` 8 years ago
Alexander Makarov b25ebaa782 Fixed formatting 8 years ago
SilverFire - Dmitry Naumenko 65c2ade8ed Fixed `handleAction()` function in `yii.js` to handle attribute `data-pjax=0` as disabled PJAX 8 years ago
Alexander Makarov ed8acc8e03 #12399 adjustments 8 years ago
a.kompaniets fb779e3ec6 Fixes #12399: Added `ActiveField::addAriaAttributes` property for `aria-required` and `aria-invalid` attributes rendering 8 years ago
SG5 1141fc81a7 Fixes #12735: Fixed `yii\console\controllers\MigrateController` creating multiple primary keys for field `bigPrimaryKey:unsigned` 8 years ago
zalatov deea3cf798 Fixes #12854: Added `RangeNotSatisfiableHttpException` to cover HTTP error 416 file request exceptions 8 years ago
Alexander Makarov b17dfa03a2 Fixes #10488: Fixed incorrect behavior of `yii\validation\NumberValidator` when used with locales where decimal separator is comma 8 years ago
Boudewijn Vahrmeijer 5e12a5cc3a added spaces 8 years ago
Boudewijn Vahrmeijer 781ac2e139 add changelog 8 years ago
Elvira Sheina 729ddc5b76 Select only primary keys in UniqueValidator (#10896) (#13098) 8 years ago
Carsten Brandt 081ee7c5b1 Implemented shortcut methods for returning JSON and XML (#13101) 8 years ago
Klimov Paul 7da77c3d5a created `HostControl` filter to prevent Host header attacks 8 years ago
Klimov Paul 18b0dab360 Fixed `yii\console\controllers\AssetController::adjustCssUrl()` breaks URL reference specification (`url(#id)`) 8 years ago
Robert Korulczyk 2d91723934 Add support for creating protocol-relative URLs. 8 years ago
Tim Beks f23dc5aee9 Add attribute to set the openlog $option attribute for SyslogTarget 8 years ago
Fabian Peter Hammerle 46da2df98d yii\db\mysql\Schema::loadColumnSchema sets enumValues attribute incorrectly if enum definition contains comma 8 years ago
Brett 10ad620cb4 Adds ability for the user to choose if they want to double encode entities within textareas or not when using ActiveForm. Applies enhancement from #12988. 8 years ago