summaryrefslogtreecommitdiffstats
path: root/user_guide
AgeCommit message (Collapse)AuthorFilesLines
2008-04-07Added rename_table() into DBForge.Derek Allard2-4/+10
2008-04-06Fixed a bug that wasn't allowing escaping to be turned off if the value of a ↵Derek Allard2-23/+12
query was NULL.
2008-04-06Added the ability to prevent escaping in having() clauses.Derek Allard2-9/+22
2008-04-04added constants.php file and implemented constants for file system modesDerek Jones3-4/+7
2008-04-04doc fixesDerek Allard5-175/+27
2008-04-03replaced isset() with array_key_exists() in row() to allow retrieval of ↵Derek Jones1-0/+1
individual fields with MySQL NULL values
2008-04-01guide example fixesDerek Allard3-5/+5
2008-04-01Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' ↵Derek Jones1-1/+1
for better cross-platform compatibility
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 ↵Derek Allard1-0/+1
of a value.
2008-03-27Fixed bug #4350 in get_filenames() when the $source_dir does not include a ↵Derek Jones1-1/+1
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-23Modified captcha generation to first look for the function ↵Derek Allard1-4/+9
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 Allard1-0/+1
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 Allard2-8/+42
2008-03-18changed include into include_onceDerek Allard1-1/+1
2008-03-18added hashing to prevent client side data tampering to sessionsDerek Allard3-1/+105
2008-03-17added filename prepping in the Upload library to prevent files with multiple ↵Derek Jones1-0/+5
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-06add bug numbersDerek Allard1-2/+2
2008-03-06Modified img() in the HTML Helper to remove an unneeded space.Derek Allard1-17/+26
Modified anchor() in the URL helper to convert entities in the title attribute.
2008-03-04validation error fixesDerek Allard10-32/+23
2008-03-02typo fixDerek Allard1-1/+1
2008-02-27added improved check for controller method access so that CI does not ↵Derek Jones1-0/+2
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 Jones1-0/+1
2008-02-26changed conditional for empty cells to not match on variables that would be ↵Derek Jones1-0/+1
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 Allard1-1/+3
2008-02-25Fixed an AR_caching error where it wasn't tracking table aliases (#3463)Derek Allard1-0/+1
2008-02-22fixed a linkDerek 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 Jones1-0/+4
2008-02-18Escaped the '-' in the default 'permitted_uri_chars' config item, as some ↵Derek Jones1-0/+1
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 Jones1-0/+1
2008-02-13fixed a typo in url_helper example, added 1.6.2 to changelogDerek Allard2-1/+10
2008-02-13prep for 1.6.1 releaseDerek Jones3-3/+4
2008-02-13fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be ↵Derek Jones1-0/+1
set to instantiate the correct db driver class.