175 Commits (e72c31dc0b6f3b2ea9efe9cf569b87b132e5aae8)

Author SHA1 Message Date
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Kartik Visweswaran 03b88dd618 Fixes #5424: `Html::addCssStyle()` wasn't correctly setting style passed in array 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
Alexander Kochetov ed251d8993 Html::button() type is `button` by default 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
Alexander Makarov 7728274ce6 Fixes #4122: `Html::error()` and `Html::errorSummary()` are now accepting `encode` option. If set to false it prevents encoding of error messages 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Alexander Makarov e17e99d332 Fixes #3887 10 years ago
Misbahul D Munir 6a6caf717b dropDownList encodeSpaces for subgroups 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
Qiang Xue 502c5891a1 Fixes #4205 [skip ci] 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue 6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by `View`. Added `Html::csrfMetaTags()` and its call to main layout files 10 years ago
armab c792e0d07f Hotfix for #3597 10 years ago
armab 3048fdf66f Improve array support for "data" attribute in renderTagAttributes() 10 years ago
Carsten Brandt 4de6e8c6b2 fix #3501 replace . when generating input ids 10 years ago
Qiang Xue 305e8cbdba refactored Html. 10 years ago
Kartik Visweswaran 16f279ebe3 Fix #3472: Configurable option to encode spaces in dropdowns 10 years ago
Kartik Visweswaran 1abd0ab486 Fix #3472: Configurable option to encode spaces in dropdowns 10 years ago
Kartik Visweswaran 0e40dfdd6e Fix #3472: Configurable option to encode spaces in dropdowns 10 years ago
DaSourcerer be164e45db Handle invalid code sequences in Html::encode() 10 years ago
Kartik Visweswaran 0ed190e995 Fix #3472: Configurable option to encode spaces in dropdowns 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
Qiang Xue c15aceb094 Refactored filter error display for GridView. 11 years ago
Qiang Xue 7ca1be3504 Fixes #3008: Added `Html::errorSummary()` 11 years ago
Carsten Brandt b1f4d5d4bf allow . in input name 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov ed5007e44b more reference fixes 11 years ago
Alexander Makarov d5df12039f fixed another reference 11 years ago
Alexander Makarov 3b1d558942 fixed refences 11 years ago
Carsten Brandt 6fff5662df better use @see for See in phpdoc 11 years ago
Carsten Brandt c94a40e90d added a large amount of missing documentation 11 years ago
Alexander Makarov 5d6c314d4e Adjusted URL helper, fixed usage 11 years ago
Alexander Makarov 92b381795b Adjusted Url helper methods 11 years ago
Alexander Makarov 3400eb5215 #2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create` 11 years ago
Carsten Brandt 3777ec2bd3 fixed > 100 typos introduced by me :-) 11 years ago
Qiang Xue c64ab9d7fc Fixes #2624: Html::textArea() should respect "name" option. 11 years ago
Alexander Makarov b0ef4c9084 Removed unused variables 11 years ago
Qiang Xue 04bf51b01a Fixes #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` 11 years ago
Carsten Brandt ac3ac5d107 added link about rendering of HTML attributes to Html helper 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago