42 Commits (0fc46760b0090ab92ff6254fa1747e2db4fe6945)

Author SHA1 Message Date
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
Benjamin Wöster d4b30e26c2 allow unit tests to requireApp() on setUp() 12 years ago
Qiang Xue a4b7d493b0 Removed the $value parameter from radio and checkbox. 12 years ago
Qiang Xue 399a53cfc4 activeform wip 12 years ago
Alexander Makarov 08be696434 fixed Html test under Windows (line endings) 12 years ago
Qiang Xue 122bd231b4 modified Application constructor signature. 12 years ago
Alexander Makarov 9da81894be moved helper test from util namespace to helpers namespace, added tests for StringHelper 12 years ago
Qiang Xue 74d4e04d95 line ending fix. 12 years ago
Qiang Xue e1acc64b2b refactoring cache and db references. 12 years ago
Qiang Xue 884977a724 renamed util to helpers. 12 years ago
Qiang Xue 5227d2db7d refactoring. 12 years ago
Qiang Xue 2422a134f0 Refactored Html. 12 years ago
Qiang Xue a5ababe4c6 Finished HtmlTest. 12 years ago
Qiang Xue 03e212bcf6 Added HtmlTest. 12 years ago