summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-26Fixed issue #122 - ruri_string() in subdirs.Phil Sturgeon1-2/+2
2012-04-23Use tabs to separate class propertiesTimothy Warren1-3/+3
2012-04-19Additional formatting fixesTimothy Warren1-7/+11
2012-03-14Merged unit test progress.Phil Sturgeon1-3/+1
2012-03-14Merge branch 'feature/unit-tests' into developPhil Sturgeon1-2/+16
2012-03-10Remove PHP 5.1.6-specific codeAndrey Andreev1-3/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-04Merged develop and fixed conflicts.Phil Sturgeon1-110/+81
2012-01-08Fixes for issue 896Michiel Vugteveen1-2/+3
2012-01-07Remove a space :)Andrey Andreev1-1/+1
2012-01-07Improve core URI & UTF8 librariesAndrey Andreev1-113/+84
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-11-27Merge branch 'refs/heads/develop' into feature/unit-testsEric Barnes1-4/+16
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-08-29Merge branch 'develop' into feature/unit-testsEric Barnes1-2/+2
2011-08-28Added tests for CI_URI class. Made modifications to core class whichStephen1-1/+16
2011-08-26changed private functions to protected so MY_URI can override them.Paul1-2/+2
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon1-0/+31
2011-08-15Added some docs to CI core filesDavid Behler1-0/+31
2011-08-13Get php_sapi_name() == 'cli' involved in the 'is this the command line?' deci...Phil Sturgeon1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-7/+7
2011-04-25Fixed double-space typo.Razican1-7/+7
2011-04-18Changed server check to ensure SCRIPT_NAME is defined. Fixes #57Eric Barnes1-5/+5
2011-04-05Tightening up control character handling in urlsPascal Kriete1-23/+34
2011-02-03Fixes #27. When the default controller was used, the _detect_uri() method wa...ericbarnes@ericbarnes.local1-0/+6
2011-02-01Some servers would trick URI into thinking it was being run in CLI mode, whic...Phil Sturgeon1-2/+2
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-44/+67
2011-01-19Updated the auto URI detection so that it works in more scenarios. Fixes #3Dan Horrigan1-78/+32