19 Commits

Author SHA1 Message Date
8b79293ff2 added missing @since annotations 2014-11-27 18:11:14 +01:00
87c002d5b3 Fixes #6207: Added support for truncating HTML strings using StringHelper::truncate() and StringHelper::truncateWords() 2014-11-25 07:29:27 -05:00
562417c572 truncate and truncateWords can now preserve HTML
new private method `truncateHtml` now used by `truncate` and `truncateWords`
2014-11-25 07:19:43 -05:00
ef127f6855 Fixes #5316: Added startsWith() and endsWith() to yii\helpers\StringHelper. Methods are binary-safe, multibyte-safe and optionally case-insensitive 2014-10-05 13:58:56 +04:00
7af92173b1 length arg of byteSubstr is now optional 2014-07-30 13:29:01 +02:00
cde71f4318 Added encoding to StringHelper::byteSubst() fallback 2014-07-30 15:11:20 +04:00
94dc27a30e Fixes #4497: Bad Request, Unable to verify your data submission 2014-07-30 09:37:03 +02:00
a620342315 Adjusted phpdoc, tests and changelog for StringHelper::truncate and StringHelper::truncateWords 2014-04-29 18:23:48 +04:00
ca6583a045 Update BaseStringHelper.php 2014-04-22 10:01:03 +01:00
4bec5fe748 Update BaseStringHelper.php 2014-04-07 09:29:38 +01:00
50efd32322 Update BaseStringHelper.php
Updated to use mb_* functions
2014-04-01 13:04:16 +01:00
57a948e755 Update BaseStringHelper.php
Length check.
2014-04-01 12:26:26 +01:00
ad039e125a New truncate and truncateWords methods
New truncate and truncateWords methods, https://github.com/yiisoft/yii2/issues/2941
2014-04-01 10:14:43 +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
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
a37b35a4e1 Fixes #1897
- Gii diff markup is now copy paste friendly
- Removed StringHelper::diff()
- Moved phpspec/php-diff dependency from yiisoft/yii2 to yiisoft/yii2-gii
2014-01-27 06:13:13 +04:00
8473dda39b fixed stringHelper dirname to return empty string
in case no dir is present
2014-01-23 12:04:24 +01:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00