Age | Commit message (Expand) | Author | Files | Lines |
2007-12-19 | Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Act... | Derek Allard | 1 | -3/+82 |
2007-12-19 | Added where_in() to Active Record. | Derek Allard | 1 | -3/+37 |
2007-12-18 | Added 'random' as an order_by() option in Active Record. | Derek Allard | 8 | -24/+36 |
2007-12-18 | Added count_all_results() function to Active Record. | Derek Allard | 9 | -21/+163 |
2007-12-17 | removed a duplicate function | Derek Allard | 1 | -12/+0 |
2007-12-17 | Added a third parameter to Active Record's like() clause to control where the... | Derek Allard | 2 | -15/+84 |
2007-12-17 | Fixed a typo in the image language file "suppor" to "support". | Derek Allard | 1 | -20/+20 |
2007-12-17 | Added form_reset() function to form helper. | Derek Allard | 1 | -420/+1 |
2007-12-17 | "direcotries" to "directories" | Derek Allard | 1 | -15/+1 |
2007-12-11 | optimized reduce_multiples and strengthened type checking | Derek Jones | 1 | -1/+1 |
2007-12-11 | Fixed a bug in highlight_pharse() that caused an error with slashes. | Derek Allard | 1 | -1/+1 |
2007-12-09 | added a space after the -f flag for server compatibility | Derek Allard | 1 | -1/+1 |
2007-12-09 | quotes to entities now takes escaped and non-escaped quotes | Derek Allard | 1 | -1/+1 |
2007-12-09 | fix up of regular expression in reduce multiples | Derek Allard | 1 | -1/+1 |
2007-12-06 | added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helper | Derek Allard | 1 | -154/+1 |
2007-12-01 | (no commit message) | Derek Allard | 1 | -1/+1 |
2007-11-30 | Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ... | Derek Allard | 1 | -421/+1 |
2007-11-29 | Moved the safe mode and auth checks for the Email library into the constructor | Derek Allard | 1 | -1815/+1 |
2007-11-27 | autoloaded models moved to load after libraries are loaded | Derek Allard | 1 | -987/+1 |
2007-11-26 | (no commit message) | Derek Allard | 1 | -265/+1 |
2007-11-14 | Fixed a bug in the Email library where some timezones were calculated incorre... | Derek Allard | 1 | -1/+1 |
2007-11-07 | (no commit message) | Rick Ellis | 1 | -1/+2 |
2007-10-24 | (no commit message) | Derek Allard | 1 | -101/+101 |
2007-10-16 | Changed the behaviour of custom callbacks so that they no longer trigger the ... | Derek Allard | 1 | -2/+2 |
2007-10-13 | Added a check for NULL fields in the MySQL database backup utility | Derek Allard | 1 | -4/+21 |
2007-10-10 | Put a debug conditional around some debugging code so that it does not use up... | paulburdick | 1 | -1/+4 |
2007-10-09 | Added the ability to auto-load Models | Derek Allard | 2 | -0/+33 |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 82 | -535/+535 |
2007-10-01 | Fixed a bug in the Session library where user agent matching would fail on us... | Derek Allard | 1 | -1/+1 |
2007-09-18 | added missing lang entry for valid_ip validation error | Derek Allard | 1 | -15/+16 |
2007-09-18 | Fixed a bug in Validation where valid_ip() wasn't called properly | Derek Allard | 1 | -1/+1 |
2007-08-23 | Fixed a typo in the database language file. | Derek Allard | 1 | -23/+23 |
2007-08-14 | fixed an extraneous ; | Derek Allard | 1 | -1/+1 |
2007-08-10 | Removed "rand()" as a listed option from orderby in the Active Record, as it ... | Derek Allard | 1 | -1/+1 |
2007-08-10 | typo | Derek Allard | 1 | -1/+1 |
2007-08-10 | Added Flashdata variables, session_id regeneration and configurable session u... | Derek Allard | 2 | -13/+164 |
2007-08-07 | fixed DocBlock typo for unset_userdata() | Derek Jones | 1 | -1/+2 |
2007-07-30 | changed so day and month names are derived from calendar lang file instead of... | Derek Allard | 1 | -7/+30 |
2007-07-25 | (no commit message) | Rick Ellis | 1 | -2/+3 |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -0/+2 |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -2/+2 |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -2/+4 |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2007-07-21 | (no commit message) | Rick Ellis | 1 | -2/+7 |
2007-07-21 | (no commit message) | Rick Ellis | 1 | -1/+3 |
2007-07-20 | (no commit message) | Rick Ellis | 5 | -236/+264 |
2007-07-19 | (no commit message) | Rick Ellis | 1 | -4/+4 |
2007-07-17 | (no commit message) | Rick Ellis | 1 | -1/+5 |
2007-07-16 | Switched from CI super object to $CFG to fetch charset | Derek Jones | 1 | -2/+2 |
2007-07-16 | comment clean up | Derek Allard | 1 | -3/+2 |