Age | Commit message (Expand) | Author | Files | Lines |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-12-07 | Merge pull request #4291 from b-kaxa/fix-phpdoc | Andrey Andreev | 1 | -1/+1 |
2015-07-28 | Fix #4005 | Andrey Andreev | 1 | -1/+1 |
2015-07-27 | Close #4004 | Andrey Andreev | 1 | -1/+3 |
2015-03-30 | Use tabs instead of spaces | Cyrille TOULET | 1 | -11/+11 |
2015-03-29 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -8/+11 |
2015-03-27 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -2/+2 |
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -28/+25 |
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/+4 |
2014-11-11 | Fixed return. | Razican | 1 | -0/+2 |
2014-11-11 | Remove URI filter for parenthesis and dollar symbols, as talked in #47. | Razican | 1 | -7/+0 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-05-01 | Fix a typo | Andrey Andreev | 1 | -1/+1 |
2014-05-01 | Optimization in CI_URI::_set_uri_string() | Andrey Andreev | 1 | -1/+1 |
2014-05-01 | Fix docblock of URI->rsegments property | vlakoff | 1 | -1/+3 |
2014-02-24 | Don't use globals | Andrey Andreev | 1 | -3/+1 |
2014-02-20 | Method CI_URI::_fetch_uri_string() has been removed, removal of reference. | Ivan Tcholakov | 1 | -1/+0 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-18 | Fix CI_URI:: not being properly indexed | Andrey Andreev | 1 | -0/+3 |
2014-01-18 | Fix #2827 | Andrey Andreev | 1 | -1/+1 |
2014-01-16 | URI Routing overhaul | Andrey Andreev | 1 | -169/+83 |
2014-01-15 | Fix #2799 by adding conditional PCRE UTF-8 support to CI_URI::filter_uri() | Andrey Andreev | 1 | -1/+1 |
2014-01-15 | CI_URI changes related to the 'permitted_uri_chars' setting | Andrey Andreev | 1 | -12/+23 |
2014-01-03 | A tiny improvement in ruri_string() | Andrey Andreev | 1 | -6/+1 |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl... | Andrey Andreev | 1 | -18/+1 |
2013-04-08 | Replace another fetch_directory() use | Andrey Andreev | 1 | -1/+1 |
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 |
2013-01-11 | URI->_remove_url_suffix() : more efficient code | vlakoff | 1 | -3/+3 |
2013-01-10 | URI->_remove_url_suffix() : suffix has to be at the end of uri_string | vlakoff | 1 | -2/+9 |
2013-01-07 | minor tweaks and optimizations: minimize function calls in _fetch_uri_string(... | Ted Wood | 1 | -7/+7 |
2013-01-03 | Merge pull request #2106 from danhunsaker/feature/uri-extensibility | Andrey Andreev | 1 | -12/+2 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-31 | Improved extensibility of the URI class by modifying `_uri_assoc()` to (1) no... | Daniel Hunsaker | 1 | -12/+2 |
2012-12-06 | Another use of CI_URI::_remove_relative_directory() | Andrey Andreev | 1 | -1/+1 |
2012-12-06 | Updated formatting and styleguide, thanks narfbg; | CJ | 1 | -7/+13 |
2012-12-06 | Bug fix for relative directory removal | chernjie | 1 | -1/+20 |
2012-11-02 | Fix #1956 | Andrey Andreev | 1 | -1/+1 |
2012-11-01 | Fix issue #122 | Andrey Andreev | 1 | -1/+8 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-31 | Changed URI auto-detection to try PATH_INFO first | Andrey Andreev | 1 | -8/+6 |
2012-10-31 | Fix issue in resetting QUERY_STRING, GET vars introduced in f2b19fee7876708c7... | Andrey Andreev | 1 | -26/+2 |
2012-10-31 | Fix issues #388 & #705 | Andrey Andreev | 1 | -4/+5 |
2012-10-31 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 |
2012-10-31 | Multiple improvements to the URI class | Andrey Andreev | 1 | -28/+75 |
2012-10-31 | CI_URI::_detect_uri() to accept absolute URIs | Andrey Andreev | 1 | -20/+20 |