80 Commits (50d5fb2bd9ca8ce8ab065cd60673c9bd2f44b729)

Author SHA1 Message Date
Daniel Szabo 973ecda74c
Fix #16892: Validation error class was not applied to checkbox and radio when validationStateOn = self::VALIDATION_STATE_ON_INPUT 4 years ago
Alexander Kartavenko 8d9947f06a Fixes #17299: Fixed adding of input error class in `\yii\widgets\ActiveField::widget` 5 years ago
Nikolay Poryadin a8d4f8538e Fixes #16681: `ActiveField::inputOptions` were not used during some widgets rendering 6 years ago
SilverFire - Dmitry Naumenko 8b7e878f1d
Revert "Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox" 6 years ago
Paweł Jankowiak 8334ab3060 Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Alexander Makarov 9910519aba
Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
Ade Attwood 7dc38ff402 Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget 6 years ago
Evgeniy Moiseenko f7862c16c7 Fixes #14368: Added `role` attribute for active radio list 6 years ago
SilverFire - Dmitry Naumenko b9aa0001b6
Fixed `yii\helpers\Inflector::camel2words()` to work with UTF-8 6 years ago
Fabrizio 12afecf9ce Added test to check has-error class on tabular input 7 years ago
Fabrizio c4d8fd00b5 Added test to check has-error class on tabular input 7 years ago
André Sousa 3616dc5e74 Fix test output (Prevent output among phpunit tests) (#15717) 7 years ago
berosoboy ff4391a8f0 Prevent output among phpunit tests 7 years ago
Alexander Makarov b3130be7ba
Fixes #15476: Added `\yii\widgets\ActiveForm::$validationStateOn` to be able to specify where to add class for invalid fields 7 years ago
Alone 08eccb612f Fixes #15536: Fixed `yii\widgets\ActiveForm::init()` for call `parent::init()` 7 years ago
Elvira Sheina c8fbe40352 Fixes #9253: Allow `variations` to be a string for `yii\filters\PageCache` and `yii\widgets\FragmentCache` 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
Dmitry Naumenko 64d8af61a6 Fixes for PHP 7.2 compatibility (#14959) 7 years ago
Alexander Makarov 61996979db
Removed commented out code 7 years ago
Klimov Paul e69adc19a7 Fixed `yii\widgets\ActiveField::$options` does not support 'class' option in array format 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Robert Korulczyk b99e955627 Fix CS (#14665) 7 years ago
Alone 4b9d7a6bdd Fixes #14596: Fix event call on init in `yii\widgets\BaseListView` 7 years ago
Alexander Makarov 0ebff0a7ab
Fixed ListView test to run properly on Windows 7 years ago
Dmitry Dorogin e18e98ffb3 Fixes #14363: Added `yii\widgets\LinkPager::$linkContainerOptions` and possibility to override tag in `yii\widgets\LinkPager::$options` 7 years ago
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Alexey Rogachev 80d6f7323a
Do not render empty row in GridView when data is empty and emptyText set to false 7 years ago
Robert Korulczyk 31e321b9b2 Remove unused imports. (#14096) 8 years ago
SilverFire - Dmitry Naumenko 8349362271
Fixed tests 8 years ago
SilverFire - Dmitry Naumenko fce20a3020
Renamed `ActiveForm::registerJs()` to `registerClientScript()`, added tests 8 years ago
Klimov Paul d8e6a89af9 fixed tests without assettions 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Kolyunya 892512feba
Fixes #13560: Refactored `\yii\widgets\FragmentCache::getCachedContent()`, added tests 8 years ago
aquy 514b29d55d
Fixes #13369: Added ability to render current `yii\widgets\LinkPager` page disabled 8 years ago
Nikolay Oleynikov 4e9497c4fa Fixes #13770: Added support for `yii\widgets\Menu` item classes definition in the form of an array 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
gagatust 6397791513 Fixed whitespaces to match code style [skip ci] 8 years ago
Alexey Rogachev 186420da40 Fixes #13243: Added support for unicode attribute names in `yii\widgets\DetailView` 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 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 194577c55e Code style fix 8 years ago
SilverFire - Dmitry Naumenko a710345ea7
Enhanced PHPDocs, added Unit tests, updated CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 24dae19fc8
ListView: PHPDocs and tests enhanced 8 years ago
SilverFire - Dmitry Naumenko cdabb660d6
Refactored ListView::beforeItem, ::afterItem. Added Unit tests. 8 years ago
Alexander Makarov e83624df9e
Closes #11418: Added test for #11418 8 years ago
SilverFire - Dmitry Naumenko 0261a5498f Simplified ListViewTest 8 years ago
Alexander Makarov ed8acc8e03 #12399 adjustments 8 years ago