Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
form helper. | |||||
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 | |
simplified paragraph tag cleanup regex | |||||
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 ↵ | Derek Allard | 1 | -2/+2 | |
helper. Added a missing quote in an example on the index page | |||||
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 | |
Made some doc style changes | |||||
2008-08-21 | further whitespace fixes | Derek Allard | 3 | -36/+36 | |
2008-08-20 | Added descriptions for current_url() and uri_segments() | Rick Ellis | 1 | -0/+12 | |
2008-07-20 | guide example fix for form_hidden | Derek Allard | 1 | -1/+1 | |
2008-07-16 | fixed a series of "next" and "previous" topic links that pointed to the ↵ | Derek Allard | 3 | -3/+3 | |
wrong pages. | |||||
2008-07-13 | adds vs add typo fix | Derek Allard | 1 | -1/+1 | |
2008-06-27 | Moved the <label> output ability from the language library to a language ↵ | Derek Jones | 1 | -0/+98 | |
helper (hotfix for 1.6.3) | |||||
2008-06-27 | Documented the language file use of byte_format() in the number helper. | Derek Allard | 1 | -0/+5 | |
2008-06-27 | Minor example fix in Number helper | Derek Allard | 1 | -1/+1 | |
Added 1.6.4 to changelog page | |||||
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 20 | -20/+20 | |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 4 | -15/+15 | |
2008-06-19 | added terabytes to number helper | Derek Allard | 3 | -2/+104 | |
added number helper guide pages, menus, toc, etc | |||||
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 19 | -135/+135 | |
internationalization purposes (#4614) | |||||
2008-05-25 | fix curly quotes in form_button example | Derek Allard | 1 | -8/+8 | |
2008-05-15 | date examples | Derek Allard | 1 | -15/+57 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -1/+1 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-08 | clarification note on autolink() email | Derek Allard | 1 | -1/+1 | |
2008-05-08 | added symbolic_permissions() and octal_permissions() to the File helper | Derek Jones | 1 | -0/+18 | |
2008-05-08 | Added a Reserved Names page to the userguide, and migrated reserved ↵ | Derek Allard | 1 | -3/+6 | |
controller names into it. Added a Common Functions page to the userguide for globally available functions. | |||||
2008-05-07 | fix up a few footnote links | Derek Allard | 2 | -5/+3 | |
2008-05-06 | updated version number in user guide to 1.6.2 | Derek Jones | 19 | -19/+19 | |
2008-05-06 | Added a Compatibility Helper | Derek Jones | 1 | -0/+118 | |
2008-05-06 | Flipped user guide page titles for easier recognition in tabs: | Derek Jones | 18 | -18/+18 | |
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title> | |||||
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -5/+14 | |
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 | -5/+8 | |
redirect() function of the URL Helper. | |||||
2008-04-22 | <label for="item"> not <label id="item"> | Derek Allard | 1 | -2/+2 | |
2008-04-04 | doc fixes | Derek Allard | 2 | -130/+4 | |
2008-04-01 | guide example fixes | Derek Allard | 3 | -5/+5 | |
2008-03-25 | doc typos and fixes | Derek Allard | 1 | -1/+1 | |
2008-03-23 | added a note of clarity that cookie prefixes need to be included when ↵ | Derek Allard | 1 | -5/+2 | |
get_cookie is used. |