- 0e59db6 Merge pull request #5662 from jim-parry/copyright2019 by Instructor, BCIT · 6 years ago
- cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
- da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
- 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
- bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
- 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
- f0f93f5 Merge pull request #4291 from b-kaxa/fix-phpdoc by Andrey Andreev · 9 years ago
- f2239fe Fix #4109 by Andrey Andreev · 9 years ago
- c2c7cb7 Fix #4052 by Andrey Andreev · 9 years ago
- abc299b Fix #4027 by Andrey Andreev · 9 years ago
- 55bc505 Fixed typos by Calvin Tam · 9 years ago
- 2ef5ed4 Fix #3752 by Andrey Andreev · 10 years ago
- bf0488b fix typo in router class by ftwbzhao · 10 years ago
- 1924eb3 [ci skip] Fix comment typos by Andrey Andreev · 10 years ago
- 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
- 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- bfa233f Further changes related to issue #47, PR #3323 by Andrey Andreev · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- bc89b3c #3005 by Andrey Andreev · 11 years ago
- 9cab427 Fix #2976 by Andrey Andreev · 11 years ago
- a8b0efb Simplify callback routes by Andrey Andreev · 11 years ago
- c26b9eb Don't use globals by Andrey Andreev · 11 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- a9237cb Fix 2 Router-related errors by Andrey Andreev · 11 years ago
- 30d5324 URI Routing overhaul by Andrey Andreev · 11 years ago
- de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
- 4e6c528 Finally get rid of the CI_Router::_set_overrides() calls by Andrey Andreev · 11 years ago
- c761a20 Polish changes from PR #2712 by Andrey Andreev · 11 years ago
- 0b58b3c Fix HTTP Verb Routing Rules by Fatih Kalifa · 11 years ago
- 442b50b Enable HTTP Verb in Routing by Fatih Kalifa · 11 years ago
- c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
- 2029231 Change class filenames to Ucfirst by Andrey Andreev · 12 years ago
- 08fec7b Router improvements by Andrey Andreev · 12 years ago
- 0e4237f Fix #2380 and deprecate CI_Router::fetch_*() methods by Andrey Andreev · 12 years ago
- 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
- db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- 9515dd3 Fix issue #2061 by Andrey Andreev · 12 years ago
- e2b0754 Another router fix for the dumbest usage of callbacks ever by Andrey Andreev · 12 years ago
- da5562a Revert 96ea52894aea85b86d75f59fee35f90676735060 by Andrey Andreev · 12 years ago
- 96ea528 Change route type checks priorities by Andrey Andreev · 12 years ago
- a3f5c5c Fix #98 by Andrey Andreev · 12 years ago
- 533bf2d Fix a directory/404_override bug and some routing-related optimizations by Andrey Andreev · 12 years ago
- 7d394f8 Router-related optimizations by Andrey Andreev · 12 years ago
- d1097a1 Allow use of dashes in controller/method URI segments by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 3ccc386 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jonatas Miguel · 12 years ago
- 7676c2d Fix issue #658 (:any wildcard matching slashes) by Andrey Andreev · 12 years ago
- b9fe7e9 [ci skip] Router class DocBlock improvements by Andrey Andreev · 12 years ago
- efb8166 users' default values are now respected in callback routes by Jonatas Miguel · 12 years ago
- 24296ca corrected a few more style problems by Jonatas Miguel · 12 years ago
- f950e5c made some corrections to the code by Jonatas Miguel · 12 years ago
- 59dbe85 Changed spaces to tabs where necessary. by Jonatas Miguel · 12 years ago
- cf16830 Updated documentation by Jonatas Miguel · 12 years ago
- 0726438 Corrected code style to be inline with project conventions. by Jonatas Miguel · 12 years ago
- 3b45cf6 Fixed a bug when detecting if the user used a callback. by Jonatas Miguel · 12 years ago
- c0d98b2 New optional routing system, v3 by Jonatas Miguel · 12 years ago
- 0af2d4f revert changes to routing system - part 1 by Jonatas Miguel · 12 years ago
- 80275c7 Added possibility of using callbacks. by Jonatas Miguel · 12 years ago
- a101c93 allow for routes that can be processed with php, ex: $route['([^/]+)/([^/]+)(/:any)?'] = 'php:"$1" . "/do" . ucfirst("$2") . "$3"'; by Jonatas Miguel · 13 years ago
- 0d2c06e Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest by Andrey Andreev · 13 years ago
- 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
- ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
- 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
- 81aa94b Reverted rui_string change. by Phil Sturgeon · 13 years ago
- f59bb1a Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch by Timothy Warren · 13 years ago
- cdfbd52 Fixed issue #122 - ruri_string() in subdirs. by Phil Sturgeon · 13 years ago
- 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
- 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
- ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
- 7b53d04 Some style adjustments and fixed comments in Router and Output classes by Andrey Andreev · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- ba6c041 Improve the core Router library by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
- 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 07b5342 Added some docs to CI core files by David Behler · 13 years ago
- 664a935 404_override route now works for missing controllers in subdirectories and functions that fail the security check in CodeIgniter.php by Shane Pearson · 13 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
- 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
- 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
- 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
- c5bf616 Added 404_override to Codeigniter file to catch the 404 if the controller is available but no method. Fixes #19 by Eric Barnes · 14 years ago
- 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- 23174a6 ['404_override'] can now take methods and URI segments, not just a controller name. This is useful for 404 pages on errors/page_missing or /pages/view/404. by Phil Sturgeon · 14 years ago
- 790ebf3 Changing the router to support any number of segments in the default route. Closes #261. by Pascal Kriete · 14 years ago
- a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
- 2615e41 fixed a security issue which in certain cases could result in directory traversal by Derek Jones · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- c773840 Router class rewrite by Derek Jones · 15 years ago
- c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
- b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Router.php]