Age | Commit message (Expand) | Author | Files | Lines |
2015-12-07 | replace spaces with tabs | b-kaxa | 1 | -1/+1 |
2015-12-06 | fix phpdoc | b-kaxa | 1 | -0/+1 |
2015-09-14 | Fix #4109 | Andrey Andreev | 1 | -20/+22 |
2015-08-14 | Fix #4052 | Andrey Andreev | 1 | -20/+0 |
2015-08-05 | Fix #4027 | Andrey Andreev | 1 | -8/+12 |
2015-07-24 | Fixed typos | Calvin Tam | 1 | -1/+1 |
2015-07-17 | Fix #3752 | Andrey Andreev | 1 | -21/+22 |
2015-07-06 | fix typo in router class | ftwbzhao | 1 | -1/+1 |
2015-04-08 | [ci skip] Fix comment typos | Andrey Andreev | 1 | -1/+1 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 1 | -5/+8 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-04-15 | #3005 | Andrey Andreev | 1 | -2/+1 |
2014-03-30 | Fix #2976 | Andrey Andreev | 1 | -0/+4 |
2014-03-25 | Simplify callback routes | Andrey Andreev | 1 | -29/+0 |
2014-02-24 | Don't use globals | Andrey Andreev | 1 | -4/+2 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-18 | Fix 2 Router-related errors | Andrey Andreev | 1 | -1/+1 |
2014-01-16 | URI Routing overhaul | Andrey Andreev | 1 | -122/+118 |
2014-01-15 | CI_URI changes related to the 'permitted_uri_chars' setting | Andrey Andreev | 1 | -3/+3 |
2014-01-10 | Finally get rid of the CI_Router::_set_overrides() calls | Andrey Andreev | 1 | -32/+23 |
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 1 | -4/+2 |
2013-11-05 | Fix HTTP Verb Routing Rules | Fatih Kalifa | 1 | -18/+14 |
2013-10-31 | Enable HTTP Verb in Routing | Fatih Kalifa | 1 | -1/+32 |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 1 | -2/+2 |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 1 | -5/+3 |
2013-07-19 | Router improvements | Andrey Andreev | 1 | -18/+38 |
2013-04-04 | Fix #2380 and deprecate CI_Router::fetch_*() methods | Andrey Andreev | 1 | -7/+10 |
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 1 | -4/+5 |
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-07 | Fix issue #2061 | Andrey Andreev | 1 | -9/+9 |
2012-11-08 | Another router fix for the dumbest usage of callbacks ever | Andrey Andreev | 1 | -1/+1 |
2012-11-08 | Revert 96ea52894aea85b86d75f59fee35f90676735060 | Andrey Andreev | 1 | -6/+6 |
2012-11-08 | Change route type checks priorities | Andrey Andreev | 1 | -6/+6 |
2012-11-04 | Fix #98 | Andrey Andreev | 1 | -1/+1 |
2012-11-02 | Fix a directory/404_override bug and some routing-related optimizations | Andrey Andreev | 1 | -55/+21 |
2012-11-02 | Router-related optimizations | Andrey Andreev | 1 | -7/+0 |
2012-11-01 | Allow use of dashes in controller/method URI segments | Andrey Andreev | 1 | -1/+9 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-31 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jonatas Miguel | 1 | -33/+36 |
2012-10-30 | Fix issue #658 (:any wildcard matching slashes) | Andrey Andreev | 1 | -1/+1 |
2012-10-27 | [ci skip] Router class DocBlock improvements | Andrey Andreev | 1 | -32/+35 |
2012-10-23 | users' default values are now respected in callback routes | Jonatas Miguel | 1 | -0/+15 |
2012-09-27 | corrected a few more style problems | Jonatas Miguel | 1 | -2/+2 |
2012-09-27 | made some corrections to the code | Jonatas Miguel | 1 | -6/+3 |
2012-08-07 | Changed spaces to tabs where necessary. | Jonatas Miguel | 1 | -59/+59 |
2012-08-06 | Updated documentation | Jonatas Miguel | 1 | -1/+1 |