Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-06 | Updated _parse_request_uri to reflect the fact that FCPATH no longer ↵ | Rick Ellis | 1 | -1/+1 | |
contains index.php as part of the path. | |||||
2009-02-18 | little tweak for ORIG_PATH_INFO servers so the URI isn't left with just a / | Derek Jones | 1 | -2/+2 | |
2009-02-10 | changed exit() to show_error() in _filter_uri() | Derek Jones | 1 | -1/+1 | |
http://codeigniter.com/bug_tracker/bug/6500/ | |||||
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -584/+584 | |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 1 | -584/+584 | |
simplified paragraph tag cleanup regex | |||||
2008-11-03 | A "HTTP/1.1 400 Bad Request" header is now sent when disallowed characters ↵ | Derek Allard | 1 | -583/+584 | |
are encountered. | |||||
2008-10-01 | Tweaked the filter_uri function for better security | Rick Ellis | 1 | -11/+17 | |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2008-08-31 | grammar changes | Derek Allard | 1 | -1/+1 | |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 1 | -1/+1 | |
2008-05-16 | changed foreach() reindexing of segment arrays to array_unshift() - teensy ↵ | Derek Jones | 1 | -15/+2 | |
tiny memory and speed improvement. | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -9/+9 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 1 | -1/+3 | |
of the file | |||||
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 | |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 | |
2008-05-07 | removed SCRIPT_NAME from path provided by ORIG_PATH_INFO to remove the path ↵ | Derek Jones | 1 | -1/+2 | |
and script name from the URI data (bug #3191) | |||||
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -6/+6 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-04-14 | added check to make sure the URI path is not constructed entirely of slashes ↵ | Derek Jones | 1 | -4/+4 | |
in URI::_fetch_uri_string() | |||||
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-01-30 | fixed bug (#3284) where the $rsegment array would not be set properly if the ↵ | Derek Jones | 1 | -2/+3 | |
requested URI contained more segments than the routed URI. | |||||
2008-01-30 | fixed bug (#3321) where the uri_string was not being set properly when ↵ | Derek Jones | 1 | -5/+1 | |
retrieved from $_GET (segment based GET, not ?c=controller) | |||||
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 | |
2008-01-19 | Fixed bug #3268 where router could leave '/' as the path | Derek Jones | 1 | -6/+7 | |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 | |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 | |
2007-07-25 | (no commit message) | Rick Ellis | 1 | -2/+3 | |
2007-07-21 | (no commit message) | Rick Ellis | 1 | -2/+7 | |
2007-07-20 | (no commit message) | Rick Ellis | 1 | -10/+234 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -366/+366 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2006-10-21 | (no commit message) | admin | 1 | -9/+9 | |
2006-10-10 | (no commit message) | admin | 1 | -1/+1 | |
2006-09-28 | (no commit message) | admin | 1 | -1/+1 | |
2006-09-22 | (no commit message) | admin | 1 | -1/+1 | |
2006-09-21 | (no commit message) | admin | 1 | -3/+38 | |
2006-09-21 | (no commit message) | admin | 1 | -2/+91 | |
2006-09-03 | (no commit message) | admin | 1 | -2/+2 | |
2006-08-26 | (no commit message) | admin | 1 | -7/+7 | |
2006-08-25 | Initial Import | admin | 1 | -0/+243 | |