- 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
- 5ffbdce Fix #4005 by Andrey Andreev · 9 years ago
- fddbde6 Close #4004 by Andrey Andreev · 9 years ago
- cbf3a55 Use tabs instead of spaces by Cyrille TOULET · 10 years ago
- ead327f Fix an "strpos(): Empty needle" warning by Cyrille TOULET · 10 years ago
- 32e7ba3 Fix an "strpos(): Empty needle" warning by Cyrille TOULET · 10 years ago
- 0ae4e6c Fix #3593 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
- fa11460 Fixed return. by Razican · 10 years ago
- 1c775e7 Remove URI filter for parenthesis and dollar symbols, as talked in #47. by Razican · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- 4e4f2f5 Fix a typo by Andrey Andreev · 11 years ago
- af98835 Optimization in CI_URI::_set_uri_string() by Andrey Andreev · 11 years ago
- e196050 Fix docblock of URI->rsegments property by vlakoff · 11 years ago
- c26b9eb Don't use globals by Andrey Andreev · 11 years ago
- 6b0f784 Method CI_URI::_fetch_uri_string() has been removed, removal of reference. by Ivan Tcholakov · 11 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- a439905 Fix CI_URI:: not being properly indexed by Andrey Andreev · 11 years ago
- a00be04 Fix #2827 by Andrey Andreev · 11 years ago
- 30d5324 URI Routing overhaul by Andrey Andreev · 11 years ago
- 08fef7d Fix #2799 by adding conditional PCRE UTF-8 support to CI_URI::filter_uri() by Andrey Andreev · 11 years ago
- de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
- e540341 A tiny improvement in ruri_string() by Andrey Andreev · 11 years ago
- f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
- 5eb1cbf Replace another fetch_directory() use by Andrey Andreev · 12 years ago
- 3567246 Various cosmetic fixes by vlakoff · 12 years ago
- d1e50fa URI->_remove_url_suffix() : more efficient code by vlakoff · 12 years ago
- 661f588 URI->_remove_url_suffix() : suffix has to be at the end of uri_string by vlakoff · 12 years ago
- 325e91a minor tweaks and optimizations: minimize function calls in _fetch_uri_string(); use constant PHP_SAPI instead of function php_sapi_name() by Ted Wood · 12 years ago
- c5b766c Merge pull request #2106 from danhunsaker/feature/uri-extensibility by Andrey Andreev · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- 4279223 Improved extensibility of the URI class by modifying `_uri_assoc()` to (1) not force a specific list of valid options for `$which`, and (2) build the `$segment_array` and `$total_segments` dynamically regardless of the contents of `$which`. by Daniel Hunsaker · 12 years ago
- b2280ce Another use of CI_URI::_remove_relative_directory() by Andrey Andreev · 12 years ago
- 0bf9cfa Updated formatting and styleguide, thanks narfbg; by CJ · 12 years ago
- af3bd3e Bug fix for relative directory removal by chernjie · 12 years ago
- c3751f8 Fix #1956 by Andrey Andreev · 12 years ago
- 254735e Fix issue #122 by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 3b72eb5 Changed URI auto-detection to try PATH_INFO first by Andrey Andreev · 12 years ago
- ea6688b Fix issue in resetting QUERY_STRING, GET vars introduced in f2b19fee7876708c7a7bb5cba6b7df682a9d2a53 by Andrey Andreev · 12 years ago
- 9dd2dbb Fix issues #388 & #705 by Andrey Andreev · 12 years ago
- 704f3f5 Fix an erroneous variable name by Andrey Andreev · 12 years ago
- f2b19fe Multiple improvements to the URI class by Andrey Andreev · 12 years ago
- d4516e3 CI_URI::_detect_uri() to accept absolute URIs by Andrey Andreev · 12 years ago
- cca7427 [ci skip] URI Library DocBlock improvements by Andrey Andreev · 12 years ago
- 2b6b430 Update system/core/URI.php by vkeranov · 12 years ago
- 4b322b1 Fix an improper usage of empty() in the URI class by Andrey Andreev · 12 years ago
- 9093042 Improve fix for #1811 by Andrey Andreev · 12 years ago
- 4a7cc76 Fix #1811 by Andrey Andreev · 12 years ago
- f5f898f Fix issue #779 by Andrey Andreev · 12 years ago
- 95d78cf Fix issue #999 by Andrey Andreev · 12 years ago
- 58ae971 Fix issue #167 by Andrey Andreev · 12 years ago
- fb85979 And yet another missed line from the last one by Andrey Andreev · 12 years ago
- a8262ba Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2 by Andrey Andreev · 12 years ago
- d461934 Fix issue #10 + URI class speed improvements by Andrey Andreev · 12 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 · 12 years ago
- 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 12 years ago
- 04d43fe Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Alex Bilbie · 12 years ago
- ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 12 years ago
- 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 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
- 15a29e1 Merged unit test progress. by Phil Sturgeon · 13 years ago
- 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
- 1ae6516 Remove PHP 5.1.6-specific code by Andrey Andreev · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
- 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
- a798fdb Remove a space :) by Andrey Andreev · 13 years ago
- c123e11 Improve core URI & UTF8 libraries by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- 7e66dda Merge branch 'refs/heads/develop' into feature/unit-tests by Eric Barnes · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 65faf9f Merge branch 'develop' into feature/unit-tests by Eric Barnes · 13 years ago
- 2e00c24 Added tests for CI_URI class. Made modifications to core class which by Stephen · 13 years ago
- f7345e4 changed private functions to protected so MY_URI can override them. by Paul · 13 years ago
- 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
- 07b5342 Added some docs to CI core files by David Behler · 13 years ago
- c5dccf7 Get php_sapi_name() == 'cli' involved in the 'is this the command line?' decision. by Phil Sturgeon · 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 · 13 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 26eebdd Changed server check to ensure SCRIPT_NAME is defined. Fixes #57 by Eric Barnes · 14 years ago
- 73598e3 Tightening up control character handling in urls by Pascal Kriete · 14 years ago
- e58199b Fixes #27. When the default controller was used, the _detect_uri() method was returning an incorrect URI, which caused a 404 when a query string was used and no controller specified. via Dan Horrigan by ericbarnes@ericbarnes.local · 14 years ago
- dda07e9 Some servers would trick URI into thinking it was being run in CLI mode, which broke routing. by Phil Sturgeon · 14 years ago
- 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
- fea45ad Updated the auto URI detection so that it works in more scenarios. Fixes #3 by Dan Horrigan · 14 years ago
- ffdc392 Removed trailing slash from $this->uri->ruri_string(). Fixes #292 by Eric Barnes · 14 years ago