summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2008-01-19Fixed bug #3268 where router could leave '/' as the pathDerek Jones1-6/+7
2008-01-18multiple view concatenation supportDerek Allard2-2/+25
2008-01-18added GET, URI string, and memory usage to Profiler outputDerek Jones1-2/+117
2008-01-18added greater precision to $_FILE upload errorsDerek Jones1-3/+18
2008-01-18modified prep_for_form() to accept an array so POST arrays can be validated w...Derek Jones1-6/+14
2008-01-18ExpressionEngine Dev Team in creditDerek Allard32-68/+68
2008-01-18Fixed a bug (#3175) preventing certain libraries from working properly when a...Derek Jones1-0/+9
2008-01-17fixed bug #3003 preventing encryption from working with modes other than MCRY...Derek Jones1-2/+75
2008-01-17moved an strtolower higher into the init_class function for case insensitivityDerek Allard1-2/+3
2008-01-17fixed a bug if num_link wasn't postiveDerek Allard1-0/+7
2008-01-17prefixed reserved variables of _ci_load() in order to not conflict with view ...Derek Jones1-15/+15
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-1/+30
2008-01-16fixed bug #2542 - switched to foreach() in clean_email() to work with associa...Derek Jones1-5/+9
2008-01-16fixed a bug when loading plugin files as _plugin. and not _piDerek Allard1-1/+1
2008-01-15fixed a bug in parser where numeric data is ignoredDerek Allard1-4/+4
2008-01-15Fixed typos in the email Language class (email_attachment_unredable, email_fi...Derek Allard1-1/+1817
2008-01-06Fixed a bug in the upload library when allowed_files wasn't defined.Derek Allard1-1/+1
2008-01-05added strtolower into charset and lang testDerek Allard1-2/+2
2007-12-31Fixed a bug in Validation where individual error messages for checkboxes wasn...Derek Allard1-2/+8
2007-12-20removed an unneeded setting of $config to NULLDerek Allard1-1/+985
2007-12-09added a space after the -f flag for server compatibilityDerek Allard1-1/+1
2007-12-01(no commit message)Derek Allard1-1/+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-14Fixed a bug in the Email library where some timezones were calculated incorre...Derek Allard1-1/+1
2007-10-16Changed the behaviour of custom callbacks so that they no longer trigger the ...Derek Allard1-2/+2
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 Allard1-0/+18
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard32-32/+32
2007-10-01Fixed a bug in the Session library where user agent matching would fail on us...Derek Allard1-1/+1
2007-09-18Fixed a bug in Validation where valid_ip() wasn't called properlyDerek Allard1-1/+1
2007-08-14fixed an extraneous ;Derek Allard1-1/+1
2007-08-10typoDerek Allard1-1/+1
2007-08-10Added Flashdata variables, session_id regeneration and configurable session u...Derek Allard1-13/+162
2007-08-07fixed DocBlock typo for unset_userdata()Derek Jones1-1/+2
2007-07-25(no commit message)Rick Ellis1-2/+3
2007-07-22(no commit message)Rick Ellis1-1/+1
2007-07-21(no commit message)Rick Ellis1-2/+7
2007-07-20(no commit message)Rick Ellis4-234/+262
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 Allard1-0/+13
2007-07-16fix for scaffoldingDerek Allard1-1/+7
2007-07-12added attribute and html entity decode callbacks to xss_clean()Derek Jones1-11/+69
2007-07-12removed $return argument from load()Derek Jones1-2/+1
2007-07-12further xss_clean() enhancementsDerek Jones1-30/+67
2007-07-12added language files to autoloadDerek Allard2-12/+18
2007-07-12fixed quoted-printable in HTML emails, and added htmlspecialchars() to email ...Derek Jones1-4/+100
2007-07-11bugfix for profiler output: POST keys were not being displayed properly, and ...Derek Jones1-2/+2
2007-07-11fixed log message typoDerek Allard1-1/+1