728dc0c584
added docs about form element naming
...
close #8993
2015-08-03 12:51:17 +02:00
6e3da6b329
various phpdoc fixes
2015-08-02 22:53:08 +02:00
a2568d1ec8
updated some comments and @since annotations
2015-08-02 19:56:49 +02:00
f4dfb0f17f
Reverted part of #9239
2015-08-02 12:13:40 +03:00
6d9fe671de
various code style and whitespace adjustments
2015-08-02 00:27:19 +02:00
afbc515407
Fixes #9239 : BaseJson phpdoc corrections, minor improvements, added changelog
2015-08-01 00:48:58 +03:00
079778a355
#9239 : Handle json_encode errors
2015-08-01 00:48:58 +03:00
2aba8df2ef
Fixes #9228
2015-07-27 18:57:10 +03:00
b16d734c29
Fixes #8671 : Extracted yii\helpers\Html::escapeJsRegularExpression() method from yii\validators\RegularExpressionValidator
2015-07-27 17:40:38 +03:00
da73a0fa47
Set cache to runtime folder for HTMLPurifier_Lexer
2015-07-22 12:53:45 +03:00
68c30c1034
Replace aliases of functions
2015-06-29 22:59:22 +03:00
3ce02dd17c
toArray can be string
...
update docs to reflect the available type
2015-06-24 14:21:18 +09:30
39cb131984
Spelling and sc fixes
2015-06-16 23:53:12 +03:00
afe21a986a
PSR-2 anonymous functions
2015-06-09 00:14:44 +03:00
d34d890a32
PSR-2 if-else statement
2015-06-09 00:10:09 +03:00
ae42a054bb
PSR-2 spaces, commas, etc
2015-06-09 00:05:06 +03:00
38ca276e1f
PSR-2 try-catch statement
2015-06-08 23:32:08 +03:00
fa428a130c
PSR-2 while statement
2015-06-08 23:22:41 +03:00
0c5e4b7105
PSR-2 foreach statement
2015-06-08 23:21:21 +03:00
874ecfaa37
code formatting [skip ci]
2015-06-07 09:30:49 -04:00
c339ed2949
Fixes #7764 : \yii\helpers\ArrayHelper::toArray() wasn't passing $recursive to Arrayable::toArray
2015-05-31 13:09:16 +03:00
0874ffac38
Fixed yii\helpers\Html::activeTextarea() does not allow value overriding via options
2015-05-29 12:31:52 +03:00
d4d972b535
Merge branch '6043-html-arrays'
...
Conflicts:
framework/CHANGELOG.md
2015-05-27 11:56:58 +03:00
0f04af1af9
Added support to automatically set the maxlength attribute for Html::activeTextArea() and Html::activePassword()
2015-05-20 12:05:53 +03:00
0a7191dbfe
Preserving of the named key classes at yii\helpers\Html::addCssClass() provided
2015-05-18 12:48:51 +03:00
41f6a6e558
Specification for 'class' and 'style' in array format added to yii\helpers\Html
2015-05-18 12:14:57 +03:00
3a39f8ab72
yii\helpers\Html allows correct rendering of conditional comments containing !IE
2015-05-14 16:22:26 +03:00
78d3a856d3
Added Json::htmlEncode() to support safer JSON data encoding in HTML code
2015-05-09 23:38:17 -04:00
f6b4601a83
improved doc message
2015-05-09 22:50:15 +02:00
b31b9e2411
Fix conversion of ICU 'L' symbol.
...
L should not contain a leading zero.
Added a test for this too.
close #7761
2015-05-03 01:04:49 +02:00
8c81a15ac9
Fixed yii\helpers\Html::dropDownList() overrides label specified at 'groups' option
2015-04-28 15:45:03 +03:00
ef662b57be
added missing @since annotations
2015-04-24 12:09:40 +02:00
70abb9b31c
add isset check on index which might not be set
...
close #8158
2015-04-22 22:25:00 +02:00
f2f211f610
Fallback for object containing \Closure added to yii\helpers\VarDumper::export()
2015-04-22 18:13:40 +03:00
5dd3a14141
Fixes #7851 : removed incorrect phpdoc lines
2015-04-21 00:34:34 +03:00
8caaba0168
Allow specification of the $key as an array at yii\helpers\ArrayHelper::getValue()
2015-04-20 15:52:32 +03:00
296e5816d8
typo #8113
2015-04-20 12:25:19 +02:00
a3df232655
Merge branch 'improved-mkdir-error'
...
Conflicts:
framework/CHANGELOG.md
2015-04-20 13:13:03 +03:00
95d65b4958
added missing @since tag
2015-04-20 12:56:41 +03:00
427ee8dcbf
Automatic encoding at BaseHtml::activeHint() removed
2015-04-20 12:42:41 +03:00
85ca8c3712
Added ability to specify hints for model attributes
2015-04-17 14:16:28 +03:00
14c003acab
improved error message on createDirectory
...
ensure the directory name is included in the error message.
fixes #6442
2015-04-01 00:53:03 +02:00
16c94efaf5
improved error messages in FileHelper
2015-03-26 13:24:59 +01:00
65a2c54974
fixed unicode in FormatConverter escaping
...
fixes #7603
2015-03-06 16:01:05 +01:00
08e0143c16
created Console::wrapText() to imrove console help output on small screens
2015-03-05 21:19:42 +01:00
12fe0c7b85
Fixes #7488 : Added StringHelper::explode to perform explode with trimming and skipping of empty elements
2015-03-05 19:10:38 +03:00
1945738c8d
improved and fixed Html helper and ActiveField phpdoc
...
fixes #7560
2015-03-04 03:51:00 +01:00
2aace3714c
minor adjustments
2015-03-01 01:24:28 +01:00
7a37c47bb2
Fixed #7150 - support ICU single quote syntaxes
...
- When converting an ICU date/time format to PHP, text within single quotes will be replaced with backslashes in front of each character (the PHP date() method for escaping text), and double-single quotes will be replaced with single quotes.
- When converting an ICU date/time format to jQuery UI, text within single quotes, and double-single quotes, will each be preserved (rather than parsed for date/time format symbols), as jQuery UI uses the same text escaping and single quote syntax as ICU.
- Add support for '' within 'escaped text' E.g. 'o''clock'
close #7151
2015-03-01 00:02:35 +01:00
5ed412495e
Added dot symbol to Html::getInputId()
...
close #7209
2015-02-28 23:15:34 +01:00