Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-05 | removed superfluous "the" | Derek Allard | 1 | -1/+1 | |
2008-09-04 | removed random invisible character (ASCII 194) from HTML and PHP files | Derek Jones | 1 | -16/+16 | |
2008-08-31 | grammar changes | Derek Allard | 1 | -1/+1 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+3 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -2/+57 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+2 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 24 | -29/+1173 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 23 | -23/+23 | |
Made some doc style changes | |||||
2008-08-26 | Fixed a typo | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -1/+29 | |
2008-08-21 | typo in xmlrpc | Derek Allard | 1 | -1/+1 | |
2008-08-21 | added user_data field to sessions userguide page | Derek Allard | 1 | -0/+1 | |
2008-08-21 | further whitespace fixes | Derek Allard | 2 | -128/+76 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -19/+50 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -14/+35 | |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -2/+13 | |
2008-08-10 | image_heigth to image_height | Derek Allard | 1 | -1/+1 | |
2008-07-16 | fixed a series of "next" and "previous" topic links that pointed to the ↵ | Derek Allard | 1 | -1/+1 | |
wrong pages. | |||||
2008-07-16 | added a note re: caching | Derek Allard | 1 | -1/+2 | |
2008-07-11 | fixed an example | Derek Allard | 1 | -4/+4 | |
2008-06-27 | Moved the <label> output ability from the language library to a language ↵ | Derek Jones | 1 | -6/+1 | |
helper (hotfix for 1.6.3) | |||||
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 23 | -23/+23 | |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 9 | -24/+24 | |
2008-06-21 | documentation fix, horizontal to vertical | Derek Allard | 1 | -1/+1 | |
2008-06-20 | Added the ability to automatically output language items as form labels in ↵ | Derek Allard | 1 | -0/+10 | |
the Language class. | |||||
2008-06-20 | Added get_post() to the Input class. | Derek Allard | 1 | -0/+12 | |
Documented get() in the Input class. | |||||
2008-06-13 | Added "Using Associative Arrays In a Request Parameter" example to the ↵ | Derek Allard | 1 | -1/+28 | |
XMLRPC userguide page. | |||||
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 23 | -23/+23 | |
internationalization purposes (#4614) | |||||
2008-05-29 | made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵ | Derek Jones | 1 | -2/+2 | |
multi-column non-primary keys in table creation | |||||
2008-05-26 | grammar, typo and example corrections | Derek Allard | 2 | -8/+8 | |
2008-05-25 | fixed a missing semi colon in pagination example | Derek Allard | 1 | -2/+2 | |
2008-05-21 | customizable query string | Derek Allard | 1 | -1/+1 | |
2008-05-21 | Added support for query strings to the Pagination class, automatically ↵ | Derek Allard | 1 | -3/+8 | |
detected or explicitly declared. | |||||
2008-05-18 | documented load->model in the Loader docs | Derek Allard | 1 | -1/+9 | |
2008-05-16 | fixed syntax error in code sample | Derek Jones | 1 | -2/+2 | |
2008-05-15 | added ability to use xss_clean() to test images, and improved security for ↵ | Derek Jones | 1 | -0/+5 | |
vectors particular to the Opera family of browsers | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 7 | -12/+12 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-12 | added cropping to the list of items "maintain_ratio" can be used on. | Derek Allard | 1 | -1/+1 | |
2008-05-09 | changed code sample for image library to be gd2 so cut-n-pasters don't ↵ | Derek Jones | 1 | -2/+2 | |
accidentally use the gd library | |||||
2008-05-08 | added 'object' key to the XML-RPCS config allowing the passing of a class ↵ | Derek Jones | 1 | -4/+7 | |
object for method calls that aren't part of the CI super object | |||||
2008-05-07 | doc examples | Derek Allard | 2 | -4/+4 | |
2008-05-06 | updated version number in user guide to 1.6.2 | Derek Jones | 23 | -23/+23 | |
2008-05-06 | Flipped user guide page titles for easier recognition in tabs: | Derek Jones | 23 | -24/+24 | |
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title> | |||||
2008-05-06 | Fixed an incorrect documentation of $this->load->language (#3520). | Derek Allard | 1 | -1/+1 | |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 7 | -12/+12 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-04-29 | Added a valid_emails rule to the Validation class. | Derek Allard | 1 | -1/+6 | |
2008-04-24 | changed guide examples to not use ?=, and instead use ?php echo | Derek Allard | 3 | -29/+29 | |
2008-04-22 | Added the ability to set CRLF settings via config in the Email class. | Derek Allard | 1 | -2/+10 | |
Added SVN commit number to changelog Fixed more guide typos and examples | |||||
2008-04-22 | doc clarifications, example fixes, grammar. | Derek Allard | 4 | -10/+8 | |
2008-04-10 | adding a title to Session | Derek Allard | 1 | -1/+1 | |