1. 2b6b430 Update system/core/URI.php by vkeranov · 12 years ago
  2. 4b322b1 Fix an improper usage of empty() in the URI class by Andrey Andreev · 12 years ago
  3. 9093042 Improve fix for #1811 by Andrey Andreev · 12 years ago
  4. 4a7cc76 Fix #1811 by Andrey Andreev · 12 years ago
  5. f5f898f Fix issue #779 by Andrey Andreev · 12 years ago
  6. 95d78cf Fix issue #999 by Andrey Andreev · 13 years ago
  7. 58ae971 Fix issue #167 by Andrey Andreev · 13 years ago
  8. fb85979 And yet another missed line from the last one by Andrey Andreev · 13 years ago
  9. a8262ba Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2 by Andrey Andreev · 13 years ago
  10. d461934 Fix issue #10 + URI class speed improvements by Andrey Andreev · 13 years ago
  11. 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
  12. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  13. 04d43fe Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Alex Bilbie · 13 years ago
  14. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  15. 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 13 years ago
  16. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  17. 81aa94b Reverted rui_string change. by Phil Sturgeon · 13 years ago
  18. f59bb1a Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch by Timothy Warren · 13 years ago
  19. cdfbd52 Fixed issue #122 - ruri_string() in subdirs. by Phil Sturgeon · 13 years ago
  20. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  21. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  22. 15a29e1 Merged unit test progress. by Phil Sturgeon · 13 years ago
  23. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  24. 1ae6516 Remove PHP 5.1.6-specific code by Andrey Andreev · 13 years ago
  25. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  26. 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
  27. 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
  28. a798fdb Remove a space :) by Andrey Andreev · 13 years ago
  29. c123e11 Improve core URI & UTF8 libraries by Andrey Andreev · 13 years ago
  30. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  31. 7e66dda Merge branch 'refs/heads/develop' into feature/unit-tests by Eric Barnes · 13 years ago
  32. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  33. 65faf9f Merge branch 'develop' into feature/unit-tests by Eric Barnes · 13 years ago
  34. 2e00c24 Added tests for CI_URI class. Made modifications to core class which by Stephen · 13 years ago
  35. f7345e4 changed private functions to protected so MY_URI can override them. by Paul · 13 years ago
  36. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  37. 07b5342 Added some docs to CI core files by David Behler · 13 years ago
  38. c5dccf7 Get php_sapi_name() == 'cli' involved in the 'is this the command line?' decision. by Phil Sturgeon · 13 years ago
  39. 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
  40. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  41. 26eebdd Changed server check to ensure SCRIPT_NAME is defined. Fixes #57 by Eric Barnes · 14 years ago
  42. 73598e3 Tightening up control character handling in urls by Pascal Kriete · 14 years ago
  43. 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
  44. dda07e9 Some servers would trick URI into thinking it was being run in CLI mode, which broke routing. by Phil Sturgeon · 14 years ago
  45. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  46. fea45ad Updated the auto URI detection so that it works in more scenarios. Fixes #3 by Dan Horrigan · 14 years ago
  47. ffdc392 Removed trailing slash from $this->uri->ruri_string(). Fixes #292 by Eric Barnes · 14 years ago
  48. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  49. 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
  50. c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
  51. 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
  52. ebb6f4b Some simple tweaking by Pascal Kriete · 14 years ago
  53. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  54. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  55. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  56. 7576a3b change to use load_class() from core by Derek Jones · 15 years ago
  57. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  58. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/URI.php]
  59. 7f3719f updated copyrights by Derek Jones · 15 years ago
  60. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
  61. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 16 years ago
  62. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  63. 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
  64. 9c023d4 little tweak for ORIG_PATH_INFO servers so the URI isn't left with just a / by Derek Jones · 16 years ago
  65. 09a45be changed exit() to show_error() in _filter_uri() by Derek Jones · 16 years ago
  66. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  67. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  68. 1bf63e4 A "HTTP/1.1 400 Bad Request" header is now sent when disallowed characters are encountered. by Derek Allard · 16 years ago
  69. 8e3869a Tweaked the filter_uri function for better security by Rick Ellis · 16 years ago
  70. d02b5bf by Rick Ellis · 16 years ago
  71. cb36e34 grammar changes by Derek Allard · 16 years ago
  72. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
  73. 5453b8e changed foreach() reindexing of segment arrays to array_unshift() - teensy tiny memory and speed improvement. by Derek Jones · 17 years ago
  74. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  75. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  76. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  77. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  78. 62a9020 removed SCRIPT_NAME from path provided by ORIG_PATH_INFO to remove the path and script name from the URI data by Derek Jones · 17 years ago
  79. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  80. 27b5005 added check to make sure the URI path is not constructed entirely of slashes in URI::_fetch_uri_string() by Derek Jones · 17 years ago
  81. b069789 removed the array_diff comparison in _reindex_segments(). That conditional and use of those functions is probably slower than looping through both arrays, even if someone went crazy with dozens of URI segments. by Derek Jones · 17 years ago
  82. 240292e fixed bug (#3284) where the $rsegment array would not be set properly if the requested URI contained more segments than the routed URI. by Derek Jones · 17 years ago
  83. 2712610 fixed bug (#3321) where the uri_string was not being set properly when retrieved from $_GET (segment based GET, not ?c=controller) by Derek Jones · 17 years ago
  84. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  85. 500b9d3 Fixed bug #3268 where router could leave '/' as the path by Derek Jones · 17 years ago
  86. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  87. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  88. 5fbffd7 by Rick Ellis · 17 years ago
  89. de2623c by Rick Ellis · 18 years ago
  90. 30b4015 by Rick Ellis · 18 years ago
  91. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  92. e334c47 by admin · 18 years ago
  93. 7099a58 by admin · 18 years ago
  94. 33de9a1 by admin · 18 years ago
  95. c1fa074 by admin · 18 years ago
  96. 05633d7 by admin · 18 years ago
  97. daf454d by admin · 18 years ago
  98. 1cf89aa by admin · 18 years ago
  99. b071bb5 by admin · 18 years ago
  100. b0dd10f Initial Import by admin · 18 years ago