Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-11 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -7/+43 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+2 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -19/+17 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -2/+2 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -6/+8 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -4/+4 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -10/+23 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -2/+12 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -1/+5 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -1/+3 | |
2007-06-09 | (no commit message) | Rick Ellis | 3 | -17/+10 | |
2007-05-24 | typo fix | Derek Allard | 1 | -1/+1 | |
2007-05-09 | typo fixes | Derek Allard | 4 | -101/+96 | |
2007-05-04 | Modified XSS Cleaning routine to be more performance friendly and compatible ↵ | Derek Jones | 2 | -8/+48 | |
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-04 | typo fix | Derek Allard | 1 | -2/+2 | |
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-02 | typo fix | Derek Allard | 1 | -1/+1 | |
2007-05-01 | fixed a bug in the calendar library | Derek Allard | 3 | -2/+110 | |
2007-04-30 | added a note about regex and custom routes | Derek Allard | 2 | -55/+50 | |
2007-04-30 | missing image removed | Derek Allard | 1 | -1/+1 | |
2007-04-30 | fixed bug in output | Derek Allard | 1 | -1/+1 | |
2007-04-30 | (no commit message) | Derek Allard | 1 | -8/+3 | |
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 | (no commit message) | Derek Jones | 1 | -0/+7 | |
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-26 | typo fix | Derek Allard | 1 | -1/+1 | |
2007-04-25 | APPVER replaced by CI_VERSION | Derek Allard | 3 | -2/+10 | |
2007-04-24 | fixed router but that was ignoring the scaffolding route for optimization | Derek Allard | 1 | -2/+3 | |
2007-04-24 | typos fixes | Derek Allard | 3 | -3/+4 | |
2007-04-15 | (no commit message) | Derek Allard | 1 | -2/+2 | |
2007-04-15 | (no commit message) | Derek Allard | 1 | -2/+2 | |
2007-04-15 | added upgrade instructions | Derek Allard | 1 | -0/+1 | |
2007-04-15 | update app_ver | Derek Allard | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 189 | -22944/+22951 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2007-04-14 | updates listed | Derek Allard | 1 | -0/+2 | |