summaryrefslogtreecommitdiffstats
path: root/system/libraries/URI.php
AgeCommit message (Collapse)AuthorFilesLines
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