Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-01 | Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' ↵ | Derek Jones | 1 | -2/+2 | |
for better cross-platform compatibility | |||||
2008-03-30 | Fixed a bug in link_tag() of the URL helper where a key was passed instead ↵ | Derek Allard | 1 | -1/+1 | |
of a value. | |||||
2008-03-28 | moved the $_recursion conditional in get_filenames() to fix a bug where a ↵ | Derek Jones | 1 | -9/+8 | |
bad submitted path would result in the system using / as the source directory. | |||||
2008-03-27 | Fixed bug #4350 in get_filenames() when the $source_dir does not include a ↵ | Derek Jones | 1 | -2/+6 | |
trailing slash | |||||
2008-03-24 | missing quotes | Derek Allard | 1 | -1/+1 | |
2008-03-23 | Modified captcha generation to first look for the function ↵ | Derek Allard | 1 | -1/+9 | |
imagecreatetruecolor, and fallback to imagecreate if it isn't available (#4226). | |||||
2008-03-19 | Added 'audio/mpg' to list of mime types. | Derek Allard | 1 | -2/+2 | |
2008-03-18 | added form_button to form helper | Derek Allard | 1 | -0/+27 | |
2008-03-18 | changed include into include_once | Derek Allard | 1 | -10/+10 | |
2008-03-18 | added hashing to prevent client side data tampering to sessions | Derek Allard | 1 | -0/+20 | |
2008-03-17 | added filename prepping in the Upload library to prevent files with multiple ↵ | Derek Jones | 1 | -1/+41 | |
extensions to potentially be parsed as a script by Apache | |||||
2008-03-06 | change to the way AR handles aliased tables | Derek Allard | 1 | -5/+3 | |
2008-03-06 | Modified img() in the HTML Helper to remove an unneeded space. | Derek Allard | 2 | -2/+2 | |
Modified anchor() in the URL helper to convert entities in the title attribute. | |||||
2008-03-05 | restore a comment | Derek Allard | 1 | -2/+8 | |
2008-03-04 | fix silly copy-paste error in active record | Derek Allard | 1 | -1/+1 | |
2008-03-02 | added or_having, deprecated orhaving | Derek Allard | 1 | -2/+14 | |
2008-02-28 | modified the new check for a callable controller method to be ↵ | Derek Jones | 1 | -1/+1 | |
case-insensitive for backwards compatibility and consistent behavior between PHP 4 and 5. | |||||
2008-02-27 | added improved check for controller method access so that CI does not ↵ | Derek Jones | 2 | -5/+7 | |
attempt to load private or protected controller methods added controller/method details to framework initiated 404 pages for logging | |||||
2008-02-27 | fixed recursion in get_filenames() (bug #3523) | Derek Jones | 1 | -4/+9 | |
2008-02-26 | changed conditional for empty cells to not match on variables that would be ↵ | Derek Jones | 1 | -1/+1 | |
loosely cast as an empty string | |||||
2008-02-25 | Added 'application/vnd.ms-powerpoint' to list of mime types. | Derek Allard | 1 | -1/+1 | |
2008-02-25 | Fixed an AR_caching error where it wasn't tracking table aliases (#3463) | Derek Allard | 8 | -8/+8 | |
2008-02-25 | Moved the safe mode and auth checks for the Email library into the constructor | Derek Allard | 1 | -42/+44 | |
2008-02-21 | fix $FALSE to FALSE | Derek Allard | 1 | -1/+1 | |
2008-02-20 | modified get_filenames() to return FALSE if the directory cannot be read | Derek Jones | 1 | -0/+4 | |
2008-02-19 | clarified in the config comment instructions that 'permitted_uri_chars' is a ↵ | Derek Jones | 1 | -3/+3 | |
regular expression | |||||
2008-02-18 | Escaped the '-' in the default 'permitted_uri_chars' config item, as some ↵ | Derek Jones | 1 | -1/+1 | |
developers just want to add characters to the pattern and do not have a good grasp of regular expressions. | |||||
2008-02-14 | little protection in case an array is provided as the $params for the DB class | Derek Jones | 1 | -1/+1 | |
2008-02-13 | reapplied implementation of db_set_charset() for MySQLi... | Derek Jones | 1 | -2/+1 | |
2008-02-13 | fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be ↵ | Derek Jones | 2 | -24/+24 | |
set to instantiate the correct db driver class. | |||||
2008-02-13 | fixes to _create_table() in sqlite_forge.php: | Derek Jones | 1 | -2/+3 | |
removed space between table name and parenthesis added version check for IF NOT EXISTS | |||||
2008-02-13 | changed escape_str() in mysqli_driver() to use is_object() instead of ↵ | Derek Jones | 1 | -1/+1 | |
is_resource() to test $this->conn_id | |||||
2008-02-13 | removed the array_diff comparison in _reindex_segments(). That conditional ↵ | Derek Jones | 1 | -15/+8 | |
and use of those functions is probably slower than looping through both arrays, even if someone went crazy with dozens of URI segments. | |||||
2008-02-13 | Fixed bug (#3445) where the routed segment array when the default ↵ | Derek Jones | 1 | -0/+3 | |
controller is used was not being re-indexed to begin with 1 | |||||
2008-02-12 | (no commit message) | Derek Allard | 1 | -1/+1 | |
2008-02-12 | change 1.6.1 to 1.6.0.1 | Derek Allard | 1 | -1/+1 | |
2008-02-11 | added Path Helper | Derek Allard | 1 | -0/+70 | |
2008-02-11 | remove backticks from ODBC | Derek Allard | 1 | -8/+4 | |
2008-02-11 | database enhancements, compatibility additions and bugfixes | Derek Allard | 7 | -21/+29 | |
2008-02-11 | driver escape_table fixes | Derek Allard | 5 | -10/+10 | |
2008-02-11 | escape_table made consistent with mysql driver across all drivers | Derek Allard | 5 | -10/+10 | |
2008-02-11 | clarifying comment on sqlite escape table | Derek Allard | 1 | -5/+3 | |
2008-02-10 | changes for enhanced database compatibility | Derek Allard | 6 | -23/+58 | |
2008-02-10 | adding is_numeric back into validation library | Derek Allard | 1 | -0/+14 | |
2008-02-08 | changed order of SQL keywords in the $highlight array so OR would not be ↵ | Derek Jones | 1 | -1/+1 | |
highlighted before ORDER BY | |||||
2008-02-07 | added functionality for setting client character set and collation in MySQLi ↵ | Derek Jones | 1 | -2/+1 | |
driver | |||||
2008-02-06 | cache_stop() fix... | Derek Allard | 1 | -4/+1 | |
2008-02-05 | Changed the behaviour of Active Record's update() to make the WHERE clause ↵ | Derek Allard | 7 | -7/+35 | |
optional (#3395) | |||||
2008-02-05 | * Fixed a bug (#3396) where certain POST variables would cause a PHP warning. | Derek Jones | 1 | -6/+15 | |
* Added $_SERVER, $_FILES, $_ENV, and $_SESSION to sanitization of globals. | |||||
2008-02-05 | Added and documented Active Record caching. | Derek Allard | 8 | -42/+322 | |
Made AR fully database-prefix aware |