150 Commits (b4dc7a4f5108cf76f46f5031da0fd5983d4dca8c)

Author SHA1 Message Date
Nikolay Oleynikov a26d28f8e3 Fixes #13576: Added support of `srcset` to `yii\helpers\Html::img()` 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
SilverFire - Dmitry Naumenko 63e650952b Updated tests for HtmlHelper::textarea() 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
Boudewijn Vahrmeijer 75162652b7 Update BaseHtml.php 8 years ago
Alexey Rogachev ea251e24ba Closes #7420: Attributes for prompt generated with `renderSelectOptions` of `\yii\helpers\Html` helper 8 years ago
micro-maureen 6bad563c69 Update BaseHtml.php (#12933) 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Carsten Brandt 11fe407ad0 release version 2.0.10 8 years ago
Robert Korulczyk 68eb1268a3 Fix phpdoc in `yii\helpers\BaseHtml` 8 years ago
Boudewijn Vahrmeijer b1b6d60705 fix consistency of @doc on $selection 8 years ago
SilverFire - Dmitry Naumenko c66b845f48 Revert "Fixed #11973: `yii\helpers\BaseHtml::getAttributeValue()` fixed to work with `items[]` notation correctly" 8 years ago
SilverFire - Dmitry Naumenko 153eb07b0f HtmlHelper::errorSummary() - PHPDocs updated 8 years ago
PowerGamer1 9e02e89fae Added ability to skip duplicate error messages and show all error messages in `errorSummary`. 8 years ago
Rangel Reale 13c05ef3fa * Allows BaseHtml::activeListInput to override the field value, to follow BaseHtml::activeInput which already allows it 8 years ago
SilverFire - Dmitry Naumenko 3fcc26996b Fixed #11973: `yii\helpers\BaseHtml::getAttributeValue()` fixed to work with `items[]` notation correctly 8 years ago
Carsten Brandt 0895f212c6 improved docs about `tag` option in HTML options 8 years ago
Alexander Makarov 16e4cab8f1 Fixes #11865: Fixed setting `selected` for dropdown list using options 8 years ago
Alexander Makarov c370c17e93 Additional fix for ##11168 8 years ago
Cesar Nicola 348cc17dbb Fixes #11168: `yii\helpers\BaseHtml` now uses abstracted `booleanInput()` and `activeBooleanInput()` methods to render `radio()`, `checkbox()`, `activeRadio()` and `activeCheckbox()` 8 years ago
Carsten Brandt a46015124c improved docs for Html::a() and absolute URLs 9 years ago
Sam Mousa 16a6af5fa8 Add helper function for checking if an object is an array-like object. 9 years ago
Daniel Gomez Pan cc7628e5d2 WIP #10764: update docs [skip ci] 9 years ago
Daniel Gomez Pan 295bb3e173 WIP #10764: adjusted Html::beginTag and Html::endTag methods to be consistent 9 years ago
Carsten Brandt ef5ce2d4c1 missing `@since` annotations in helpers 9 years ago
Daniel Gomez Pan cd7039e97c WIP #10764 9 years ago
SilverFire - Dmitry Naumenko dcda2a2466 BaseHtml::checkboxList minor update 9 years ago
cohen 85c6a903dc Enh #10390: Added ability to disable outer tag for `\yii\helpers\BaseHtml::radiolist()`, `::checkboxList` 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Angel Guevara 2d05b11f68 remove PHP_EOL 9 years ago
Angel Guevara ec43f4c370 add separator around the items in `ul()` 9 years ago
Angel Guevara d0ffb58efb syntax error 9 years ago
Angel Guevara 7a2bbabbbd add separator special option to `ul` and `listBox` 9 years ago
Angel Guevara 7618e4ee13 changes suggested by review. 9 years ago
Angel Guevara 5b67bc1822 use ArrayHelper::remove() 9 years ago
Mehdi Achour ac36016c7f Expanded strcasecmp() condition for clarity 9 years ago
Mehdi Achour f632f4d41f Fix docs as per @SilverFire suggestions [ci skip] 9 years ago
Mehdi Achour cca500083e Implement #10078: Allow disabling csrf hidden input generation on a form 9 years ago
Carsten Brandt c3bfa5c77e fixed Html::activeFileInput() to set correct name for hidden input field 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Carsten Brandt 728dc0c584 added docs about form element naming 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Alexander Makarov 2aba8df2ef Fixes #9228 9 years ago
Dmitry Naumenko b16d734c29 Fixes #8671: Extracted `yii\helpers\Html::escapeJsRegularExpression()` method from `yii\validators\RegularExpressionValidator` 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Klimov Paul 0874ffac38 Fixed `yii\helpers\Html::activeTextarea()` does not allow value overriding via options 9 years ago
Klimov Paul 0f04af1af9 Added support to automatically set the `maxlength` attribute for `Html::activeTextArea()` and `Html::activePassword()` 9 years ago
Klimov Paul 0a7191dbfe Preserving of the named key classes at `yii\helpers\Html::addCssClass()` provided 9 years ago