Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-20 | Fix handling of {unwrap} tags in word_wrap() functions | vlakoff | 1 | -4/+3 | |
* in Email library: these tags were not removed * in text helper: simplified code | |||||
2014-05-20 | Regex fixes | vlakoff | 1 | -1/+1 | |
* Replace wrong "wwww." with "www." * Escape dot | |||||
2014-03-17 | Making highlight_phrase() to be UTF-8 compatible on demand. | Ivan Tcholakov | 1 | -1/+1 | |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -26/+31 | |
2014-02-13 | Update Text and Inflector helpers to utilize mbstring, if available | Andrey Andreev | 1 | -8/+8 | |
Text: word_wrap(), ellipsize() Inflector: humanize(), underscore() (rel #2855) | |||||
2014-02-13 | Merge pull request #2610 from mjnaderi/patch-1 | Andrey Andreev | 1 | -4/+4 | |
character_limiter now works correct for UTF-8 strings | |||||
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-09 | Fix #133 | Andrey Andreev | 1 | -1/+6 | |
2014-01-07 | Change Text helper default tag from <strong> to <mark> | Andrey Andreev | 1 | -16/+8 | |
Supersedes PR #1497 | |||||
2013-08-22 | count number of characters (with mb_strlen) instead of counting number of ↵ | Mohammad Javad Naderi | 1 | -4/+4 | |
bytes with strlen | |||||
2013-08-22 | remove newline from end of file | Mohammad Javad Naderi | 1 | -1/+1 | |
2013-08-22 | character_limiter now works correct for UTF-8 strings | Mohammad Javad Naderi | 1 | -5/+5 | |
strlen() doesn't return the actual length for unicode strings. For example strlen('سلام') returns 8, but length of سلام is 4. strlen(utf8_decode('سلام')) returns correct value 4. Reference: http://www.php.net/manual/de/function.strlen.php#45407 | |||||
2013-02-28 | Text helper: convert_accented_characters() optimization | vlakoff | 1 | -5/+8 | |
Thanks to static variables, array_keys() and array_values() are now executed once only. | |||||
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 1 | -9/+13 | |
(where it makes sense) Also: - Implemented caching of configuration arrays for smileys, foreign characters and doctypes. - Implemented cascading-style loading of configuration files (except for library configs, DB and constants.php). | |||||
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 | |
As suggested in issue #2134 & PR #2149 | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-27 | [ci skip] Optimize ascii_to_entities() | Andrey Andreev | 1 | -7/+4 | |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -11/+11 | |
2012-09-04 | More complicated but faster method | vlakoff | 1 | -1/+2 | |
Also added a comment to explain the reason for such a complicated method | |||||
2012-08-31 | Simplification in Text Helper's character_limiter() | vlakoff | 1 | -1/+1 | |
Because the "\s" regex character class includes \r and \n, there is no need for the str_replace() part | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 1 | -5/+5 | |
2012-05-02 | Merge upstream | Timothy Warren | 1 | -79/+87 | |
2012-05-02 | Fix a wrong variable name | Andrey Andreev | 1 | -1/+1 | |
2012-04-27 | Fix rest of the helpers | Timothy Warren | 1 | -97/+97 | |
2012-03-26 | Remove remaining access description lines from helpers + some style fixes | Andrey Andreev | 1 | -20/+9 | |
2012-03-26 | Clear some spaces and fix some inconsistencies in the Zip library and ↵ | Andrey Andreev | 1 | -4/+4 | |
system/helpers/ files | |||||
2012-03-20 | Remove EOF newlines | Andrey Andreev | 1 | -1/+1 | |
2012-03-13 | Some comments altered | Andrey Andreev | 1 | -19/+10 | |
2012-03-13 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 1 | -1/+1 | |
develop-helpers-sst | |||||
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-01 | Remove a PHP_VERSION < 5 check (no longer needed) | Andrey Andreev | 1 | -16/+6 | |
2012-01-24 | Revert a space in the license agreement :) | Andrey Andreev | 1 | -1/+1 | |
2012-01-19 | Some more cleaning | Andrey Andreev | 1 | -4/+4 | |
2012-01-16 | convert_accented_characters() to include foreign_chars.php only when needed | Andrey Andreev | 1 | -10/+15 | |
2012-01-08 | Some more misc. stuff | Andrey Andreev | 1 | -5/+3 | |
2012-01-07 | Remove quotes around an integer value | Andrey Andreev | 1 | -1/+1 | |
2012-01-07 | Improve the smiley, string & text helpers | Andrey Andreev | 1 | -70/+63 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending ↵ | Greg Aker | 1 | -1/+8 | |
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a. | |||||
2011-12-25 | Abstracting the loading of files in the config directory depending on ↵ | Greg Aker | 1 | -8/+1 | |
environments. | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -5/+5 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -5/+5 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -4/+4 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -1/+1 | |
stop environment checks. | |||||
2011-03-22 | Fixed logic and removed the error supressing | Eric Barnes | 1 | -9/+4 | |
2011-03-18 | Fixed coding to match standards from previous releases | Eric Barnes | 1 | -1/+1 | |
2011-03-17 | load config files from environment specific locations in core classes, ↵ | bubbafoley | 1 | -2/+9 | |
helpers and libraries |