summaryrefslogtreecommitdiffstats
path: root/system/helpers/text_helper.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT1-3/+3
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2017-01-19Fix byte-safety issues & actually test for themAndrey Andreev1-2/+5
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-12-16Merge pull request #4945 from vlakoff/text_helperAndrey Andreev1-1/+1
2016-01-29Fix an error from 6af9dd6e24687b6a7b9d14a058a47edcac761e61Andrey Andreev1-1/+1
2016-01-29Fix #4407Andrey Andreev1-3/+18
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-07-24Fixed typosCalvin Tam1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-05-20Fix handling of {unwrap} tags in word_wrap() functionsvlakoff1-4/+3
2014-05-20Regex fixesvlakoff1-1/+1
2014-03-17Making highlight_phrase() to be UTF-8 compatible on demand.Ivan Tcholakov1-1/+1
2014-02-26Don't use error suppression on realpath() + style adjustmentsAndrey Andreev1-26/+31
2014-02-13Update Text and Inflector helpers to utilize mbstring, if availableAndrey Andreev1-8/+8
2014-02-13Merge pull request #2610 from mjnaderi/patch-1Andrey Andreev1-4/+4
2014-02-112013 > 2014darwinel1-1/+1
2014-01-09Fix #133Andrey Andreev1-1/+6
2014-01-07Change Text helper default tag from <strong> to <mark>Andrey Andreev1-16/+8
2013-08-22count number of characters (with mb_strlen) instead of counting number of byt...Mohammad Javad Naderi1-4/+4
2013-08-22remove newline from end of fileMohammad Javad Naderi1-1/+1
2013-08-22character_limiter now works correct for UTF-8 stringsMohammad Javad Naderi1-5/+5
2013-02-28Text helper: convert_accented_characters() optimizationvlakoff1-5/+8
2013-01-29Replace is_file() with the faster file_exists()Andrey Andreev1-9/+13
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+1
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-27[ci skip] Optimize ascii_to_entities()Andrey Andreev1-7/+4
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-11/+11
2012-09-04More complicated but faster methodvlakoff1-1/+2
2012-08-31Simplification in Text Helper's character_limiter()vlakoff1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/helpersAlex Bilbie1-5/+5
2012-05-02Merge upstreamTimothy Warren1-79/+87
2012-05-02Fix a wrong variable nameAndrey Andreev1-1/+1
2012-04-27Fix rest of the helpersTimothy Warren1-97/+97
2012-03-26Remove remaining access description lines from helpers + some style fixesAndrey Andreev1-20/+9
2012-03-26Clear some spaces and fix some inconsistencies in the Zip library and system/...Andrey Andreev1-4/+4
2012-03-20Remove EOF newlinesAndrey Andreev1-1/+1
2012-03-13Some comments alteredAndrey Andreev1-19/+10
2012-03-13Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helper...Andrey Andreev1-1/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-01Remove a PHP_VERSION < 5 check (no longer needed)Andrey Andreev1-16/+6
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-19Some more cleaningAndrey Andreev1-4/+4
2012-01-16convert_accented_characters() to include foreign_chars.php only when neededAndrey Andreev1-10/+15