1. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  2. 4e4f2f5 Fix a typo by Andrey Andreev · 11 years ago
  3. af98835 Optimization in CI_URI::_set_uri_string() by Andrey Andreev · 11 years ago
  4. e196050 Fix docblock of URI->rsegments property by vlakoff · 11 years ago
  5. c26b9eb Don't use globals by Andrey Andreev · 11 years ago
  6. 6b0f784 Method CI_URI::_fetch_uri_string() has been removed, removal of reference. by Ivan Tcholakov · 11 years ago
  7. 871754a 2013 > 2014 by darwinel · 11 years ago
  8. a439905 Fix CI_URI:: not being properly indexed by Andrey Andreev · 11 years ago
  9. a00be04 Fix #2827 by Andrey Andreev · 11 years ago
  10. 30d5324 URI Routing overhaul by Andrey Andreev · 11 years ago
  11. 08fef7d Fix #2799 by adding conditional PCRE UTF-8 support to CI_URI::filter_uri() by Andrey Andreev · 11 years ago
  12. de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
  13. e540341 A tiny improvement in ruri_string() by Andrey Andreev · 11 years ago
  14. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  15. 5eb1cbf Replace another fetch_directory() use by Andrey Andreev · 12 years ago
  16. 3567246 Various cosmetic fixes by vlakoff · 12 years ago
  17. d1e50fa URI->_remove_url_suffix() : more efficient code by vlakoff · 12 years ago
  18. 661f588 URI->_remove_url_suffix() : suffix has to be at the end of uri_string by vlakoff · 12 years ago
  19. 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
  20. c5b766c Merge pull request #2106 from danhunsaker/feature/uri-extensibility by Andrey Andreev · 12 years ago
  21. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  22. 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
  23. b2280ce Another use of CI_URI::_remove_relative_directory() by Andrey Andreev · 12 years ago
  24. 0bf9cfa Updated formatting and styleguide, thanks narfbg; by CJ · 12 years ago
  25. af3bd3e Bug fix for relative directory removal by chernjie · 12 years ago
  26. c3751f8 Fix #1956 by Andrey Andreev · 12 years ago
  27. 254735e Fix issue #122 by Andrey Andreev · 12 years ago
  28. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  29. 3b72eb5 Changed URI auto-detection to try PATH_INFO first by Andrey Andreev · 12 years ago
  30. ea6688b Fix issue in resetting QUERY_STRING, GET vars introduced in f2b19fee7876708c7a7bb5cba6b7df682a9d2a53 by Andrey Andreev · 12 years ago
  31. 9dd2dbb Fix issues #388 & #705 by Andrey Andreev · 12 years ago
  32. 704f3f5 Fix an erroneous variable name by Andrey Andreev · 12 years ago
  33. f2b19fe Multiple improvements to the URI class by Andrey Andreev · 12 years ago
  34. d4516e3 CI_URI::_detect_uri() to accept absolute URIs by Andrey Andreev · 12 years ago
  35. cca7427 [ci skip] URI Library DocBlock improvements by Andrey Andreev · 12 years ago
  36. 2b6b430 Update system/core/URI.php by vkeranov · 12 years ago
  37. 4b322b1 Fix an improper usage of empty() in the URI class by Andrey Andreev · 12 years ago
  38. 9093042 Improve fix for #1811 by Andrey Andreev · 12 years ago
  39. 4a7cc76 Fix #1811 by Andrey Andreev · 12 years ago
  40. f5f898f Fix issue #779 by Andrey Andreev · 12 years ago
  41. 95d78cf Fix issue #999 by Andrey Andreev · 13 years ago
  42. 58ae971 Fix issue #167 by Andrey Andreev · 13 years ago
  43. fb85979 And yet another missed line from the last one by Andrey Andreev · 13 years ago
  44. a8262ba Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2 by Andrey Andreev · 13 years ago
  45. d461934 Fix issue #10 + URI class speed improvements by Andrey Andreev · 13 years ago
  46. 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
  47. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  48. 04d43fe Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Alex Bilbie · 13 years ago
  49. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  50. 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 13 years ago
  51. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  52. 81aa94b Reverted rui_string change. by Phil Sturgeon · 13 years ago
  53. f59bb1a Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch by Timothy Warren · 13 years ago
  54. cdfbd52 Fixed issue #122 - ruri_string() in subdirs. by Phil Sturgeon · 13 years ago
  55. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  56. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  57. 15a29e1 Merged unit test progress. by Phil Sturgeon · 13 years ago
  58. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  59. 1ae6516 Remove PHP 5.1.6-specific code by Andrey Andreev · 13 years ago
  60. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  61. 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
  62. 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
  63. a798fdb Remove a space :) by Andrey Andreev · 13 years ago
  64. c123e11 Improve core URI & UTF8 libraries by Andrey Andreev · 13 years ago
  65. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  66. 7e66dda Merge branch 'refs/heads/develop' into feature/unit-tests by Eric Barnes · 13 years ago
  67. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  68. 65faf9f Merge branch 'develop' into feature/unit-tests by Eric Barnes · 13 years ago
  69. 2e00c24 Added tests for CI_URI class. Made modifications to core class which by Stephen · 13 years ago
  70. f7345e4 changed private functions to protected so MY_URI can override them. by Paul · 13 years ago
  71. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  72. 07b5342 Added some docs to CI core files by David Behler · 13 years ago
  73. c5dccf7 Get php_sapi_name() == 'cli' involved in the 'is this the command line?' decision. by Phil Sturgeon · 13 years ago
  74. 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
  75. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  76. 26eebdd Changed server check to ensure SCRIPT_NAME is defined. Fixes #57 by Eric Barnes · 14 years ago
  77. 73598e3 Tightening up control character handling in urls by Pascal Kriete · 14 years ago
  78. 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
  79. dda07e9 Some servers would trick URI into thinking it was being run in CLI mode, which broke routing. by Phil Sturgeon · 14 years ago
  80. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  81. fea45ad Updated the auto URI detection so that it works in more scenarios. Fixes #3 by Dan Horrigan · 14 years ago
  82. ffdc392 Removed trailing slash from $this->uri->ruri_string(). Fixes #292 by Eric Barnes · 14 years ago
  83. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  84. 48c718c Added support for calling controllers, methods and passing parameters via command line, either automatically or specifically with $config['uri_protocol'] = 'CLI'; by Phil Sturgeon · 14 years ago
  85. c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
  86. 65d603e Added full Query String and $_GET array support. This is enabled by default. Added a seperate config option to enable/disable the $_GET array. by Dan Horrigan · 14 years ago
  87. ebb6f4b Some simple tweaking by Pascal Kriete · 14 years ago
  88. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  89. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  90. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  91. 7576a3b change to use load_class() from core by Derek Jones · 15 years ago
  92. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  93. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/URI.php]
  94. 7f3719f updated copyrights by Derek Jones · 15 years ago
  95. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
  96. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 16 years ago
  97. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  98. f88ad5e Updated _parse_request_uri to reflect the fact that FCPATH no longer contains index.php as part of the path. by Rick Ellis · 16 years ago
  99. 9c023d4 little tweak for ORIG_PATH_INFO servers so the URI isn't left with just a / by Derek Jones · 16 years ago
  100. 09a45be changed exit() to show_error() in _filter_uri() by Derek Jones · 16 years ago