summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-09-11replaced format_characters()' logic replacement with a more straightforward ↵Derek Jones1-220/+38
and accurate regex replacement. The former handled some odd improper punctuation in a more predictable manner, but as a result failed to render many proper punctuation cases correctly. The new method is a good tradeoff, getting all "correct" punctuation rendered properly with better performance.
2008-09-11Added support for removing javascript event handlers from tags, for security ↵Rick Ellis1-4/+31
reasons
2008-09-11(no commit message)Rick Ellis1-0/+482
2008-09-11Moved the "auto typography" class into its own class file in the libraries ↵Rick Ellis1-466/+3
folder
2008-09-11Fixed a typoRick Ellis1-1/+1
2008-09-11(no commit message)Rick Ellis1-0/+92
2008-09-11Did some reorganizingRick Ellis8-107/+11
2008-09-09Allowed empty rules to be set, and fixed a bug that allows blank error ↵Rick Ellis1-4/+7
messages to output the delimiters.
2008-09-09Removed quick reference from table of contents, as it's from version 1.3. ↵Rick Ellis1-1/+0
Much has changed since then.
2008-09-09Removed quick reference from table of contents, as it's from version 1.3. ↵Rick Ellis1-1/+0
Much has changed since then.
2008-09-09(no commit message)Rick Ellis1-46/+11
2008-09-09(no commit message)Rick Ellis1-1/+1
2008-09-05removed superfluous "the"Derek Allard1-1/+1
2008-09-04removed random invisible character (ASCII 194) from HTML and PHP filesDerek Jones6-27/+27
2008-08-31fixed incorrect example SQL output exampleDerek Allard2-2/+2
2008-08-31grammar changesDerek Allard7-9/+9
2008-08-31typo fixDerek Allard1-1/+1
2008-08-31updated CI_VERSIONDerek Allard1-1/+1
2008-08-31(no commit message)Rick Ellis1-0/+1
2008-08-31(no commit message)Rick Ellis5-4/+697
2008-08-31alt spelling fixDerek Allard1-1/+1
2008-08-29(no commit message)Rick Ellis1-1/+5
2008-08-27Clarified some of the lines of textRick Ellis1-3/+3
2008-08-27Fixed an empty string errorRick Ellis1-1/+1
2008-08-27added isindex to the list of naughty never allowed tags in xss_clean()Derek Jones2-1/+2
2008-08-27modified regex for image tag sanitization to retain trailing space and ↵Derek Jones2-2/+3
closing slash to remain valid XHTML
2008-08-27"raspberry" no "respberry"... sheeshDerek Allard1-1/+1
2008-08-27Fixed the spelling of "respberry" in config/smileys.phpDerek Allard2-1/+2
2008-08-27Fixed a variable that was set wrongRick Ellis1-1/+1
2008-08-26Switched spaces to tabsRick Ellis1-5/+5
2008-08-26(no commit message)Rick Ellis1-2/+2
2008-08-26(no commit message)Rick Ellis1-0/+3
2008-08-26(no commit message)Rick Ellis1-2/+57
2008-08-26(no commit message)Rick Ellis1-0/+2
2008-08-26File not neededRick Ellis1-113/+0
2008-08-26Added Form Validation Library and updated docsRick Ellis122-135/+1468
2008-08-26Added some new functions that work with the new form validation classRick Ellis1-14/+321
2008-08-26(no commit message)Rick Ellis1-0/+1220
2008-08-26Made some changes for compatibility with the new form validation classRick Ellis1-61/+32
2008-08-26(no commit message)Rick Ellis1-1/+1
2008-08-26Made a Loader changes so that the new validation class will work.Rick Ellis118-122/+126
Made some doc style changes
2008-08-26(no commit message)Rick Ellis1-25/+24
2008-08-26Adding images folderRick Ellis4-0/+0
2008-08-26Fixed a typoRick Ellis1-1/+1
2008-08-22Fixed a comment typoRick Ellis1-1/+1
2008-08-22fixed a missing semi colonDerek Allard1-1/+2
2008-08-21(no commit message)Rick Ellis1-0/+1
2008-08-21(no commit message)Rick Ellis1-1/+29
2008-08-21Added a bit more error trapping in the load() functionRick Ellis1-0/+5
2008-08-21Added the ability to assign a custom object name when loading a library.Rick Ellis1-9/+56
Added some code that looks to see if a library is in a subdirectory if the class is not found, and if the path was not specified