summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2007-12-17Added form_reset() function to form helper.Derek Allard1-420/+1
2007-12-17"direcotries" to "directories"Derek Allard1-15/+1
2007-12-11optimized reduce_multiples and strengthened type checkingDerek Jones1-1/+1
2007-12-11Fixed a bug in highlight_pharse() that caused an error with slashes.Derek Allard1-1/+1
2007-12-09added a space after the -f flag for server compatibilityDerek Allard1-1/+1
2007-12-09quotes to entities now takes escaped and non-escaped quotesDerek Allard1-1/+1
2007-12-09fix up of regular expression in reduce multiplesDerek Allard1-1/+1
2007-12-06added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helperDerek Allard1-154/+1
2007-12-01(no commit message)Derek Allard1-1/+1
2007-11-30Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ...Derek Allard1-421/+1
2007-11-29Moved the safe mode and auth checks for the Email library into the constructorDerek Allard1-1815/+1
2007-11-27autoloaded models moved to load after libraries are loadedDerek Allard1-987/+1
2007-11-26(no commit message)Derek Allard1-265/+1
2007-11-14Fixed a bug in the Email library where some timezones were calculated incorre...Derek Allard1-1/+1
2007-11-07(no commit message)Rick Ellis1-1/+2
2007-10-24(no commit message)Derek Allard1-101/+101
2007-10-16Changed the behaviour of custom callbacks so that they no longer trigger the ...Derek Allard1-2/+2
2007-10-13Added a check for NULL fields in the MySQL database backup utilityDerek Allard1-4/+21
2007-10-10Put a debug conditional around some debugging code so that it does not use up...paulburdick1-1/+4
2007-10-09Added the ability to auto-load ModelsDerek Allard2-0/+33
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard82-535/+535
2007-10-01Fixed a bug in the Session library where user agent matching would fail on us...Derek Allard1-1/+1
2007-09-18added missing lang entry for valid_ip validation errorDerek Allard1-15/+16
2007-09-18Fixed a bug in Validation where valid_ip() wasn't called properlyDerek Allard1-1/+1
2007-08-23Fixed a typo in the database language file.Derek Allard1-23/+23
2007-08-14fixed an extraneous ;Derek Allard1-1/+1
2007-08-10Removed "rand()" as a listed option from orderby in the Active Record, as it ...Derek Allard1-1/+1
2007-08-10typoDerek Allard1-1/+1
2007-08-10Added Flashdata variables, session_id regeneration and configurable session u...Derek Allard2-13/+164
2007-08-07fixed DocBlock typo for unset_userdata()Derek Jones1-1/+2
2007-07-30changed so day and month names are derived from calendar lang file instead of...Derek Allard1-7/+30
2007-07-25(no commit message)Rick Ellis1-2/+3
2007-07-22(no commit message)Rick Ellis1-0/+2
2007-07-22(no commit message)Rick Ellis1-2/+2
2007-07-22(no commit message)Rick Ellis1-2/+4
2007-07-22(no commit message)Rick Ellis1-1/+1
2007-07-21(no commit message)Rick Ellis1-2/+7
2007-07-21(no commit message)Rick Ellis1-1/+3
2007-07-20(no commit message)Rick Ellis5-236/+264
2007-07-19(no commit message)Rick Ellis1-4/+4
2007-07-17(no commit message)Rick Ellis1-1/+5
2007-07-16Switched from CI super object to $CFG to fetch charsetDerek Jones1-2/+2
2007-07-16comment clean upDerek Allard1-3/+2
2007-07-16further scaffolding language fixesDerek Allard2-1/+14
2007-07-16fix for scaffoldingDerek Allard1-1/+7
2007-07-15revert calendar change... I'm an idiotDerek Allard1-2/+1
2007-07-15Fixed a typo ("cal_mayl") in English calendar language fileDerek Allard1-48/+49
2007-07-15changed ImageColorAllocate to imagecolorallocateDerek Allard1-3/+3
2007-07-14Fixed a bug in database driver where num_rows property wasn't getting updatedDerek Allard1-1/+2
2007-07-12added a comment re: autoloading languagesDerek Allard1-0/+1