Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-04-10 | doc typos / fixes | Derek Allard | 1 | -2/+2 | |
2008-04-04 | added constants.php file and implemented constants for file system modes | Derek Jones | 1 | -2/+2 | |
2008-04-04 | doc fixes | Derek Allard | 1 | -2/+2 | |
2008-03-31 | guide typos | Derek Allard | 1 | -1/+1 | |
2008-03-25 | doc typos and fixes | Derek Allard | 1 | -1/+1 | |
2008-03-23 | removed quotes around a boolean example | Derek Allard | 1 | -1/+1 | |
2008-03-19 | added a note of clarity for sess_destroy() | Derek Allard | 1 | -0/+4 | |
2008-03-04 | validation error fixes | Derek Allard | 2 | -7/+7 | |
2008-02-22 | fixed a link | Derek Allard | 1 | -1/+1 | |
2008-02-17 | typo fix | Derek Allard | 1 | -1/+1 | |
2008-02-13 | fixed doc error with $this->uri->total_rsegments() | Derek Jones | 1 | -1/+1 | |
2008-02-13 | Added Path Helper to table of contents and updated copyright dates for all ↵ | Derek Jones | 23 | -23/+23 | |
user guide pages | |||||
2008-02-12 | (no commit message) | Derek Allard | 23 | -23/+23 | |
2008-02-12 | change 1.6.1 to 1.6.0.1 | Derek Allard | 23 | -23/+23 | |
2008-02-11 | removed mention of last_visit from session docs | Derek Allard | 1 | -3/+2 | |
2008-02-07 | changed milliseconds to seconds in the session docs (#3421) | Derek Allard | 1 | -1/+1 | |
2008-02-04 | change version number from 1.6.0 to 1.6.1 | Derek Allard | 23 | -23/+23 | |
2008-02-01 | some minor grammar errors | Derek Allard | 2 | -4/+4 | |
2008-01-29 | Fixed a bug (#3024) in which master_dim wasn't getting reset by clear() in ↵ | Derek Allard | 1 | -2/+4 | |
the Image library. Documented clear() | |||||
2008-01-29 | fixed prefs table for 'new_image' pref (bug #3348) | Derek Jones | 1 | -1/+1 | |
2008-01-28 | * Added valid_base64() to the Validation class | Derek Jones | 1 | -0/+6 | |
* Tightened up validation of the supplied string given to the decode() method of the Encryption class (#3320) | |||||
2008-01-22 | typo: "ba" to "be". Bah! | Derek Allard | 1 | -1/+1 | |
2008-01-22 | Changed "numeric" to use is_numeric() and added an "integer" rule into the ↵ | Derek Allard | 1 | -4/+10 | |
Validation library. |