summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-06-09(no commit message)Rick Ellis1-2/+12
2007-06-09(no commit message)Rick Ellis1-1/+5
2007-06-09(no commit message)Rick Ellis1-1/+3
2007-06-09(no commit message)Rick Ellis3-17/+10
2007-05-24typo fixDerek Allard1-1/+1
2007-05-09typo fixesDerek Allard4-101/+96
2007-05-04Modified XSS Cleaning routine to be more performance friendly and compatible ↵Derek Jones2-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-04typo fixDerek Allard1-2/+2
2007-05-02return preg_replace("|^/*(.+?)/*$|", "\\1", $str);Derek Allard1-2/+2
to return trim($str, '/');
2007-05-02$this->base_url = preg_replace("/(.+?)\/*$/", "\\1/", $this->base_url);Derek Allard1-2/+2
changed to $this->base_url = rtrim($this->base_url, '/') .'/';
2007-05-02// Prep the current page - no funny business!Derek Allard1-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-02typo fixDerek Allard1-1/+1
2007-05-01fixed a bug in the calendar libraryDerek Allard3-2/+110
2007-04-30added a note about regex and custom routesDerek Allard2-55/+50
2007-04-30missing image removedDerek Allard1-1/+1
2007-04-30fixed bug in outputDerek Allard1-1/+1
2007-04-30(no commit message)Derek Allard1-8/+3
2007-04-30fixed a typo in rpcs.php libraryDerek Allard1-1/+1
2007-04-27(no commit message)Rick Ellis1-1/+1
2007-04-27(no commit message)Derek Jones1-0/+7
2007-04-27modified _add_data() to be compatible with OS XDerek Jones1-5/+2
(removed CRC and length from end of file stream)
2007-04-27fixed checked = 1 to be checked = checked in array created checkboxesDerek Allard1-0/+6
2007-04-26typo fixDerek Allard1-1/+1
2007-04-25APPVER replaced by CI_VERSIONDerek Allard3-2/+10
2007-04-24fixed router but that was ignoring the scaffolding route for optimizationDerek Allard1-2/+3
2007-04-24typos fixesDerek Allard3-3/+4
2007-04-15(no commit message)Derek Allard1-2/+2
2007-04-15(no commit message)Derek Allard1-2/+2
2007-04-15added upgrade instructionsDerek Allard1-0/+1
2007-04-15update app_verDerek Allard1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard189-22944/+22951
update copyright year update Code Igniter to CodeIgniter
2007-04-14updates listedDerek Allard1-0/+2
2007-04-10typo fixDerek Allard1-1/+1
2007-04-10typo fixDerek Allard1-1/+1
2007-04-09typo fixDerek Allard1-1/+1
2007-04-07repeater won't return any results if it is set to repeat 0 times.Derek Allard1-153/+153
2007-04-03example fixDerek Allard1-2/+2
2007-04-03changed pmachine links to ellislabDerek Allard102-103/+103
2007-04-03missing ; added to exampleDerek Allard1-1/+1
2007-04-03getwhere() example typo fixedDerek Allard1-1/+1
2007-04-03next and previous links fixed upDerek Allard23-29/+26
2007-04-03added array to string in profilerDerek Allard1-0/+1
2007-04-03array to string additionDerek Allard1-202/+212
http://codeigniter.com/forums/viewthread/46994/
2007-04-01missing </code> fixedDerek Allard1-1/+1
2007-04-01fixed incorrect linkDerek Allard1-1/+1
2007-03-29fixed broken linkDerek Allard1-1/+1
2007-03-28typo fixDerek Allard1-2/+2
2007-03-28typo fixDerek Allard1-1/+1
2007-03-24passes hostname and not database nowDerek Allard1-452/+452
2007-03-23(no commit message)Rick Ellis1-1/+1