Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-22 | (no commit message) | Rick Ellis | 1 | -2/+4 | |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-07-21 | (no commit message) | Rick Ellis | 1 | -2/+7 | |
2007-07-21 | (no commit message) | Rick Ellis | 1 | -1/+3 | |
2007-07-20 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-20 | (no commit message) | Rick Ellis | 5 | -236/+264 | |
2007-07-20 | example fix | Derek Allard | 1 | -2/+2 | |
2007-07-19 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-19 | (no commit message) | Rick Ellis | 1 | -4/+4 | |
2007-07-17 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-17 | (no commit message) | Rick Ellis | 1 | -1/+5 | |
2007-07-16 | Switched from CI super object to $CFG to fetch charset | Derek Jones | 2 | -2/+3 | |
2007-07-16 | (no commit message) | Rick Ellis | 1 | -0/+5 | |
2007-07-16 | (no commit message) | Rick Ellis | 1 | -2/+1 | |
2007-07-16 | comment clean up | Derek Allard | 1 | -3/+2 | |
2007-07-16 | further scaffolding language fixes | Derek Allard | 2 | -1/+14 | |
2007-07-16 | fix for scaffolding | Derek Allard | 1 | -1/+7 | |
2007-07-15 | revert calendar change... I'm an idiot | Derek Allard | 2 | -3/+1 | |
2007-07-15 | Fixed a typo ("cal_mayl") in English calendar language file | Derek Allard | 2 | -49/+51 | |
2007-07-15 | (no commit message) | Derek Allard | 1 | -0/+1 | |
2007-07-15 | changed ImageColorAllocate to imagecolorallocate | Derek Allard | 1 | -3/+3 | |
2007-07-14 | Fixed a bug in database driver where num_rows property wasn't getting updated | Derek Allard | 2 | -3/+10 | |
2007-07-14 | corrected version numbers | Derek Allard | 3 | -5/+3 | |
2007-07-13 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-07-13 | (no commit message) | Rick Ellis | 1 | -1/+2 | |
2007-07-13 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-13 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-07-12 | added update instructions | Derek Allard | 1 | -0/+121 | |
2007-07-12 | added a comment re: autoloading languages | Derek Allard | 1 | -0/+1 | |
2007-07-12 | moved version number up in docs and CI_VERSION | Derek Allard | 104 | -105/+105 | |
2007-07-12 | added $config['charset'] | Derek Jones | 2 | -0/+11 | |
2007-07-12 | added attribute and html entity decode callbacks to xss_clean() | Derek Jones | 1 | -11/+69 | |
2007-07-12 | sacked duplicate and incorrect version of _version()! | Derek Jones | 1 | -13/+0 | |
2007-07-12 | csv_from_result buggy. revert to old function until rewrite | Derek Allard | 2 | -471/+454 | |
2007-07-12 | fixed undefined function in insert_id() of PostgreSQL driver | Derek Jones | 2 | -3/+4 | |
2007-07-12 | added link to autoloader docs | Derek Jones | 1 | -1/+1 | |
2007-07-12 | spelling corrections | Derek Jones | 1 | -2/+2 | |
2007-07-12 | removed empty string element from default $autoload['language'] array | Derek Jones | 1 | -1/+1 | |
2007-07-12 | removed $return argument from load() | Derek Jones | 1 | -2/+1 | |
2007-07-12 | further xss_clean() enhancements | Derek Jones | 1 | -30/+67 | |
2007-07-12 | (no commit message) | Derek Allard | 1 | -0/+1 | |
2007-07-12 | added reduce_double_slashes() and trim_slashes() to docs | Derek Allard | 1 | -4/+9 | |
2007-07-12 | csv_from_result() move robust against data with "," in it. | Derek Allard | 2 | -19/+36 | |
2007-07-12 | added language files to autoload | Derek Allard | 6 | -25/+45 | |
2007-07-12 | fixed quoted-printable in HTML emails, and added htmlspecialchars() to email ↵ | Derek Jones | 2 | -4/+102 | |
debugging output | |||||
2007-07-12 | added a missing option | Derek Allard | 1 | -2/+2 | |
2007-07-12 | typo | Derek Allard | 1 | -1/+1 | |
2007-07-12 | type cast $key => $val pair in $options array as strings for friendlier ↵ | Derek Jones | 2 | -0/+4 | |
handling of setting options as 'selected' | |||||
2007-07-12 | fixed the plural() and singular() function comments | Derek Jones | 1 | -2/+2 | |
2007-07-11 | adding type casting of $title argument in URL helper functions to a string. ↵ | Derek Jones | 2 | -0/+9 | |
A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string. |