summaryrefslogtreecommitdiffstats
path: root/system/helpers/text_helper.php
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Fix #133Andrey Andreev1-1/+6
2014-01-07Change Text helper default tag from <strong> to <mark>Andrey Andreev1-16/+8
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
2012-01-08Some more misc. stuffAndrey Andreev1-5/+3
2012-01-07Remove quotes around an integer valueAndrey Andreev1-1/+1
2012-01-07Improve the smiley, string & text helpersAndrey Andreev1-70/+63
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker1-1/+8
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker1-8/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-5/+5
2011-04-25Fixed double-space typo.Razican1-5/+5
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-4/+4
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-1/+1
2011-03-22Fixed logic and removed the error supressingEric Barnes1-9/+4
2011-03-18Fixed coding to match standards from previous releasesEric Barnes1-1/+1
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley1-2/+9
2011-02-14Whitespace cleanup for code consistencyPascal Kriete1-1/+1
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-13/+4
2011-01-11Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde.Eric Barnes1-13/+4
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-132/+132
2010-08-05moving code comment in text helperGreg Aker1-11/+11
2010-08-05Adding an ellipsize function to the text helper, and associated documentation...Greg Aker1-0/+42
2010-03-05added convert_accented_characters() function to Text HelperDerek Jones1-5/+43
2010-01-05updated copyrightsDerek Jones1-1/+1