Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -12/+12 | |
2010-09-14 | Fixed a bug in the URL Helper where prep_url() could cause a PHP error on ↵ | Robin Sowell | 1 | -1/+3 | |
PHP versions < 5.1.2. | |||||
2010-03-22 | expanded philsturgeon's bugfix to parse_url() and updated docs and changelog | Derek Jones | 1 | -2/+2 | |
2010-03-12 | prep_url() will now not append http:// to string if a protocol is already ↵ | Phil Sturgeon | 1 | -1/+1 | |
used. That would really mess up itunes://, spotify://, telnet://, etc. | |||||
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2009-02-10 | Added trailing periods as characters to be removed in url_title() | Derek Jones | 1 | -2/+3 | |
Removed an extraneous Å character from the file that crept in from somewhere | |||||
2009-02-10 | changed redirect() to only force site_url() when the supplied URL doesn't ↵ | Derek Jones | 1 | -2/+7 | |
start with an http protocol, allowing you to use the helper for external URLs. | |||||
2009-02-02 | replaced all sizeof() in favor of count() - aliases are teh sux0r | Derek Jones | 1 | -2/+2 | |
2008-12-09 | added $lowercase parameter to url_title() to allow forced lowercase | Derek Jones | 1 | -1/+6 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -581/+581 | |
2008-10-15 | Added support for arbitrary attributes in anchor_popup() of the URL helper. | Derek Allard | 1 | -53/+59 | |
2008-10-11 | modifications to url_title() | Derek Jones | 1 | -9/+10 | |
2008-10-06 | Altered auto_link() in the URL helper so that email addresses with "+" ↵ | Derek Allard | 1 | -1/+1 | |
included will be linked. | |||||
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-08-20 | Added current_url() and uri_string() functions to the URL helper | Rick Ellis | 1 | -2/+40 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -20/+20 | |
(! 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-07 | removed default title= attribute from anchor() in URL Helper | Derek Jones | 1 | -5/+1 | |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -5/+5 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-04-27 | Added the ability to include an optional HTTP Response Code in the ↵ | Derek Allard | 1 | -2/+4 | |
redirect() function of the URL Helper. | |||||
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-28 | added ability to "extend" helpers | Derek Jones | 1 | -223/+259 | |
* 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-07-11 | adding type casting of $title argument in URL helper functions to a string. ↵ | Derek Jones | 1 | -0/+8 | |
A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string. | |||||
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -3/+3 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2007-02-20 | added a space to redirect Location to conform to w3c http spec | Derek Allard | 1 | -492/+492 | |
2006-11-04 | (no commit message) | admin | 1 | -2/+2 | |
2006-10-29 | (no commit message) | admin | 1 | -11/+10 | |
2006-10-21 | (no commit message) | admin | 1 | -19/+19 | |
2006-10-07 | (no commit message) | admin | 1 | -6/+6 | |
2006-09-06 | (no commit message) | admin | 1 | -1/+8 | |
2006-09-02 | (no commit message) | admin | 1 | -1/+1 | |
2006-08-26 | (no commit message) | admin | 1 | -2/+2 | |
2006-08-25 | Initial Import | admin | 1 | -0/+487 | |