summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-07-12fixed the plural() and singular() function commentsDerek Jones1-2/+2
2007-07-11adding type casting of $title argument in URL helper functions to a string. ↵Derek Jones2-0/+9
A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string.
2007-07-11bugfix for profiler output: POST keys were not being displayed properly, and ↵Derek Jones2-3/+5
queries needed htmlspecialchars()
2007-07-11typo Output vs outputDerek Allard1-2/+2
2007-07-11inflector helper changes to account for words ending in "s"Derek Allard3-34/+52
2007-07-11fixed log message typoDerek Allard1-1/+1
2007-07-08(no commit message)Derek Allard1-2/+1
2007-07-08typo fixDerek Allard1-1/+1
2007-07-05fixed validation errors... about a zillion of em.Derek Allard103-351/+318
2007-06-28Instead of doing file name security for Enable Query Strings, I am using the ↵paulburdick1-6/+5
already existin _filter_uri()
2007-06-28(no commit message)paulburdick2-2/+1
2007-06-28Modified the include so that there is a bit of filename securitypaulburdick1-1/+1
2007-06-28(no commit message)paulburdick1-6/+9
2007-06-28*Added filename_security() method to Input librarypaulburdick1-0/+50
*Modified the Router so that when Query Strings are Enabled, the controller trigger and function trigger values are sanitized for filename include security.
2007-06-28*Modified the Router so that when Query Strings are Enabled, the controller ↵paulburdick1-3/+4
trigger and function trigger values are sanitized for filename include security.
2007-06-28(no commit message)paulburdick1-4/+13
2007-06-28Improved XSS clean to not allowing this:paulburdick1-4/+12
xss_clean("<x<xss>ss <scr<xss>ipt a='>'>alert/**/('!');//*/</script</script >>");
2007-06-26(no commit message)paulburdick1-1/+1
2007-06-26(no commit message)paulburdick1-0/+1
2007-06-26*Updated the XSS Filtering to take into account the IE expression() abilitypaulburdick1-1/+7
2007-06-24(no commit message)paulburdick1-0/+1
2007-06-24Modified the is_image() method in the Upload library to take into account ↵paulburdick1-5/+16
Windows IE 6/7 eccentricities when dealing with MIMEs
2007-06-24Fixed the do_xss_clean() method so that if file_get_contents returns FALSE, ↵paulburdick1-1/+1
then we return FALSE... Previously, if it did NOT return FALSE we returned FALSE and that is simply idiotic.
2007-06-24changed search to use codeigniter.com vs www.codeigniter.com as Google seems ↵Derek Allard103-103/+103
to have spidered it much better.
2007-06-18typo in exampleDerek Allard1-2/+2
2007-06-18typo in commentsDerek Allard1-1/+1
2007-06-14(no commit message)Rick Ellis1-1/+1
2007-06-14(no commit message)Rick Ellis1-3/+6
2007-06-14(no commit message)Rick Ellis1-3/+3
2007-06-13(no commit message)Rick Ellis1-2/+2
2007-06-13(no commit message)Rick Ellis1-1/+2
2007-06-13(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-12(no commit message)Rick Ellis1-1/+1
2007-06-11Adding images folderRick Ellis12-0/+0
2007-06-11Deleting images folderRick Ellis13-0/+0
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-0/+0
2007-06-11(no commit message)Rick Ellis1-0/+1
2007-06-11(no commit message)Rick Ellis1-7/+43
2007-06-11(no commit message)Rick Ellis1-1/+2
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-1/+1
2007-06-11(no commit message)Rick Ellis1-6/+8