Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2008-03-18 | added form_button to form helper | Derek Allard | 1 | -8/+41 | |
2008-03-15 | fix an example | Derek Allard | 1 | -1/+1 | |
2008-03-04 | validation error fixes | Derek Allard | 2 | -2/+2 | |
2008-02-21 | fix the title (thanks coolfactor) | Derek Allard | 1 | -1/+1 | |
2008-02-13 | fixed a typo in url_helper example, added 1.6.2 to changelog | Derek Allard | 1 | -1/+1 | |
2008-02-13 | Added Path Helper to table of contents and updated copyright dates for all ↵ | Derek Jones | 19 | -19/+19 | |
user guide pages | |||||
2008-02-12 | (no commit message) | Derek Allard | 19 | -19/+19 | |
2008-02-12 | change 1.6.1 to 1.6.0.1 | Derek Allard | 19 | -19/+19 | |
2008-02-11 | added Path Helper | Derek Allard | 3 | -5/+105 | |
2008-02-10 | added echo statements to a few helper examples | Derek Allard | 1 | -6/+6 | |
2008-02-08 | fixed link to smileys zip file | Derek Jones | 1 | -1/+1 | |
2008-02-04 | change version number from 1.6.0 to 1.6.1 | Derek Allard | 18 | -18/+18 | |
2008-01-31 | discreet vs discrete | Derek Allard | 1 | -3/+3 | |