40 Commits (eeb9f6026dbbd0b0bb44a973461d5395eb026459)

Author SHA1 Message Date
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
Qiang Xue 80d69a6551 Renamed csrfParam back to csrfVar for consistency. 11 years ago
Dilip 2026eb85ac Update BaseHtml.php 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Carsten Brandt 296fc72d63 more clear docs about html options 11 years ago
Qiang Xue 49c62e6846 typo 11 years ago
Qiang Xue 3dd3914a38 Fixes #2144: `Html` helper now supports rendering "data" attributes 11 years ago
Carsten Brandt 0d669f5e6b refactored params methods in Request 11 years ago
Alexander Kochetov e5b30731c3 BaseHtml::listBox() incorrect array_key_exists() usage fix 11 years ago
Alexander Kochetov 0fe3245b26 BaseHtml::activeListBox() incorrect 'unselect' value fixed. 11 years ago
Alexander Kochetov bbc0226627 BaseHtml::activeDropDownList() fix for 'multiple' mode 11 years ago
Alexander Kochetov f645368e75 BaseHtml::listBox() allow to remove size attribute 11 years ago
Alexander Kochetov 7a7030e063 BaseHtml::listBox() default size settings removed 11 years ago
Qiang Xue 96f210f0d2 better fix for #1959. 11 years ago
Qiang Xue 777e22c1af Fixes #1959: `Html::activeCheckbox` wasn't respecting custom values for checked/unchecked state 11 years ago
Alexander Makarov 5a9823a5f4 A bit less stricter check as suggested by @qiang: 2aa8fc7171 11 years ago
Alexander Makarov 2aa8fc7171 Optimized #1959 code a bit 11 years ago
Kevin LEVRON f44605fff0 Fixes #1959 : compare model attribute with value/uncheck options 11 years ago
Qiang Xue 58e847258f Renamed Request::maskedCsrfToken to csrfToken. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
KiTE 2daa5e9135 Fixed label attributes in BaseHtml 11 years ago
Carsten Brandt b9c1eff373 fixed javascript 11 years ago
Qiang Xue c8960168c5 Fixes #1634: Use masked CSRF tokens to prevent BREACH exploits 11 years ago
Qiang Xue dba7c02a2c Fixes #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected 11 years ago
Qiang Xue 1f5f19df13 Fixes #1457: support using AR relations as input. 11 years ago
Qiang Xue 83623851f3 Fixes #1397: support customization of the container tag for Html::checkbox() and radio() 11 years ago
Qiang Xue a1612f5d7e Fixes #1362: added itemOptions to Html::radioList and checkboxList. 11 years ago
Qiang Xue 8307075f74 Fixes #1362: doc fix. 11 years ago
Carsten Brandt 3a613e8565 allow setting css rel explicitly 11 years ago
Andrea Panattoni 4941db1eee Checkboxlist documentation fix 11 years ago
Qiang Xue b06caa297b Fixes #1206. 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago