7 Commits (1948754d00fd0bba0b30e521a88371b91b8189f1)

Author SHA1 Message Date
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
Klimov Paul 41f6a6e558 Specification for 'class' and 'style' in array format added to `yii\helpers\Html` 9 years ago
Klimov Paul 3a39f8ab72 `yii\helpers\Html` allows correct rendering of conditional comments containing `!IE` 10 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago
Carsten Brandt 17011e48b4 added unit test for #8066 10 years ago
Qiang Xue f57a517f6d Fixes #7449: Added `encode` option to allow not encoding select options for `Html::dropDownList()` and `Html::listBox()` 10 years ago
Anton Ivanov 36aa65287a Enh #7449: HtmlTest improvements 10 years ago
Qiang Xue a3ea7b774d Fixes #7350: Added `yii\helpers\Html::$dataAttributes` to support customizing data attributes. 10 years ago
Alexander Makarov a831271d29 Moved assertEqualsWithoutLE() to \yiiunit\TestCase, fixed some test failures on Windows 10 years ago
Alexander Makarov 7592dcc7f1 Added test for #5361 10 years ago
Alexander Makarov d06f849a85 Another test attempt for #5356 10 years ago
Alexander Makarov 1bea489f98 Added test for #5356 10 years ago
Qiang Xue 00e4d63e57 Fixed test break. 10 years ago
Qiang Xue f50f840a55 Fixes #4955: Replaced callbacks with events for `ActiveForm` 10 years ago
Qiang Xue 61284ed405 Fixes #3910: Removed the `container` option from `Html::checkbox()` and `Html::radio()` 10 years ago
Qiang Xue 3786440288 Fixes #4762: Reverted automatic ID fix. 10 years ago
Qiang Xue 61b627a6fc Fixes #4318: `yii\helpers\Html::ul()` and `ol()` will return an empty list tag if an empty item array is given 10 years ago
Carsten Brandt 4de6e8c6b2 fix #3501 replace . when generating input ids 10 years ago
Qiang Xue 96feeb894c Fixed test break of Html. 10 years ago
Carsten Brandt 1a848453a1 tried to fix tests for #3472 10 years ago
DaSourcerer be164e45db Handle invalid code sequences in Html::encode() 10 years ago
Alexander Makarov a4c644d3a3 Fixes #3325: fixed generated markup for conditional comments 11 years ago
Qiang Xue 4fcd5003de Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 5d309c2075 added unit tests for boolean attributes 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Qiang Xue 04bf51b01a Fixes #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue 463ff43b4f test break fix. 11 years ago
Carsten Brandt 949dda5fdb tagged tests with @group tags 11 years ago
Qiang Xue 65352e500f refactored ActiveField. 11 years ago
Alexander Makarov 0596fa82fd code style fixes 11 years ago
Qiang Xue 24a66b383d test break fix. 11 years ago
Qiang Xue 6d66a98acb test break fix. 11 years ago
Qiang Xue 7aeb2fcf4f Fixed test breaks. 11 years ago
Qiang Xue 915a3cd779 Fixes #653: use boolean type to indicate boolean attributes. 11 years ago
Qiang Xue c3df0beecd changed parameter ordering. 11 years ago
Qiang Xue 71a156ebdf Added itemOptions for Html::ol 11 years ago
Qiang Xue d87afeb496 encode checkbox and radio list by default. 11 years ago
Qiang Xue d5bd9853ea Added Html::ol() and Html::ul() 11 years ago
Alexander Kochetov 9bb0ce4b1c Html helper pure HTML 5 mode without support old standarts 11 years ago
Qiang Xue 11c14a20e9 Simplified button signature. 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago
Carsten Brandt 71782b344e Changed existing code to match the changes regarding response 11 years ago
Qiang Xue 2369019d22 Fixed test break. 11 years ago
Qiang Xue 17b1e5d2fc Fixes issue #234: Added Html::addCssClass() and removeCssClass(). 11 years ago
Carsten Brandt cb8f5d702f cleanup tests 12 years ago
Benjamin Wöster f23a677bdf mod: incorporate suggestions 12 years ago