391 Commits (435b6dc732d768ca25430b2059ca724a99f3102e)

Author SHA1 Message Date
Alexander Gubarev e3028c524d
Fix #18899: Replace usages of `strpos` with `strncmp` and remove redundant usage of `array_merge` and `array_values` 3 years ago
蛋蛋 d5a428e001
Fix some code smells (#18696) 3 years ago
Bizley 82be8b61cf
Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
Bizley a03fb0c01e
Fix #17631: Fix `yii\widgets\BaseListView` to properly render custom summary 4 years ago
Bizley b8f4958092
Fix #18442: Fix calls with array access to strings 4 years ago
stevekr 98533b7e31
Fix #18426: Fix check for route's leading slash in `yii\widgets\Menu` 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
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 Makarov da1fddb576
Fix #17766: Remove previous PJAX event binding before registering new one 5 years ago
My6UoT9 23a8d041a6 Fix #17853: Fix errors in ActiveField to be properly caught when PHP 7 is used 5 years ago
Somogyi Márton a6b135e058 Fix #17355: Fixed Pjax after request event bug 5 years ago
Alexander Kartavenko 8d9947f06a Fixes #17299: Fixed adding of input error class in `\yii\widgets\ActiveField::widget` 5 years ago
Evgeniy Moiseenko e9b33916b6 Fixes #17220: Fixed error when using non-InputWidget in active form field 6 years ago
Alexander Makarov f7fcc0043e
Revert "Fixes #17220: Fixed widgets with no options" 6 years ago
Alexander Makarov a7f9896415
Fixes #17220: Fixed widgets with no options 6 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
Nick Tsai 9fadc6e102 Optimize comment of LinkPager (#16758) [skip ci] 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 26700f06d1 Merge ActiveField condition with the parent (#16715) 6 years ago
Evgeniy Moiseenko f7862c16c7 Fixes #14368: Added `role` attribute for active radio list 6 years ago
Александр Касьянов 9d03667b40 Fixes #16527: Fixed return content for `\yii\widgets\ActiveForm::run()` 6 years ago
Dmitry Naumenko cdcbb7575a
Simlified FQCN [skip ci] 7 years ago
Fabrizio Caldarelli d0a6302b37
Update ActiveField.php 7 years ago
Fabrizio Caldarelli 3838208cbc Fixed has-error class to ActiveField div container when attribute name is tabular 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
Alexander Makarov 59b56b312f
#15476: Fixed ActiveField initial error class in case setting it to input 7 years ago
Sergey Makinen c382d3e8d4
Fixes #15120: Refactored dynamic caching introducing `DynamicContentAwareInterface` and `DynamicContentAwareTrait` 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
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Alexander Makarov 9823345a74
Fixes #6391: Added note clarifying config for ListView pager and sorter [skip ci] 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
Alexandr Kozhevnikov a9d18c4a8e Disable temporary fix (#15024) 7 years ago
Serge Postrash e9f57b9e7e Fixes #15234: Fixed `\yii\widgets\LinkPager` removed `tag` from `disabledListItemSubTagOptions` 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
SilverFire - Dmitry Naumenko 34cc2dee8f
Fixes #14294: Added `InputWidget::renderInputHtml()` to move behavior described in `InputWidget` class docs to the class itself 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 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Alone 4b9d7a6bdd Fixes #14596: Fix event call on init in `yii\widgets\BaseListView` 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
SilverFire - Dmitry Naumenko b0162d3a48
Revert "Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself" 7 years ago
Carsten Brandt a5b393a3c1 Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Carsten Brandt fadeb5d2b4 added formatter as second paramter to format closure 7 years ago