summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-28Instead of doing file name security for Enable Query Strings, I am using the ...paulburdick1-6/+5
2007-06-28(no commit message)paulburdick1-1/+0
2007-06-28*Added filename_security() method to Input librarypaulburdick1-0/+50
2007-06-28*Modified the Router so that when Query Strings are Enabled, the controller t...paulburdick1-3/+4
2007-06-28(no commit message)paulburdick1-4/+13
2007-06-28Improved XSS clean to not allowing this:paulburdick1-4/+12
2007-06-26(no commit message)paulburdick1-1/+1
2007-06-26*Updated the XSS Filtering to take into account the IE expression() abilitypaulburdick1-1/+7
2007-06-24Modified the is_image() method in the Upload library to take into account Win...paulburdick1-5/+16
2007-06-24Fixed the do_xss_clean() method so that if file_get_contents returns FALSE, t...paulburdick1-1/+1
2007-06-18typo in commentsDerek Allard1-1/+1
2007-06-14(no commit message)Rick Ellis1-3/+3
2007-06-12(no commit message)Rick Ellis1-1/+1
2007-06-12(no commit message)Rick Ellis1-1/+1
2007-06-12(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-19/+17
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-2/+2
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-6/+8
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-09(no commit message)Rick Ellis1-1/+1
2007-06-09(no commit message)Rick Ellis1-10/+23
2007-06-09(no commit message)Rick Ellis1-7/+10
2007-05-24typo fixDerek Allard1-1/+1
2007-05-04Modified XSS Cleaning routine to be more performance friendly and compatible ...Derek Jones1-8/+47
2007-05-02$this->base_url = preg_replace("/(.+?)\/*$/", "\\1/", $this->base_url);Derek Allard1-2/+2