|
be2828d593
|
Fixes #5484: Fixed potential string suffix detection failure on 5.5.11
|
2014-10-11 09:35:55 -04:00 |
|
|
03b88dd618
|
Fixes #5424: Html::addCssStyle() wasn't correctly setting style passed in array
|
2014-10-08 14:39:13 +04:00 |
|
|
93496bf8fd
|
Fixes #5058: yii\helpers\Html::activeCheckbox() and activeRadio() will generate labels by default using the corresponding attribute labels
|
2014-09-18 12:15:54 -04:00 |
|
|
ed251d8993
|
Html::button() type is button by default
|
2014-09-09 23:32:00 +04:00 |
|
|
61284ed405
|
Fixes #3910: Removed the container option from Html::checkbox() and Html::radio()
|
2014-09-04 14:36:30 -04:00 |
|
|
3786440288
|
Fixes #4762: Reverted automatic ID fix.
|
2014-08-25 17:05:14 -04:00 |
|
|
7728274ce6
|
Fixes #4122: Html::error() and Html::errorSummary() are now accepting encode option. If set to false it prevents encoding of error messages
|
2014-08-12 02:13:34 +04:00 |
|
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
|
1c414caace
|
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
|
2014-07-30 02:15:08 +04:00 |
|
|
07f01bcf2b
|
Used substr_compare instead of substr when we don't care about result
|
2014-07-23 16:37:49 +04:00 |
|
|
e17e99d332
|
Fixes #3887
|
2014-07-22 19:35:44 +04:00 |
|
|
6a6caf717b
|
dropDownList encodeSpaces for subgroups
fixes #4105, close #4376
|
2014-07-20 22:11:15 +02:00 |
|
|
61b627a6fc
|
Fixes #4318: yii\helpers\Html::ul() and ol() will return an empty list tag if an empty item array is given
|
2014-07-16 21:49:35 -04:00 |
|
|
502c5891a1
|
Fixes #4205 [skip ci]
|
2014-07-04 22:07:16 -04:00 |
|
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
|
6b799d392d
|
Fixes #3358: Removed automatic CSRF meta tag generation by View . Added Html::csrfMetaTags() and its call to main layout files
|
2014-06-13 10:04:48 -04:00 |
|
|
c792e0d07f
|
Hotfix for #3597
|
2014-05-27 02:34:32 +03:00 |
|
|
3048fdf66f
|
Improve array support for "data" attribute in renderTagAttributes()
|
2014-05-26 23:14:42 +03:00 |
|
|
4de6e8c6b2
|
fix #3501 replace . when generating input ids
|
2014-05-25 18:51:06 +02:00 |
|
|
305e8cbdba
|
refactored Html.
|
2014-05-22 14:01:52 -04:00 |
|
|
0aff05850c
|
Merge branch 'patch-4' of github.com:kartik-v/yii2 into kartik-v-patch-4
Conflicts:
framework/CHANGELOG.md
|
2014-05-21 14:46:58 -04:00 |
|
|
16f279ebe3
|
Fix #3472: Configurable option to encode spaces in dropdowns
|
2014-05-22 00:06:06 +05:30 |
|
|
1abd0ab486
|
Fix #3472: Configurable option to encode spaces in dropdowns
|
2014-05-20 23:53:37 +05:30 |
|
|
0e40dfdd6e
|
Fix #3472: Configurable option to encode spaces in dropdowns
|
2014-05-20 23:42:49 +05:30 |
|
|
be164e45db
|
Handle invalid code sequences in Html::encode()
|
2014-05-20 15:44:23 +02:00 |
|
|
0ed190e995
|
Fix #3472: Configurable option to encode spaces in dropdowns
|
2014-05-19 21:32:13 +05:30 |
|
|
a4c644d3a3
|
Fixes #3325: fixed generated markup for conditional comments
No changelog line since feature was introduced after beta
|
2014-05-02 15:29:26 +04:00 |
|
|
4fcd5003de
|
Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper
|
2014-04-26 20:25:48 -04:00 |
|
|
c15aceb094
|
Refactored filter error display for GridView.
|
2014-04-22 20:46:23 -04:00 |
|
|
7ca1be3504
|
Fixes #3008: Added Html::errorSummary()
|
2014-04-22 19:55:13 -04:00 |
|
|
b1f4d5d4bf
|
allow . in input name
|
2014-04-11 13:37:31 +02:00 |
|
|
0b29c9607d
|
fixed broken API links [skip ci]
|
2014-04-09 22:22:49 -04:00 |
|
|
67dd874e0c
|
renamed console controller optoins param $id to $actionId
|
2014-03-26 17:51:52 +01:00 |
|
|
bf3c75147d
|
reverted breaking PHPdoc codestyle changes
issue #2852
|
2014-03-23 20:51:09 +01:00 |
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
ed5007e44b
|
more reference fixes
|
2014-03-12 12:47:16 +03:00 |
|
|
d5df12039f
|
fixed another reference
|
2014-03-12 12:45:16 +03:00 |
|
|
3b1d558942
|
fixed refences
|
2014-03-12 12:44:18 +03:00 |
|
|
6fff5662df
|
better use @see for See in phpdoc
|
2014-03-11 05:38:35 +01:00 |
|
|
c94a40e90d
|
added a large amount of missing documentation
|
2014-03-11 05:38:35 +01:00 |
|
|
5d6c314d4e
|
Adjusted URL helper, fixed usage
|
2014-03-10 15:25:15 +04:00 |
|
|
92b381795b
|
Adjusted Url helper methods
|
2014-03-10 01:34:05 +04:00 |
|
|
3400eb5215
|
#2630: yii\heplers\Html::url moved to new yii\helpers\Url::create
|
2014-03-09 16:41:55 +04:00 |
|
|
3777ec2bd3
|
fixed > 100 typos introduced by me :-)
|
2014-03-05 02:38:59 +01:00 |
|
|
c64ab9d7fc
|
Fixes #2624: Html::textArea() should respect "name" option.
|
2014-03-04 19:34:09 -05:00 |
|
|
b0ef4c9084
|
Removed unused variables
|
2014-03-04 21:46:30 +04:00 |
|
|
04bf51b01a
|
Fixes #2392: Added addCssStyle() , removeCssStyle() , cssStyleFromArray() and cssStyleToArray() to Html
|
2014-02-23 19:12:33 -05:00 |
|
|
d8d44b6127
|
Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-21 23:53:15 +03:00 |
|
|
ac3ac5d107
|
added link about rendering of HTML attributes to Html helper
|
2014-02-20 19:14:46 +01:00 |
|
|
43c17d99cc
|
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-20 20:10:33 +04:00 |
|