|
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 |
|
|
26cb7b2a3c
|
Renamed fooVar to fooParam for various classes.
|
2014-02-15 18:18:27 -05:00 |
|
|
80d69a6551
|
Renamed csrfParam back to csrfVar for consistency.
|
2014-02-10 11:27:54 -05:00 |
|
|
2026eb85ac
|
Update BaseHtml.php
|
2014-02-09 09:03:38 +05:30 |
|
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|
|
296fc72d63
|
more clear docs about html options
fixes yiisoft/yii#2844
|
2014-01-28 11:40:19 +01:00 |
|
|
150d71368b
|
Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
Conflicts:
framework/CHANGELOG.md
|
2014-01-26 17:41:14 -05:00 |
|
|
49c62e6846
|
typo
|
2014-01-24 09:29:19 -05:00 |
|
|
3dd3914a38
|
Fixes #2144: Html helper now supports rendering "data" attributes
|
2014-01-24 08:50:20 -05:00 |
|
|
0d669f5e6b
|
refactored params methods in Request
issue #2043
|
2014-01-21 15:04:43 +01:00 |
|
|
96990c8d04
|
Merge pull request #2012 from creocoder/listbox-fix2
BaseHtml::listBox() incorrect array_key_exists() usage fix
|
2014-01-16 19:43:41 -08:00 |
|
|
e5b30731c3
|
BaseHtml::listBox() incorrect array_key_exists() usage fix
|
2014-01-17 07:42:45 +04:00 |
|
|
0fe3245b26
|
BaseHtml::activeListBox() incorrect 'unselect' value fixed.
|
2014-01-17 07:36:24 +04:00 |
|
|
bbc0226627
|
BaseHtml::activeDropDownList() fix for 'multiple' mode
|
2014-01-17 07:35:48 +04:00 |
|
|
f645368e75
|
BaseHtml::listBox() allow to remove size attribute
|
2014-01-17 07:18:25 +04:00 |
|
|
7a7030e063
|
BaseHtml::listBox() default size settings removed
|
2014-01-17 06:38:41 +04:00 |
|
|
96f210f0d2
|
better fix for #1959.
|
2014-01-15 11:39:47 -05:00 |
|
|
777e22c1af
|
Fixes #1959: Html::activeCheckbox wasn't respecting custom values for checked/unchecked state
|
2014-01-15 11:18:34 -05:00 |
|
|
5a9823a5f4
|
A bit less stricter check as suggested by @qiang: 2aa8fc7171
|
2014-01-15 01:40:17 +04:00 |
|
|
2aa8fc7171
|
Optimized #1959 code a bit
|
2014-01-14 22:44:55 +04:00 |
|
|
f44605fff0
|
Fixes #1959 : compare model attribute with value/uncheck options
|
2014-01-14 16:31:50 +01:00 |
|
|
58e847258f
|
Renamed Request::maskedCsrfToken to csrfToken.
|
2014-01-11 11:49:29 -05:00 |
|
|
0c38655217
|
psr-4 move
|
2014-01-10 21:41:43 -05:00 |
|