Age | Commit message (Expand) | Author | Files | Lines |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 2 | -2/+2 |
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 |
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 wrong... | Derek Allard | 1 | -1/+1 |
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 help... | Derek Jones | 1 | -6/+1 |
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 th... | Derek Allard | 1 | -0/+10 |
2008-06-20 | Added get_post() to the Input class. | Derek Allard | 1 | -0/+12 |
2008-06-13 | Added "Using Associative Arrays In a Request Parameter" example to the XMLRPC... | Derek Allard | 1 | -1/+28 |
2008-05-31 | Charset information in the userguide has been moved above title for internati... | Derek Allard | 23 | -23/+23 |
2008-05-29 | made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify m... | Derek Jones | 1 | -2/+2 |
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 detect... | Derek Allard | 1 | -3/+8 |
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 ve... | Derek Jones | 1 | -0/+5 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 7 | -12/+12 |
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 accide... | Derek Jones | 1 | -2/+2 |
2008-05-08 | added 'object' key to the XML-RPCS config allowing the passing of a class obj... | Derek Jones | 1 | -4/+7 |
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 |
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 th... | Derek Allard | 7 | -12/+12 |
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 |
2008-04-22 | doc clarifications, example fixes, grammar. | Derek Allard | 4 | -10/+8 |