octicon-git-branch(16/) Commit Graph

42 Commits

Author SHA1 Message Date
sam002
a350b34c1b Fixes additional case for #13657 which wasn't covered by tests 2017-02-28 16:52:09 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
sam002
c78b9e470d Fixes #13657: Fixed yii\helpers\StringHelper::truncateHtml() skip extra tags at the end 2017-02-27 15:16:31 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Andrew Nester
953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to StringHelper 2017-02-22 16:54:27 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Nikolay Oleynikov
323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 2017-02-19 17:34:22 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
c19b2f7dc8 release version 2.0.11 2017-02-01 17:46:29 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
ebe30bd5ee Exposed number normalization as StringHelper::normalizeNumber() 2017-01-15 22:46:25 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
210cf36750 Fixes #12703: Fixed StringHelper::truncateHtml() non functional when dom PHP extension is disabled 2016-12-26 23:15:19 +07:00 octicon-file-diff(16/) octicon-file-code(16/)
Elvira Sheina
0545bb6936 Fixed truncateHtml leaving extra tags (#7727) 2016-11-28 20:29:20 +05:00 octicon-file-diff(16/) octicon-file-code(16/)
Robert Korulczyk
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Basil
a183efb5d6 Update BaseStringHelper.php (#12832) [skip ci] 2016-10-26 18:06:00 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
1df04b526b Issue with spaces 2016-09-14 12:38:31 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
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 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
cfbe50e96d Fixes #11026: Fixed StringHelper::truncateWords() to count words properly for non-English text 2016-03-30 00:26:56 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
c17f887583 Added StringHelper::countWords() that given a string returns number of words in it 2016-03-16 01:41:57 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Andrew Nester
6acab778da 10629 - BaseStringHelper::truncateHtml fix - should not add suffix if words count less than needed #10629 2016-01-21 10:55:52 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
SilverFire - Dima Naumenko
ccd20793d4 Fixed #9911 - StringHelper::explode with skip_empty option removed item eq to 0 2015-10-14 00:15:22 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
1b3770fd21 Use === instead of == where possible 2015-10-10 01:04:35 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
6d9fe671de various code style and whitespace adjustments 2015-08-02 00:27:19 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
webdevsega
da73a0fa47 Set cache to runtime folder for HTMLPurifier_Lexer 2015-07-22 12:53:45 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Mohorev
d34d890a32 PSR-2 if-else statement 2015-06-09 00:10:09 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
874ecfaa37 code formatting [skip ci] 2015-06-07 09:30:49 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
ef662b57be added missing @since annotations 2015-04-24 12:09:40 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
SilverFire
12fe0c7b85 Fixes #7488: Added StringHelper::explode to perform explode with trimming and skipping of empty elements 2015-03-05 19:10:38 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
8b79293ff2 added missing @since annotations 2014-11-27 18:11:14 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
87c002d5b3 Fixes #6207: Added support for truncating HTML strings using StringHelper::truncate() and StringHelper::truncateWords() 2014-11-25 07:29:27 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
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 octicon-file-diff(16/) octicon-file-code(16/)
armab
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 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
7af92173b1 length arg of byteSubstr is now optional 2014-07-30 13:29:01 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
cde71f4318 Added encoding to StringHelper::byteSubst() fallback 2014-07-30 15:11:20 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
mbman
94dc27a30e Fixes #4497: Bad Request, Unable to verify your data submission 2014-07-30 09:37:03 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
a620342315 Adjusted phpdoc, tests and changelog for StringHelper::truncate and StringHelper::truncateWords 2014-04-29 18:23:48 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
ca6583a045 Update BaseStringHelper.php 2014-04-22 10:01:03 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
4bec5fe748 Update BaseStringHelper.php 2014-04-07 09:29:38 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
50efd32322 Update BaseStringHelper.php
Updated to use mb_* functions
2014-04-01 13:04:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
57a948e755 Update BaseStringHelper.php
Length check.
2014-04-01 12:26:26 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
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 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
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 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
8473dda39b fixed stringHelper dirname to return empty string
in case no dir is present
2014-01-23 12:04:24 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00 octicon-file-diff(16/) octicon-file-code(16/)