Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -415/+415 | |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 1 | -415/+415 | |
simplified paragraph tag cleanup regex | |||||
2008-11-02 | Added a doctype() function to the HTML helper. | Derek Allard | 1 | -375/+415 | |
2008-10-23 | Improved meta function | Rick Ellis | 1 | -3/+23 | |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-07-21 | removing stray quotes | Derek Allard | 1 | -1/+1 | |
2008-07-21 | Removed added newlines ("\n") from most form and html helper functions. | Derek Allard | 1 | -2/+2 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -15/+15 | |
(! 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 | -3/+3 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-03-30 | Fixed a bug in link_tag() of the URL helper where a key was passed instead ↵ | Derek Allard | 1 | -1/+1 | |
of a value. | |||||
2008-03-06 | Modified img() in the HTML Helper to remove an unneeded space. | Derek Allard | 1 | -1/+1 | |
Modified anchor() in the URL helper to convert entities in the title attribute. | |||||
2008-01-30 | added img() to HTML helper | Derek Allard | 1 | -22/+29 | |
2008-01-30 | remove stylesheet() so as not to overly pollute function names, rename ↵ | Derek Allard | 1 | -21/+2 | |
link() to link_tag() to avoid PHP collision. | |||||
2008-01-30 | added stylesheet() to html helper | Derek Allard | 1 | -2/+24 | |
2008-01-30 | Added link() to the HTML helper. | Derek Allard | 1 | -4/+126 | |
2008-01-28 | added ability to "extend" helpers | Derek Jones | 1 | -61/+79 | |
* 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-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 | |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 | |
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 | -203/+203 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2006-11-04 | (no commit message) | admin | 1 | -0/+21 | |
2006-10-29 | (no commit message) | admin | 1 | -0/+107 | |
2006-10-21 | (no commit message) | admin | 1 | -2/+2 | |
2006-08-25 | Initial Import | admin | 1 | -0/+76 | |