252 Commits (f6477f312c130a4db7b4ca30b1397f8658220609)

Author SHA1 Message Date
Carsten Brandt 389d9e2fd2 add hint about custom element id and selectors property 10 years ago
Alexander Makarov 945961092d Added phpdoc description for BaseListView and ListView classes 10 years ago
Qiang Xue 03a9ed70b2 Fixes #6557: Link URLs generated by `yii\widgets\Menu` are not encoded 10 years ago
Qiang Xue b16ac9a05a Fixes #6391 10 years ago
Qiang Xue 544981a41c Fixes #6318: Made widgets more error-tolerant and user-friendly when certain option values are null 10 years ago
Qiang Xue 9ae538e602 Fixed doc [skip ci] 10 years ago
Qiang Xue f509ed2448 Fixes #6236: No JS scripts should be registered when `yii\widgets\ActiveForm::enableClientScript` is false 10 years ago
Alexander Mohorev e92482f554 Typo in word 10 years ago
Qiang Xue 2782adcca4 Fixes #4643: Extra options specified in `yii\widgets\Breadcrumbs::links` will be treated as HTML attributes for the generated hyperlinks 10 years ago
Carsten Brandt 9869e67df8 fixed phpdoc 10 years ago
Qiang Xue 866214e75a Fixes #6018: When setting the `encode` option via `yii\widgets\ActiveRecord::errorOptions`, it works the other way around [skip ci] 10 years ago
Alexander Makarov 1be82dc0f5 Added phpdoc for Block 10 years ago
Alexander Makarov 497e1fedc5 Added phpdoc for ContentDecorator 10 years ago
Alexander Mohorev 64b4d6dca1 Correct order of property declaration 10 years ago
Qiang Xue cb90f31cbe Fixes #5702: Parenthesis should be automatically added to `Validator::whenClient` to avoid js error 10 years ago
Niek Oost 5684eaf0ed Replaced single quotes with double 10 years ago
Alexander Makarov 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
Sergey 366852647b typo fix 10 years ago
Qiang Xue 169a2a39c0 Fixes #5110. 10 years ago
Qiang Xue d3f2010e07 Fixes #2380: Added `yii\widgets\ActiveForm::enableClientScript` to support turning on and off client side script generation 10 years ago
Qiang Xue 93496bf8fd Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels 10 years ago
Carsten Brandt 32c122178e avoid publishing dev files of js packages 10 years ago
Qiang Xue a187d47aec Fixes #5049: `ActiveForm::validationDelay` should be applied to user types only 10 years ago
Serge Postrash 286e8efe9f Updated phpdoc for \yii\widgets\DetailView [ckip ci] 10 years ago
Carsten Brandt d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
Qiang Xue f50f840a55 Fixes #4955: Replaced callbacks with events for `ActiveForm` 10 years ago
Qiang Xue ae13b0593f Fixes #3410: yii.activeForm.js now supports adding/removing fields dynamically 10 years ago
Qiang Xue 08d4d89930 Fixes #2914: `ActiveForm::fieldConfig` will be merged recursively with the `$options` parameter in `ActiveForm::field()` 10 years ago
Qiang Xue 155f525e0b Fixes #2380: `yii\widgets\ActiveForm` will register validation js even if there are not fields inside 10 years ago
Qiang Xue d5077d70b7 Fixes #3738: ActiveField custom error selector not functioning 10 years ago
Qiang Xue 4ad022c372 Fixes #3240: Added support for assigning an anonymous function to `yii\widgets\ActiveForm::fieldConfig` 10 years ago
Qiang Xue f34b138aab Fixes #4225: Added `ActiveForm::validateOnBlur` and `ActiveField::validateOnBlur` 10 years ago
Qiang Xue 60e07e0d2a new asset WIP: renabled asset publishing 10 years ago
Qiang Xue 1a62551691 new asset WIP 10 years ago
Qiang Xue c0d771f744 Fixes #4640: Added `yii\widgets\ActiveForm::beginField()` and `endField()` 10 years ago
Alex-Code 25c2f9bf85 Made error message encoding configurable for ActiveForm 10 years ago
Qiang Xue 9f155de82d removed the key from the array in the fix for #4371 10 years ago
abrahamy b7cad9df3d Fixes #4371: Active form client validation wasn't working in case of two models having same named fields 10 years ago
Alexander Makarov b1e2090083 Fixes #4595: more consistend use of "false" in "don't use" case 10 years ago
Alex-Code 594b57836d Added validation js callbacks 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alex-Code b4ca343bd2 deferred validation 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Thiago Talma 88191bbe5c New callback functions for form validation using Ajax. 10 years ago
Qiang Xue b147e6516d minor CS fixes [skip ci] 10 years ago
Sorokin Victor 504e973f67 Fixes #4241: `yii\widgets\Pjax` was incorrectly setting container id 10 years ago
Alexander Makarov 374b98e2e4 Fixes #4227: `\yii\widgets\LinkPager::$hideOnSinglePage` is now `true` by default 10 years ago
Qiang Xue 3405f8e8a4 doc fix [skip ci] 10 years ago
Carsten Brandt 085f2c0142 gridview and listview use widget ID in base tag 10 years ago