summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
AgeCommit message (Expand)AuthorFilesLines
2014-05-01Fix docblock of URI->rsegments propertyvlakoff1-1/+3
2014-02-24Don't use globalsAndrey Andreev1-3/+1
2014-02-20Method CI_URI::_fetch_uri_string() has been removed, removal of reference.Ivan Tcholakov1-1/+0
2014-02-112013 > 2014darwinel1-1/+1
2014-01-18Fix CI_URI:: not being properly indexedAndrey Andreev1-0/+3
2014-01-18Fix #2827Andrey Andreev1-1/+1
2014-01-16URI Routing overhaulAndrey Andreev1-169/+83
2014-01-15Fix #2799 by adding conditional PCRE UTF-8 support to CI_URI::filter_uri()Andrey Andreev1-1/+1
2014-01-15CI_URI changes related to the 'permitted_uri_chars' settingAndrey Andreev1-12/+23
2014-01-03A tiny improvement in ruri_string()Andrey Andreev1-6/+1
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev1-18/+1
2013-04-08Replace another fetch_directory() useAndrey Andreev1-1/+1
2013-02-15Various cosmetic fixesvlakoff1-1/+1
2013-01-11URI->_remove_url_suffix() : more efficient codevlakoff1-3/+3
2013-01-10URI->_remove_url_suffix() : suffix has to be at the end of uri_stringvlakoff1-2/+9
2013-01-07minor tweaks and optimizations: minimize function calls in _fetch_uri_string(...Ted Wood1-7/+7
2013-01-03Merge pull request #2106 from danhunsaker/feature/uri-extensibilityAndrey Andreev1-12/+2
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-31Improved extensibility of the URI class by modifying `_uri_assoc()` to (1) no...Daniel Hunsaker1-12/+2
2012-12-06Another use of CI_URI::_remove_relative_directory()Andrey Andreev1-1/+1
2012-12-06Updated formatting and styleguide, thanks narfbg;CJ1-7/+13
2012-12-06Bug fix for relative directory removalchernjie1-1/+20
2012-11-02Fix #1956Andrey Andreev1-1/+1
2012-11-01Fix issue #122Andrey Andreev1-1/+8
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-31Changed URI auto-detection to try PATH_INFO firstAndrey Andreev1-8/+6
2012-10-31Fix issue in resetting QUERY_STRING, GET vars introduced in f2b19fee7876708c7...Andrey Andreev1-26/+2
2012-10-31Fix issues #388 & #705Andrey Andreev1-4/+5
2012-10-31Fix an erroneous variable nameAndrey Andreev1-1/+1
2012-10-31Multiple improvements to the URI classAndrey Andreev1-28/+75
2012-10-31CI_URI::_detect_uri() to accept absolute URIsAndrey Andreev1-20/+20
2012-10-28[ci skip] URI Library DocBlock improvementsAndrey Andreev1-84/+108
2012-10-27Update system/core/URI.phpvkeranov1-2/+1
2012-10-26Fix an improper usage of empty() in the URI classAndrey Andreev1-1/+1
2012-10-24Improve fix for #1811Andrey Andreev1-0/+1
2012-10-24Fix #1811Andrey Andreev1-6/+8
2012-10-23Fix issue #779Andrey Andreev1-5/+2
2012-06-16Fix issue #999Andrey Andreev1-2/+4
2012-06-15Fix issue #167Andrey Andreev1-1/+1
2012-06-14And yet another missed line from the last oneAndrey Andreev1-1/+1
2012-06-14Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2Andrey Andreev1-3/+3
2012-06-14Fix issue #10 + URI class speed improvementsAndrey Andreev1-8/+12
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev1-0/+0
2012-06-04Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5dAndrey Andreev1-1/+1
2012-06-02Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5dAlex Bilbie1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie1-7/+7
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-9/+9
2012-05-17Cleanup the core classesAndrey Andreev1-34/+33
2012-05-02Reverted rui_string change.Phil Sturgeon1-2/+2
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patchTimothy Warren1-1/+1