Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-17 | Fixed a preg_replace bug if the supplied string contains the delimiter | Rick Ellis | 1 | -2/+2 | |
2008-10-03 | tweak of temp tag and highlighting replacement to accommodate environments ↵ | Derek Jones | 1 | -4/+3 | |
with different colors specified for highlight_string() | |||||
2008-10-03 | modified how we're performing text highlighting to prevent extra or missing ↵ | Derek Jones | 1 | -15/+15 | |
span tags. Namely, removed the start and ending markers, as if the code being highlighted would be styled the same, PHP would put it all in the same <span>, so when we removed our own additions, it would remove the needed opening span style | |||||
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -15/+18 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 1 | -1/+3 | |
of the file | |||||
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 | |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 | |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -2/+2 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-01-30 | Fixed a bug (#1872) where word_limiter() was not retaining whitespace. | Derek Jones | 1 | -13/+7 | |
2008-01-28 | added ability to "extend" helpers | Derek Jones | 1 | -204/+227 | |
* modified Loader to check for prefixed helpers in application/helpers folder * surrounded provided helper functions with if (! function_exists('foo')) conditionals so the user's helper functions take precedent. | |||||
2008-01-22 | further refinement to highlight_code()'s regex replacements | Derek Jones | 1 | -3/+2 | |
2008-01-22 | modified markers in highlight_code() to not introduce unintended ↵ | Derek Jones | 1 | -5/+4 | |
highlighting, and to allow code where the first line is a code comment to be styled properly | |||||
2008-01-22 | fixed bug #3156 in highlight_code() where PHP tags were not being converted ↵ | Derek Jones | 1 | -5/+8 | |
properly. Also added protection for asp and inline style script delimiters, and removed an empty span to make outputted code valid | |||||
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 | |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -1/+421 | |
2007-12-11 | Fixed a bug in highlight_pharse() that caused an error with slashes. | Derek Allard | 1 | -1/+1 | |
2007-11-30 | Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ↵ | Derek Allard | 1 | -421/+1 | |
object. | |||||
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -420/+420 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2006-10-31 | (no commit message) | admin | 1 | -2/+2 | |
2006-10-28 | (no commit message) | admin | 1 | -35/+70 | |
2006-10-21 | (no commit message) | admin | 1 | -34/+34 | |
2006-09-21 | (no commit message) | admin | 1 | -1/+1 | |
2006-09-03 | (no commit message) | admin | 1 | -1/+1 | |
2006-08-25 | Initial Import | admin | 1 | -0/+386 | |