1805 Commits (9d67f9b31d64a2d4a700a24b3ae42011524615f7)

Author SHA1 Message Date
DrDeath72 0c288ea49e Fixes #12376: Added parameter to `yii.activeForm.js` `validate()` method to be able to force validation 8 years ago
DrDeath72 c42ef605db Fixes #12554: Fixed `yii\validators\UniqueValidator` error of getting first model indexed by field 8 years ago
Alex-Code cb7ebd9cfb Update CHANGELOG.md 8 years ago
Alex-Code 84d015eb02 Update CHANGELOG.md 8 years ago
Robbert Jan van de Velde 3ba72da6fa Enhances ActiveForm with support for HTML5 attributes like formaction, formtarget and formmethod (#8719) [ci-skip] (#11999) 8 years ago
Paul Klimov 8aa0e85a07 Add migration namespace support (#12511) 8 years ago
SilverFire - Dmitry Naumenko c25296f2e2 Updated CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 5dc0b1ad59 Updated CHANGELOG 8 years ago
Daniel Gomez Pan ae42d7b281 Fix #12423 Fix bug migration tool when creating fields with brackets in comment 8 years ago
SilverFire - Dmitry Naumenko 164c09a5fd Updated CHANGELOG 8 years ago
Paul Klimov 4e59607c9d `MultipartFormDataParser` added (#12466) 8 years ago
SilverFire - Dmitry Naumenko eb02b362be Revert "Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility" 8 years ago
SilverFire - Dmitry Naumenko f7bd7c2b6b Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility 8 years ago
PowerGamer1 9e02e89fae Added ability to skip duplicate error messages and show all error messages in `errorSummary`. 8 years ago
Klimov Paul ed0603b706 Fixed `yii\web\Request::getBodyParams()` does not pass full 'content-type' value to `yii\web\RequestParserInterface::parse()` 8 years ago
Klimov Paul 48b0b962b8 Added `yii\base\Event::offAll()` method allowing clear all registered class-level event handlers 8 years ago
__FresHmaN b764a7a21e Disable slaves when execute migrations to resolve master-slave replication no-sync (#12460) 8 years ago
Paul Klimov 2fe0a405a9 fix for #9027 - UploadedFile early instantiation problem (#12439) 8 years ago
Robert Korulczyk 9d882e53fe Fixes #12431: Fix bug when lock file was not removed after `yii\mutex\FileMutex::release()` 8 years ago
DrmagicE b3081e53a5 Fixed bug in yii\db\mysql\QueryBuilder (#12428) 8 years ago
Alexander Makarov b2c92d3f4b Fixes #12382: Changed `yii\widgets\MaskedInput` to use `jQuery` instead of `$` to prevent conflicts 8 years ago
Klimov Paul db15c50557 Fixed `yii\console\controllers\AssetController` looses bundle override configuration, which makes it external one 8 years ago
Klimov Paul c9fc60fe74 Fixed `yii\console\controllers\AssetController` looses custom options of 'target' bundles 8 years ago
Klimov Paul 90b9ed87bd Added `yii\data\Sort::setAttributeOrders()` 8 years ago
Klimov Paul 56cc97ae42 Added `yii\console\controllers\AssetController::deleteSource` 8 years ago
Robert Korulczyk 8142de23d4 Improve normalizer for URL manager 8 years ago
Klimov Paul 75439d367d Fixed `canGetProperty()` and `canSetProperty()` returns `false` for `yii\db\BaseActiveRecord` attributes 8 years ago
Klimov Paul 4f7b1b0817 Fixed `yii\db\BaseActiveRecord::refresh()` may set incorrect `oldAttributes` values at some cases 8 years ago
Klimov Paul e0882a864d Added argument to `yii\grid\ActionColumn::urlCreator` callback, which holds reference to the column instance 8 years ago
Klimov Paul 09b1fd47e0 Fixed `yii\log\FileTarget` does not apply `fileMode` for rotated via copy files 8 years ago
Klimov Paul cd8c01f555 Fixed `yii\rest\Serializer::serialize()` serializes DataProvider incorrectly, if models keys do not compose integer sequence 8 years ago
hAppywAy_ cac514e8e9 Fixes #12293: Fixed MSSQL `Schema::resolveTableNames()` when using linked database tables 8 years ago
Carsten Brandt 469c0548b6 fixed formatter to respect grouping separator for currency format 8 years ago
Dmitriy Makarov 2d9b659777 Fixes #12296: Added value validation to `yii\log\Target::setLevels()` 8 years ago
SilverFire - Dmitry Naumenko 3ff988a761 CHANGELOG updated 8 years ago
Anatoly Rugalev fa5baf3275 [#9989] Added support of formaction, formmethod and formenctype submit button attributes 8 years ago
Robert Korulczyk 2f981c5a70 Fix BC break for `UniqueValidator` custom message when validating multiple attributes 8 years ago
Rangel Reale 9a2b6e48ad * Changelog 8 years ago
Vladimir Shevchenko b8c07f6839 Fixes #12009: Do not render "for" field label attribute for active form RadioList and CheckboxList 8 years ago
PowerGamer1 3b2374b543 Fixes #12073: Added the ability to suppress the generation of input hint when it is specified through `Model::attributeHints()` 8 years ago
Klimov Paul 143f9070af Fixed `yii\db\BaseActiveRecord::updateAttributes()` change `isNewRecord` state for the new model 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
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 c9f500b3ed Updated CHANGELOG 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