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