summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge remote-tracking branch 'remotes/upstream/2.2-stable' into workingFlorian Pritz1-1/+1
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
2013-09-02Allow to override config_item() options; add modification commentsFlorian Pritz1-0/+5
2011-11-28Merge commit 'v2.1.0'Florian Pritz1-0/+31
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz1-6/+6
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-13Fixed conflicts.Phil Sturgeon1-1/+1
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-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-12reapply changes made to core filesFlorian Pritz1-2/+2
2011-04-10update to CI 2.0.2Florian Pritz1-26/+43
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-28fix filtered / at the end of URIsFlorian Pritz1-1/+1
2011-01-28update to CI 2.0Florian Pritz1-0/+606
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
2011-01-12Removed trailing slash from $this->uri->ruri_string(). Fixes #292Eric Barnes1-1/+1
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-31Added support for calling controllers, methods and passing parameters via com...Phil Sturgeon1-4/+33
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. Al...Phil Sturgeon1-8/+10
2010-12-15Added full Query String and $_GET array support. This is enabled by default....Dan Horrigan1-31/+69
2010-11-10Some simple tweakingPascal Kriete1-7/+4
2010-11-10Changing all class constructors to __construct()Greg Aker1-2/+2
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-3/+3
2010-03-02change to use load_class() from coreDerek Jones1-1/+1
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+586