summaryrefslogtreecommitdiffstats
path: root/system/core/Router.php
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-01-07Improve the core Router libraryAndrey Andreev1-70/+37
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending ↵Greg Aker1-1/+8
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a.
2011-12-25Abstracting the loading of files in the config directory depending on ↵Greg Aker1-8/+1
environments.
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-08-15Added some docs to CI core filesDavid Behler1-2/+44
2011-08-10404_override route now works for missing controllers in subdirectories and ↵Shane Pearson1-1/+14
functions that fail the security check in CodeIgniter.php
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-13/+13
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-13/+13
2011-04-19Removing internal references to the EXT constant. Additionally, marked the ↵Greg Aker1-7/+7
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
2011-04-06Made Environment Support optional. Comment out or delete the constant to ↵Phil Sturgeon1-1/+1
stop environment checks.
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, ↵bubbafoley1-1/+9
helpers and libraries
2011-01-31Added 404_override to Codeigniter file to catch the 404 if the controller is ↵Eric Barnes1-1/+1
available but no method. Fixes #19
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 ↵Phil Sturgeon1-8/+6
controller name. This is useful for 404 pages on errors/page_missing or /pages/view/404.
2010-12-15Changing the router to support any number of segments in the default route. ↵Pascal Kriete1-1/+1
Closes #261.
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 ↵Derek Jones1-2/+2
traversal
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-78/+78
2010-03-02Router class rewriteDerek Jones1-81/+153
killed scaffolding abstracted _set_default_controller() added implementation for directory and controller trigger when query strings are enabled
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