|
0895f212c6
|
improved docs about tag option in HTML options
|
2016-07-03 10:57:47 +02:00 |
|
|
4fd4ac04b1
|
Minor adjustments for #11462
|
2016-07-03 02:05:13 +03:00 |
|
|
30bb9bd7c8
|
Fixes #11462: Added support of filtering rules to yii\log\Target::$logVar , added \yii\helpers\BaseArrayHelper::filter() method
|
2016-07-03 01:56:05 +03:00 |
|
|
16e4cab8f1
|
Fixes #11865: Fixed setting selected for dropdown list using options
|
2016-07-03 01:43:50 +03:00 |
|
|
3b5634bf8b
|
Fixes #11863: Fixed usage of mb_substr with PHP < 5.4.8 where length of NULL was treated the same as 0
|
2016-07-02 21:06:39 +03:00 |
|
|
4d93d68af9
|
Fix incorrect formatting in documentation (#11864) [skip ci]
The asterisks and underscores were interpreted as markdown formatting, which wasn't intended.
Also fix invalid link to FG_COLOR.
|
2016-07-01 19:15:36 +03:00 |
|
|
c370c17e93
|
Additional fix for ##11168
|
2016-06-24 17:32:01 +03:00 |
|
|
348cc17dbb
|
Fixes #11168: yii\helpers\BaseHtml now uses abstracted booleanInput() and activeBooleanInput() methods to render radio() , checkbox() , activeRadio() and activeCheckbox()
|
2016-06-24 00:01:46 +03:00 |
|
|
01c84e2ff2
|
Fixes #11549: Fixed ArrayHelper::getValue() to work properly with float keys
|
2016-06-19 15:26:44 +03:00 |
|
|
239d7814eb
|
Fixes #11739: Fixed ArrayHelper::index() losing precision for float keys
|
2016-06-19 15:00:46 +03:00 |
|
|
b39a0a1e5a
|
Fixes #11774: Fixed incorrect recusuive symlinks check in FileHelper
|
2016-06-18 17:34:25 +03:00 |
|
|
2238c32098
|
fix BaseArrayHelper::isIn() in strict mode
close #11686
|
2016-06-09 13:10:11 +02:00 |
|
|
9d327baa8b
|
coding style fixes
|
2016-05-26 11:19:32 +02:00 |
|
|
bc63b7607f
|
Fixed PHPDoc for BaseArrayHelper::index()
Closes #11556
|
2016-05-12 16:33:23 +03:00 |
|
|
7dc9d07bcd
|
Changable default flavor for Markdown helper
close #11438
|
2016-05-03 11:14:05 +02:00 |
|
|
c6d04644d3
|
passing properties to recursive call if properties of top object are not specified
fixes #7717
close #10960
|
2016-04-28 02:34:10 +02:00 |
|
|
f900f24ca9
|
Fixed namespace conflict with Markdown helper and Console helper
fixes #11425
|
2016-04-26 22:05:56 +02:00 |
|
|
4f4fa6fdf0
|
Fixes #10710: yii\helpers\FileHelper::copyDirectory() is now throwing exception when trying to copy a directory to itself or a subdirectory
|
2016-04-23 01:58:33 +03:00 |
|
|
87dd02a077
|
Remove unused code (#11395)
Using `Yii::createObject()` is enough to set config.
|
2016-04-22 10:27:08 +02:00 |
|
|
2f9395bbd6
|
fix #11299
|
2016-04-07 10:52:43 +03:00 |
|
|
cfbe50e96d
|
Fixes #11026: Fixed StringHelper::truncateWords() to count words properly for non-English text
|
2016-03-30 00:26:56 +03:00 |
|
|
a46015124c
|
improved docs for Html::a() and absolute URLs
fixes #11216
|
2016-03-28 16:33:30 +02:00 |
|
|
3fb85fb84e
|
Fixing VarDumper for throwing PHP Fatal when dumping __PHP_Incomplete_Class. #11196 issue.
|
2016-03-25 15:54:15 +01:00 |
|
|
c17f887583
|
Added StringHelper::countWords() that given a string returns number of words in it
|
2016-03-16 01:41:57 +03:00 |
|
|
b6d26a12e9
|
Fixes #11052: Fixed HtmlPurifier configuration sequence
|
2016-03-16 00:22:52 +03:00 |
|
|
258175149d
|
Fixes #11125: Fixed JSON_ERROR_SYNTAX for json_decode(null) in PHP 7
|
2016-03-15 22:36:23 +03:00 |
|
|
d3b5f4a284
|
Fixes #3656: Encode / in "r" query parameter in docs as it really is
|
2016-03-15 21:52:41 +03:00 |
|
|
d82bf74f41
|
fixed removal of empty lines in array in phpdoc controller
|
2016-03-14 23:53:10 +01:00 |
|
|
5a425b2528
|
BaseArrayHelper::index() updated PHPDoc
|
2016-03-10 18:12:33 +02:00 |
|
|
91e2c71826
|
Fixes #@11071
|
2016-03-10 16:39:21 +02:00 |
|
|
e4d9ed5182
|
code style fix
|
2016-03-09 10:17:41 +02:00 |
|
|
77599dc179
|
fixes #11040: make copyDirectory method work correctly with parameter 'recursive'
|
2016-03-08 00:45:52 +06:00 |
|
|
e50b300a0f
|
string array replace change
shorten :D
|
2016-02-26 22:31:39 +05:00 |
|
|
191f2a4943
|
fixed phpdoc type names
|
2016-02-25 20:24:32 +01:00 |
|
|
438e5cfb5d
|
BaseArrayHelper::isTraversable() PHPDoc update
|
2016-02-24 23:51:19 +02:00 |
|
|
16a6af5fa8
|
Add helper function for checking if an object is an array-like object.
Added support for traversable objects in `BaseHtml` and `ArrayHelper`
|
2016-02-24 23:49:05 +02:00 |
|
|
80e9331fe0
|
Spelling fixes, BaseArrayHelper::index() parameter groupBy renamed to groups
|
2016-02-24 23:43:09 +02:00 |
|
|
d56d2d7a31
|
BaseArrayHelper::index() - 3rd parameter renamed from dimensions to groupBy
PHPDoc updated
|
2016-02-24 23:07:37 +02:00 |
|
|
54c0d9a31c
|
Merge branch 'helper_indexbydimensions' of https://github.com/quantum13/yii2 into quantum13-helper_indexbydimensions
|
2016-02-24 21:35:51 +02:00 |
|
|
5c4e2d4372
|
Removed unnecessary parentheses
|
2016-02-16 14:08:43 +03:00 |
|
|
8b0f28f780
|
Add @since [skip ci]
|
2016-02-15 23:06:58 +01:00 |
|
|
1ec972fbf7
|
Fixes #10610: Added BaseUrl::$urlManager to be able to set URL manager used for creating URLs
|
2016-02-15 22:35:58 +03:00 |
|
|
3bf3c20710
|
Merge remote-tracking branch 'upstream/master' into 10764-enh-options-tag
# Conflicts:
# framework/CHANGELOG.md
|
2016-02-15 17:37:40 +01:00 |
|
|
ef8b0a2be0
|
parameter dimensions in ArrayHelper::index
|
2016-02-15 17:47:44 +10:00 |
|
|
9b5f6cb188
|
prepare for 2.0.7 release
- adjust version
- build classmap
- build phpdoc @property annotations
- build mime-type file
|
2016-02-14 15:45:55 +01:00 |
|
|
cc7628e5d2
|
WIP #10764: update docs [skip ci]
|
2016-02-10 00:50:52 +01:00 |
|
|
295bb3e173
|
WIP #10764: adjusted Html::beginTag and Html::endTag methods to be consistent
|
2016-02-09 18:13:32 +01:00 |
|
|
78de315794
|
Fixed processing nested objects multisort in BaseArrayHelper
fixes #8348
close #10607
|
2016-02-07 20:20:32 +01:00 |
|
|
f620f4de90
|
phpdoc fixes
|
2016-02-07 19:48:13 +01:00 |
|
|
ef5ce2d4c1
|
missing @since annotations in helpers
|
2016-02-07 17:46:12 +01:00 |
|