summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-04doc fixesDerek Allard5-175/+27
2008-04-04include() vs include_once() allows for multiple views with the same nameDerek Allard1-1/+1
2008-04-03syntax error: extraneous closing parenthesisDerek Jones1-1/+1
2008-04-03replaced isset() with array_key_exists() in row() to allow retrieval of indiv...Derek Jones2-1/+3
2008-04-01guide example fixesDerek Allard3-5/+5
2008-04-01Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' f...Derek Jones2-3/+3
2008-03-31guide typosDerek Allard2-2/+2
2008-03-30Fixed a bug in link_tag() of the URL helper where a key was passed instead of...Derek Allard2-1/+2
2008-03-28moved the $_recursion conditional in get_filenames() to fix a bug where a bad...Derek Jones1-9/+8
2008-03-27Fixed bug #4350 in get_filenames() when the $source_dir does not include a tr...Derek Jones2-3/+7
2008-03-27typoDerek Allard1-2/+2
2008-03-25userguide note, corrections and omissionsDerek Allard4-8/+8
2008-03-25doc typos and fixesDerek Allard3-3/+3
2008-03-24missing quotesDerek Allard1-1/+1
2008-03-23Modified captcha generation to first look for the function imagecreatetruecol...Derek Allard2-5/+18
2008-03-23removed quotes around a boolean exampleDerek Allard1-1/+1
2008-03-23added a note of clarity that cookie prefixes need to be included when get_coo...Derek Allard1-5/+2
2008-03-19Added 'audio/mpg' to list of mime types.Derek Allard2-2/+3
2008-03-19added a note of clarity for sess_destroy()Derek Allard1-0/+4
2008-03-18html fixesDerek Allard3-4/+2
2008-03-18added form_button to form helperDerek Allard3-8/+69
2008-03-18changed include into include_onceDerek Allard2-11/+11
2008-03-18added hashing to prevent client side data tampering to sessionsDerek Allard4-1/+125
2008-03-17added filename prepping in the Upload library to prevent files with multiple ...Derek Jones2-1/+46
2008-03-15fix an exampleDerek Allard1-1/+1
2008-03-15fix an exampleDerek Allard1-2/+0
2008-03-14source fixesDerek Allard1-8/+2
2008-03-14typosDerek Allard1-4/+0
2008-03-14typoDerek Allard1-1/+1
2008-03-11added missing DB config items from sample array in connecting documentationDerek Jones1-0/+4
2008-03-06change to the way AR handles aliased tablesDerek Allard1-5/+3
2008-03-06add bug numbersDerek Allard1-2/+2
2008-03-06Modified img() in the HTML Helper to remove an unneeded space.Derek Allard3-19/+28
2008-03-05restore a commentDerek Allard1-2/+8
2008-03-04fix silly copy-paste error in active recordDerek Allard1-1/+1
2008-03-04validation error fixesDerek Allard10-32/+23
2008-03-02typo fixDerek Allard1-1/+1
2008-03-02added or_having, deprecated orhavingDerek Allard1-2/+14
2008-02-28modified the new check for a callable controller method to be case-insensitiv...Derek Jones1-1/+1
2008-02-27added improved check for controller method access so that CI does not attempt...Derek Jones3-5/+9
2008-02-27fixed recursion in get_filenames() (bug #3523)Derek Jones2-4/+10
2008-02-26changed conditional for empty cells to not match on variables that would be l...Derek Jones2-1/+2
2008-02-25fixed typo in sample code for protecting identifiersDerek Jones1-1/+1
2008-02-25Added 'application/vnd.ms-powerpoint' to list of mime types.Derek Allard2-2/+4
2008-02-25Fixed an AR_caching error where it wasn't tracking table aliases (#3463)Derek Allard9-8/+9
2008-02-25Moved the safe mode and auth checks for the Email library into the constructorDerek Allard1-42/+44
2008-02-22fixed a linkDerek Allard1-1/+1
2008-02-21fix $FALSE to FALSEDerek Allard1-1/+1
2008-02-21fix the title (thanks coolfactor)Derek Allard1-1/+1
2008-02-20modified get_filenames() to return FALSE if the directory cannot be readDerek Jones2-0/+8