summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2008-08-21typo in xmlrpcDerek Allard2-2/+2
2008-08-21added user_data field to sessions userguide pageDerek Allard1-0/+1
2008-08-21further whitespace fixesDerek Allard12-254/+202
2008-08-21whitespace fixesDerek Allard21-422/+422
a minor re-ordering of the changelog
2008-08-21Fixed a bug in is_natural_no_zeroRick Ellis1-1/+11
2008-08-21(no commit message)Rick Ellis1-0/+1
2008-08-21(no commit message)Rick Ellis1-0/+1
2008-08-21(no commit message)Rick Ellis1-0/+113
2008-08-21(no commit message)Rick Ellis1-19/+50
2008-08-21Updated the Session class so that if a database is being used, any custom ↵Rick Ellis1-213/+254
data is stored to the DB rather then the cookie.
2008-08-21(no commit message)Rick Ellis1-30/+30
2008-08-21(no commit message)Rick Ellis1-15/+18
2008-08-21(no commit message)Rick Ellis1-0/+1
2008-08-21(no commit message)Rick Ellis1-14/+35
2008-08-21Added two new functions: is_natural and is_natural_no_zeroRick Ellis1-1/+29
2008-08-20Changed the output of the profiler to use style attribute rather then clear, ↵Derek Allard2-4/+10
and added the id "codeigniter_profiler" to the container div
2008-08-20(no commit message)Rick Ellis1-0/+1
2008-08-20Added descriptions for current_url() and uri_segments()Rick Ellis1-0/+12
2008-08-20Added current_url() and uri_string() functions to the URL helperRick Ellis1-2/+40
2008-08-15changed entity standardization to require at least two characters after an ↵Derek Jones2-1/+2
ampersand before forcing a semi-colon
2008-08-13lines, not arrays, Mr. JonesDerek Jones1-40/+40