Age | Commit message (Expand) | Author | Files | Lines |
2012-03-26 | Remove access description lines and cleanup the html helper | Andrey Andreev | 1 | -41/+25 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-01-06 | Improve html, inflector & language helpers | Andrey Andreev | 1 | -46/+24 |
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 on... | Greg Aker | 1 | -1/+8 |
2011-12-25 | Abstracting the loading of files in the config directory depending on environ... | Greg Aker | 1 | -8/+1 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-10-05 | newline character ending for link_tag() function result | MrHyde | 1 | -1/+1 |
2011-08-13 | Fixed issue #199 - Attributes passed as string does not include a space betwe... | Eric Barnes | 1 | -0/+4 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -5/+5 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -5/+5 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -4/+4 |
2011-04-18 | Added an optional third parameter to heading() which allows adding html attri... | Greg Aker | 1 | -2/+3 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -1/+1 |
2011-03-22 | Fixed logic and removed the error supressing | Eric Barnes | 1 | -3/+3 |
2011-03-18 | Fixed coding to match standards from previous releases | Eric Barnes | 1 | -2/+2 |
2011-03-17 | load config files from environment specific locations in core classes, helper... | bubbafoley | 1 | -1/+10 |
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-11-09 | Fix #95 bug in the html helper where too much white space was rendered betwee... | Greg Aker | 1 | -3/+3 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -3/+3 |
2010-07-05 | img() will now generate an empty string as an alt attribute if one is not pro... | Derek Allard | 1 | -0/+6 |
2010-03-15 | code comment typo fix | Derek Allard | 1 | -1/+1 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-09-16 | removed some trivial spaces from output | Derek Allard | 1 | -1/+1 |
2009-09-16 | removed some trivial spaces from output | Derek Allard | 1 | -4/+4 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2009-04-14 | doctype helper default value was missing a "1". | Derek Allard | 1 | -1/+1 |
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 |
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 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
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 th... | Derek Allard | 1 | -3/+3 |
2008-03-30 | Fixed a bug in link_tag() of the URL helper where a key was passed instead of... | Derek Allard | 1 | -1/+1 |
2008-03-06 | Modified img() in the HTML Helper to remove an unneeded space. | Derek Allard | 1 | -1/+1 |
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 link()... | Derek Allard | 1 | -21/+2 |
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 |
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 |