summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-03-30Fixed a bug in link_tag() of the URL helper where a key was passed instead ↵Derek Allard2-1/+2
of a value.
2008-03-28moved the $_recursion conditional in get_filenames() to fix a bug where a ↵Derek Jones1-9/+8
bad submitted path would result in the system using / as the source directory.
2008-03-27Fixed bug #4350 in get_filenames() when the $source_dir does not include a ↵Derek Jones2-3/+7
trailing slash
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 ↵Derek Allard2-5/+18
imagecreatetruecolor, and fallback to imagecreate if it isn't available (#4226).
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 ↵Derek Allard1-5/+2
get_cookie is used.
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
extensions to potentially be parsed as a script by Apache
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
Modified anchor() in the URL helper to convert entities in the title attribute.
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 ↵Derek Jones1-1/+1
case-insensitive for backwards compatibility and consistent behavior between PHP 4 and 5.
2008-02-27added improved check for controller method access so that CI does not ↵Derek Jones3-5/+9
attempt to load private or protected controller methods added controller/method details to framework initiated 404 pages for logging
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 ↵Derek Jones2-1/+2
loosely cast as an empty string
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
2008-02-19clarified in the config comment instructions that 'permitted_uri_chars' is a ↵Derek Jones1-3/+3
regular expression
2008-02-18Escaped the '-' in the default 'permitted_uri_chars' config item, as some ↵Derek Jones2-1/+2
developers just want to add characters to the pattern and do not have a good grasp of regular expressions.
2008-02-17typo fixDerek Allard1-1/+1
2008-02-15added item to 1.6.0 changelog about MySQL driver requirements changeDerek Jones1-0/+1
2008-02-14little protection in case an array is provided as the $params for the DB classDerek Jones2-1/+2
2008-02-13fixed a typo in url_helper example, added 1.6.2 to changelogDerek Allard2-1/+10
2008-02-13reapplied implementation of db_set_charset() for MySQLi...Derek Jones1-2/+1