739 Commits

Author SHA1 Message Date
0b36b27caf Fixed version number in @since 2017-03-10 21:16:25 +03:00
e12dd895e9 improved docs for #13576 2017-03-10 16:01:24 +01:00
af612f47d1 Addded pluralization and singularization exception for currency 2017-02-28 15:59:10 +02:00
a350b34c1b Fixes additional case for #13657 which wasn't covered by tests 2017-02-28 16:52:09 +03:00
c78b9e470d Fixes #13657: Fixed yii\helpers\StringHelper::truncateHtml() skip extra tags at the end 2017-02-27 15:16:31 +03:00
f47b6c7683 Fixes #7946 Fixed a bug when the form attribute was not propagated to the hidden input of the checkbox 2017-02-27 13:47:37 +03:00
148007ffd6 Refactor HTML helper attribute order (#13665) 2017-02-26 20:54:44 +03:00
a719293ab0 Fixes #13649: Fixes issue where ['uncheck' => false] and ['label' => false] options for ActiveRadio and ActiveCheckbox were ignored 2017-02-25 14:41:02 +03:00
953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to StringHelper 2017-02-22 16:54:27 +03:00
323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 2017-02-19 17:34:22 +03:00
a26d28f8e3 Fixes #13576: Added support of srcset to yii\helpers\Html::img() 2017-02-18 02:23:20 +03:00
e47329c92b Fixed #13523: Plural rule for pasta 2017-02-11 23:19:06 +03:00
c19b2f7dc8 release version 2.0.11 2017-02-01 17:46:29 +01:00
ebe30bd5ee Exposed number normalization as StringHelper::normalizeNumber() 2017-01-15 22:46:25 +03:00
3a1cd7f3aa Fixes #13287: Fixed translating "and" separator in UniqueValidator error message 2017-01-15 22:05:45 +03:00
fc00e60ade Incorrect console width/height detecting with using Stty on Mac
Fixes #13309
2017-01-14 11:49:13 +02:00
0efed3f2b0 Fixed wrong background color generation in BaseConsole::renderColoredString()
Fixes #13326
2017-01-14 11:42:33 +02:00
3050dedded Update BaseConsole.php 2017-01-07 21:13:02 +01:00
210cf36750 Fixes #12703: Fixed StringHelper::truncateHtml() non functional when dom PHP extension is disabled 2016-12-26 23:15:19 +07:00
ed82ba4ee2 Revert "fix ArrayHelper::getValue() to throw exception on invalid input"
This reverts commit e963b2af6486dd79c26a460148c63efb580f53fc because of BC breaking reported in #13248.

To know more about the reasons of commit revertinvg, visit https://github.com/yiisoft/yii2/issues/13248
2016-12-20 12:39:25 +02:00
8562055937 Merge pull request #13216 from yiisoft/arrayhelper-error
fix ArrayHelper::getValue() to throw exception on invalid input
2016-12-18 20:02:26 +02:00
18bac955c1 docs about JSON and UTF-8
fixes #10761
2016-12-16 03:08:02 +01:00
e963b2af64 fix ArrayHelper::getValue() to throw exception on invalid input
fixes #12927
2016-12-16 01:49:37 +01:00
1d5a6d1722 Add is_dir() validation for BaseFileHelper::findFiles().
Sometimes it throws exception when file/directory is deleted or moved while executing script.
2016-12-15 23:21:17 +02:00
8e0af24203 Fix protocol-relative URLs in Url::to() (#13156) (#13157)
* Fix protocol-relative URLs in `Url::to()`

* Use `isRelative()` in `Url::to()`
2016-12-11 20:39:21 +02:00
2d91723934 Add support for creating protocol-relative URLs.
Improve phpdoc for protocol-relative URL creation.
Remove useless `is_string()` check.
2016-11-29 09:53:51 +02:00
63e650952b Updated tests for HtmlHelper::textarea() 2016-11-29 00:06:20 +02:00
10ad620cb4 Adds ability for the user to choose if they want to double encode entities within textareas or not when using ActiveForm. Applies enhancement from #12988. 2016-11-29 00:06:12 +02:00
0545bb6936 Fixed truncateHtml leaving extra tags (#7727) 2016-11-28 20:29:20 +05:00
75162652b7 Update BaseHtml.php 2016-11-20 15:17:15 +01:00
ea251e24ba Closes #7420: Attributes for prompt generated with renderSelectOptions of \yii\helpers\Html helper 2016-11-17 16:43:19 +02:00
7a3a342127 Fix errors reported by apidoc extension. (#12986) 2016-11-13 14:51:21 +01:00
b7b9c8ba40 Cosmetic changes (DocBlock) (#12972) [skip ci] 2016-11-11 20:57:55 +03:00
6bad563c69 Update BaseHtml.php (#12933) 2016-11-07 13:34:17 +01:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
940f7c7cd4 PHPDocs updated. Closes #12927 2016-11-05 22:11:09 +02:00
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
6b73cfccbb Fixes #12881: Added removeValue method to yii\helpers\BaseArrayHelper (nilsburg) 2016-11-04 18:21:56 +03:00
2788f83576 Fixes #12879: Console progress bar was not working properly in Windows terminals 2016-11-03 13:32:35 +03:00
a183efb5d6 Update BaseStringHelper.php (#12832) [skip ci] 2016-10-26 18:06:00 +03:00
e8c16a09fa Fixed some typos (#12847) 2016-10-26 14:02:38 +03:00
11fe407ad0 release version 2.0.10 2016-10-20 14:02:50 +02:00
75e43ccc3a Fixes regression introduced by #12576. Closes #12576 2016-10-12 00:38:04 +03:00
68eb1268a3 Fix phpdoc in yii\helpers\BaseHtml 2016-10-04 23:08:39 +02:00
11d599704c phpDoc: Url::previous() return null value (#12625) 2016-09-28 14:38:38 +02:00
b1b6d60705 fix consistency of @doc on $selection 2016-09-26 21:25:06 +02:00
6b88f2fa71 Merge pull request #12537 from Alex-Code/StringHelper
StringHelper fixes
2016-09-19 10:40:14 +03:00
740a97de49 fixed file helper docs about ordering in findFiles()
fixes #12546
2016-09-16 09:45:09 +02:00
fd54ff2212 Update PHPDoc 2016-09-15 20:20:45 +03:00
5ef5005e49 Updated PHPDocs, fixes #12545 2016-09-15 19:51:49 +03:00