Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-05-04 | Modified XSS Cleaning routine to be more performance friendly and compatible ↵ | Derek Jones | 1 | -8/+47 | |
with PHP 5.2's new PCRE backtrack and recursion limits. - replaced link and image tag javascript sanitization preg_replace()'s with callback functions to avoid excessive backtracks on strings with many links / image tags. | |||||
2007-05-02 | return preg_replace("|^/*(.+?)/*$|", "\\1", $str); | Derek Allard | 1 | -2/+2 | |
to return trim($str, '/'); | |||||
2007-05-02 | $this->base_url = preg_replace("/(.+?)\/*$/", "\\1/", $this->base_url); | Derek Allard | 1 | -2/+2 | |
changed to $this->base_url = rtrim($this->base_url, '/') .'/'; | |||||
2007-05-02 | // Prep the current page - no funny business! | Derek Allard | 1 | -1/+1 | |
$this->cur_page = preg_replace("/[a-z\-]/", "", $this->cur_page); became // Prep the current page - no funny business! $this->cur_page = (int) $this->cur_page; | |||||
2007-05-01 | fixed a bug in the calendar library | Derek Allard | 1 | -1/+1 | |
2007-04-30 | added a note about regex and custom routes | Derek Allard | 1 | -48/+49 | |
2007-04-30 | fixed bug in output | Derek Allard | 1 | -1/+1 | |
2007-04-30 | fixed a typo in rpcs.php library | Derek Allard | 1 | -1/+1 | |
2007-04-27 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-04-27 | modified _add_data() to be compatible with OS X | Derek Jones | 1 | -5/+2 | |
(removed CRC and length from end of file stream) | |||||
2007-04-27 | fixed checked = 1 to be checked = checked in array created checkboxes | Derek Allard | 1 | -0/+6 | |
2007-04-25 | APPVER replaced by CI_VERSION | Derek Allard | 2 | -2/+2 | |
2007-04-24 | fixed router but that was ignoring the scaffolding route for optimization | Derek Allard | 1 | -2/+3 | |
2007-04-15 | update app_ver | Derek Allard | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 85 | -21999/+21999 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2007-04-10 | typo fix | Derek Allard | 1 | -1/+1 | |
2007-04-07 | repeater won't return any results if it is set to repeat 0 times. | Derek Allard | 1 | -153/+153 | |
2007-04-03 | array to string addition | Derek Allard | 1 | -202/+212 | |
http://codeigniter.com/forums/viewthread/46994/ | |||||
2007-03-24 | passes hostname and not database now | Derek Allard | 1 | -452/+452 | |
2007-03-13 | removed duplicate 'DATE_RFC822' | Derek Allard | 1 | -565/+564 | |
2007-03-07 | pg_version() doesn't exist. Changed reference to version() which does. | Derek Allard | 1 | -484/+484 | |
2007-03-01 | function post() duplicated, changed the second to function get() | Derek Allard | 1 | -1/+1 | |
2007-02-26 | (no commit message) | Rick Ellis | 1 | -1/+73 | |
2007-02-20 | added a space to redirect Location to conform to w3c http spec | Derek Allard | 1 | -492/+492 | |
2007-02-15 | reverted a change user testing revealed a flaw. | Derek Allard | 1 | -1/+4 | |
2007-02-15 | allow for extending models | Derek Allard | 1 | -4/+1 | |
2007-02-15 | fixed a a value bug introduced when clearing value from textarea | Derek Allard | 1 | -3/+9 | |
2007-02-14 | fixed an undefined var | Derek Allard | 1 | -0/+2 | |
2007-02-14 | updated AR join() to accommodate database prefixes | Derek Allard | 1 | -886/+891 | |
2007-02-14 | updated app_version | Derek Allard | 1 | -1/+1 | |
2007-02-14 | changed Content-Disposition: from "inline" to "attachment" for MSIE in ↵ | Derek Allard | 1 | -95/+95 | |
force_download() | |||||
2007-02-07 | fixed grammer error in show_error message | Derek Allard | 1 | -1/+1 | |
2007-02-06 | changed app_ver to 1.5.1.1 | Derek Allard | 1 | -258/+258 | |
2007-02-06 | Fixed a typo in error message | Derek Allard | 1 | -930/+930 | |
2007-02-05 | (no commit message) | Rick Ellis | 1 | -3/+2 | |
2007-02-05 | (no commit message) | Rick Ellis | 1 | -3/+3 | |
2007-02-05 | (no commit message) | Rick Ellis | 1 | -1/+11 | |
2007-02-04 | $lang['ut_test_datatype'] = 'Test Datatype '; | Derek Allard | 1 | -21/+21 | |
became (removed space) $lang['ut_test_datatype'] = 'Test Datatype'; | |||||
2007-02-01 | fixed resize bug that was comparing height to width instead of height to ↵ | Derek Allard | 1 | -1526/+1526 | |
original height | |||||
2007-02-01 | removed unescaped variable that could be used in XSS | Derek Allard | 2 | -1199/+1199 | |
2007-01-28 | log_exception() printed severity twice... fixed. | Derek Allard | 1 | -169/+169 | |
2007-01-27 | fixed $moble to $mobile | Derek Allard | 1 | -499/+499 | |
2007-01-27 | added set_caption() | Derek Allard | 1 | -415/+438 | |
2007-01-27 | unset the value attribute in textarea | Derek Allard | 1 | -402/+404 | |
2007-01-13 | (no commit message) | paulburdick | 1 | -8/+26 | |
2006-11-24 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2006-11-23 | (no commit message) | Rick Ellis | 1 | -2/+2 | |
2006-11-23 | (no commit message) | Rick Ellis | 2 | -2/+2 | |
2006-11-23 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2006-11-20 | (no commit message) | Rick Ellis | 6 | -23/+26 | |