summaryrefslogtreecommitdiffstats
path: root/system/core/Router.php
AgeCommit message (Expand)AuthorFilesLines
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-1/+1
2011-03-22Fixed logic and removed the error supressingEric Barnes1-4/+4
2011-03-18Fixed coding to match standards from previous releasesEric Barnes1-2/+2
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley1-1/+9
2011-01-31Added 404_override to Codeigniter file to catch the 404 if the controller is ...Eric Barnes1-1/+1
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-8/+6
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-15['404_override'] can now take methods and URI segments, not just a controller...Phil Sturgeon1-8/+6
2010-12-15Changing the router to support any number of segments in the default route. C...Pascal Kriete1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-07Automated merge with https://bitbucket.org/barrymieny/codeigniterDerek Jones1-2/+2
2010-10-07fixed a security issue which in certain cases could result in directory trave...Derek Jones1-2/+2
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-78/+78
2010-03-02Router class rewriteDerek Jones1-81/+153
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/+389