44 Commits (ded1677ec8b413b39c5b4b69b658cebaa0313007)

Author SHA1 Message Date
Carsten Brandt ed9912591e
updated docs for base64UrlEncode() 8 years ago
Alexander Makarov 0b36b27caf
Fixed version number in `@since` 8 years ago
sam002 a350b34c1b Fixes additional case for #13657 which wasn't covered by tests 8 years ago
sam002 c78b9e470d Fixes #13657: Fixed `yii\helpers\StringHelper::truncateHtml()` skip extra tags at the end 8 years ago
Andrew Nester 953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to `StringHelper` 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Alexander Makarov ebe30bd5ee
Exposed number normalization as StringHelper::normalizeNumber() 8 years ago
Alexander Makarov 210cf36750 Fixes #12703: Fixed `StringHelper::truncateHtml()` non functional when dom PHP extension is disabled 8 years ago
Elvira Sheina 0545bb6936 Fixed truncateHtml leaving extra tags (#7727) 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Basil a183efb5d6 Update BaseStringHelper.php (#12832) [skip ci] 8 years ago
Alex-Code 1df04b526b Issue with spaces 8 years ago
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 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Alexander Makarov cfbe50e96d Fixes #11026: Fixed `StringHelper::truncateWords()` to count words properly for non-English text 9 years ago
Alexander Makarov c17f887583 Added `StringHelper::countWords()` that given a string returns number of words in it 9 years ago
Andrew Nester 6acab778da 10629 - BaseStringHelper::truncateHtml fix - should not add suffix if words count less than needed #10629 9 years ago
SilverFire - Dima Naumenko ccd20793d4 Fixed #9911 - StringHelper::explode with skip_empty option removed item eq to 0 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
webdevsega da73a0fa47 Set cache to runtime folder for HTMLPurifier_Lexer 9 years ago
Alexander Mohorev d34d890a32 PSR-2 if-else statement 9 years ago
Qiang Xue 874ecfaa37 code formatting [skip ci] 9 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
SilverFire 12fe0c7b85 Fixes #7488: Added `StringHelper::explode` to perform explode with trimming and skipping of empty elements 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Carsten Brandt 8b79293ff2 added missing `@since` annotations 10 years ago
Qiang Xue 87c002d5b3 Fixes #6207: Added support for truncating HTML strings using `StringHelper::truncate()` and `StringHelper::truncateWords()` 10 years ago
Alex-Code 562417c572 truncate and truncateWords can now preserve HTML 10 years ago
armab ef127f6855 Fixes #5316: Added `startsWith()` and `endsWith()` to `yii\helpers\StringHelper`. Methods are binary-safe, multibyte-safe and optionally case-insensitive 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 7af92173b1 length arg of byteSubstr is now optional 10 years ago
Alexander Makarov cde71f4318 Added encoding to StringHelper::byteSubst() fallback 10 years ago
mbman 94dc27a30e Fixes #4497: Bad Request, Unable to verify your data submission 10 years ago
Alexander Makarov a620342315 Adjusted phpdoc, tests and changelog for StringHelper::truncate and StringHelper::truncateWords 11 years ago
Alex-Code ca6583a045 Update BaseStringHelper.php 11 years ago
Alex-Code 4bec5fe748 Update BaseStringHelper.php 11 years ago
Alex-Code 50efd32322 Update BaseStringHelper.php 11 years ago
Alex-Code 57a948e755 Update BaseStringHelper.php 11 years ago
Alex-Code ad039e125a New truncate and truncateWords methods 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Alexander Makarov a37b35a4e1 Fixes #1897 11 years ago
Carsten Brandt 8473dda39b fixed stringHelper dirname to return empty string 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Alexander Makarov 51592f179f Fixed wrong refactoring of helpers 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago