Age | Commit message (Expand) | Author | Files | Lines |
2010-03-29 | fixed casing of EllisLab | Derek Jones | 22 | -22/+22 |
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 1 | -1/+1 |
2010-03-22 | expanded philsturgeon's bugfix to parse_url() and updated docs and changelog | Derek Jones | 1 | -1/+1 |
2010-03-10 | added docs for convert_accented_characters() in the Text Helper | Derek Jones | 1 | -0/+7 |
2010-03-10 | added Security class docs, cleaned up Input class for changes to both | Derek Jones | 1 | -42/+2 |
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 1 | -2/+2 |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 22 | -22/+22 |
2010-03-05 | moved CAPTCHA plugin to a helper | Derek Jones | 1 | -0/+195 |
2010-01-23 | Added alpha, and sha1 string types to random_string() in the String Helper. | Derek Allard | 1 | -6/+8 |
2010-01-17 | clarifying redirect helper | Derek Allard | 1 | -3/+2 |
2010-01-17 | optional precision argument in byte_format() | Derek Allard | 1 | -1/+7 |
2010-01-07 | changing the second parameter in directory_map to an integer that controls re... | Pascal Kriete | 1 | -3/+3 |
2010-01-05 | updated copyrights | Derek Jones | 21 | -21/+21 |
2009-11-27 | non-backwards compatible change to get_dir_file_info() for performance reason... | Derek Jones | 1 | -2/+3 |
2009-10-08 | Deprecated the dohash() function in favour of do_hash() for naming consistency. | Derek Allard | 1 | -3/+4 |
2009-09-16 | some user guide corrections in code examples | Derek Allard | 1 | -2/+2 |
2009-09-16 | adding accept-charset to form_open() | Derek Allard | 1 | -4/+4 |
2009-09-11 | prep for 1.7.2 release | Derek Jones | 21 | -21/+21 |
2009-08-17 | example fix | Derek Allard | 1 | -1/+1 |
2009-08-17 | example fix | Derek Allard | 1 | -1/+1 |
2009-08-17 | Clarified required parameters (again) | Derek Allard | 1 | -1/+0 |
2009-08-17 | Clarified required parameters. | Derek Allard | 1 | -1/+1 |
2009-07-29 | Updating the smiley helper to work with more than one field. | Pascal Kriete | 1 | -16/+27 |
2009-07-22 | nav links in html helper | Derek Allard | 1 | -8/+20 |
2009-05-26 | Directory helper's directory_map tweaked to allow inclusion of hidden files. | Robin Sowell | 1 | -2/+5 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 21 | -21/+21 |
2009-04-20 | Tweaked form_dropdown to note it requires a multi-item array to trigger the a... | Robin Sowell | 1 | -1/+1 |
2009-04-14 | example fix | Derek Allard | 1 | -1/+1 |
2009-04-08 | added form_multiselect() to form helper to make it easier to create multisele... | Derek Jones | 1 | -0/+8 |
2009-02-12 | fixed an example in url_title with capitalization | Derek Allard | 1 | -1/+1 |
2009-02-11 | Prep for 1.7.1 release | Derek Jones | 21 | -21/+21 |
2009-02-10 | Changed the default "type" of form_button() to "button" from "submit" in the ... | Derek Allard | 2 | -2/+7 |
2009-02-05 | Added the ability to have optgroups in form_dropdown() within the form helper. | Derek Allard | 1 | -0/+1 |
2009-02-04 | link_tag() not link() in example | Derek Allard | 1 | -1/+1 |
2009-02-04 | added a note explicitly outlining id as a settable option in form_dropdown() | Derek Allard | 1 | -3/+3 |
2008-12-09 | added $lowercase parameter to url_title() to allow forced lowercase | Derek Jones | 1 | -1/+9 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 21 | -3804/+3804 |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 2 | -464/+464 |
2008-11-02 | Added a doctype() function to the HTML helper. | Derek Allard | 1 | -312/+367 |
2008-10-26 | Fixed a typo | Rick Ellis | 1 | -1/+1 |
2008-10-26 | fixed some typos | Rick Ellis | 2 | -14/+2 |
2008-10-23 | (no commit message) | Rick Ellis | 1 | -0/+50 |
2008-10-17 | Description was bas-ackward | Rick Ellis | 1 | -5/+9 |
2008-10-01 | Fixed extra text in img() function description of the userguide | Derek Allard | 1 | -2/+1 |
2008-09-25 | clarification | Derek Allard | 1 | -1/+1 |
2008-09-25 | Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date hel... | Derek Allard | 1 | -2/+2 |
2008-09-04 | removed random invisible character (ASCII 194) from HTML and PHP files | Derek Jones | 1 | -3/+3 |
2008-08-31 | typo fix | Derek Allard | 1 | -1/+1 |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 21 | -27/+70 |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 21 | -21/+21 |