1. 499c608 [ci skip] Mark the start of 3.1.3-dev by Andrey Andreev · 8 years ago
  2. a1f830d [ci skip] Prepare for 3.1.2 release by Andrey Andreev · 8 years ago
  3. 7bc8823 Close #4875 by Andrey Andreev · 8 years ago
  4. 9f8c005 [ci skip] This is 3.1.2-dev by Andrey Andreev · 8 years ago
  5. 378627b [ci skip] Prepare for 3.1.1 release by Andrey Andreev · 8 years ago
  6. ca102a0 [ci skip] Use const keyword to define CI_VERSION by Andrey Andreev · 8 years ago
  7. a838279 Remove dead code written for PHP 5.2 by Andrey Andreev · 8 years ago
  8. 0b95402 [ci skip] Mark the start of 3.1.1 development by Andrey Andreev · 8 years ago
  9. 606ad65 Prepare for 3.1.0 release by Claudio Galdiolo · 9 years ago
  10. 951a4d5 [ci skip] Fix CI_VERSION by Andrey Andreev · 9 years ago
  11. eb373a1 [ci skip] Mark the start of 3.0.7 development by Andrey Andreev · 9 years ago
  12. 9de0f0b [ci skip] Prepare for 3.0.6 release by Andrey Andreev · 9 years ago
  13. 4f9b20a [ci skip] Mark the start of 3.0.6 development by Andrey Andreev · 9 years ago
  14. 59bcd18 [ci skip] Prepare for 3.0.5 release by Andrey Andreev · 9 years ago
  15. 7e0bde2 Merge pull request #4472 from vibbow/patch-1 by Andrey Andreev · 9 years ago
  16. 4307bff [ci skip] Mark the start of 3.0.5 development by Andrey Andreev · 9 years ago
  17. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  18. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  19. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  20. ab3c383 [ci skip] Start of 3.0.4 development by Andrey Andreev · 9 years ago
  21. 0abc55a [ci skip] Update changelog, version & upgrade instructions by Andrey Andreev · 9 years ago
  22. 2b5825e [ci skip] This is 3.0.3-dev by Andrey Andreev · 9 years ago
  23. 47adcef [ci skip] Prepare 3.0.2 release by Andrey Andreev · 9 years ago
  24. 1c0f46a [ci skip] Start of 3.0.2-dev by Andrey Andreev · 9 years ago
  25. d75847e [ci skip] Update version numbers by Andrey Andreev · 10 years ago
  26. c0b2ae2 [ci skip] Update version number by Andrey Andreev · 10 years ago
  27. 2eb580c Log an error message if composer_autoload is not found. by Andrey Andreev · 10 years ago
  28. 1725432 [ci skip] Load vendor/autoload.php earlier by Andrey Andreev · 10 years ago
  29. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  30. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  31. 72d63cd fix typo in the comments by Claudio Galdiolo · 10 years ago
  32. 4b838af Add a real exception handler by Andrey Andreev · 10 years ago
  33. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  34. 286f9e1 Optimize the composer_autoload check by Andrey Andreev · 10 years ago
  35. ed86ee1 Add setting ['composer_autoload'] by Andrey Andreev · 11 years ago
  36. 5b3fe7c Fix a few typos and add a backport (compat) for hex2bin() by Andrey Andreev · 11 years ago
  37. 1ffa223 Suppress PHP 5.6 E_DEPRECATED warnings for mbstring.internal_encoding as well by Andrey Andreev · 11 years ago
  38. 51593f4 Account for PHP 5.6 changes related to charsets by Andrey Andreev · 11 years ago
  39. de70dbb Fix in $_protected array of register_globals security procedure by vlakoff · 11 years ago
  40. b78a8c7 Fix #3004 by Andrey Andreev · 11 years ago
  41. c26b9eb Don't use globals by Andrey Andreev · 11 years ago
  42. ca39f2e Don't use error suppression with ini_set() by Andrey Andreev · 11 years ago
  43. 0254589 Add compatibility layer for array_column(), array_replace(), array_replace_recursive() by Andrey Andreev · 11 years ago
  44. 9a152a9 Add an ext/hash compatibility layer (just hash_pbkdf2(), for now) by Andrey Andreev · 11 years ago
  45. 376b215 Fix syntax error by Andrey Andreev · 11 years ago
  46. 3fd1b38 Introducing compatibility layers by Andrey Andreev · 11 years ago
  47. eb555ed Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf8::__construct() by Andrey Andreev · 11 years ago
  48. 871754a 2013 > 2014 by darwinel · 11 years ago
  49. 30d5324 URI Routing overhaul by Andrey Andreev · 11 years ago
  50. 4e6c528 Finally get rid of the CI_Router::_set_overrides() calls by Andrey Andreev · 11 years ago
  51. b6fbcbe Always load application/config/constants.php by Andrey Andreev · 11 years ago
  52. 1095d11 Update CodeIgniter.php by josephok · 11 years ago
  53. 5932a73 Improvements to safe_mode detection (it doesn't exist in PHP 5.4) by Andrey Andreev · 11 years ago
  54. 21fe9da Simulate a complete custom exception handler by redirecting uncaught events. by Kaiwang Chen · 11 years ago
  55. 8d70c0a Fix $replace parameter handling in get_config() by vlakoff · 11 years ago
  56. 2029231 Change class filenames to Ucfirst by Andrey Andreev · 12 years ago
  57. 08fec7b Router improvements by Andrey Andreev · 12 years ago
  58. 0e4237f Fix #2380 and deprecate CI_Router::fetch_*() methods by Andrey Andreev · 12 years ago
  59. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  60. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  61. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  62. 522c736 Revert usage of is_callable() in system/core/CodeIgniter.php by Andrey Andreev · 12 years ago
  63. 38e32f6 Bootstrap improvements by Andrey Andreev · 12 years ago
  64. 533bf2d Fix a directory/404_override bug and some routing-related optimizations by Andrey Andreev · 12 years ago
  65. 7d394f8 Router-related optimizations by Andrey Andreev · 12 years ago
  66. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  67. a5779d0 Remove extra new lines by vkeranov · 12 years ago
  68. 5232ba0 Docblock improvements to the Config library and remove CI_Config::_assign_to_config() by Andrey Andreev · 12 years ago
  69. a52c775 Replace a few require() uses with require_once() (should fix issue #1872) by Andrey Andreev · 12 years ago
  70. 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
  71. e6e6eff Replace set_magic_quotes_runtime() with an ini_set() call by Andrey Andreev · 13 years ago
  72. 24bd230 Fix a magic_quotes-related bug and changed the default parameter value for is_php() by Andrey Andreev · 13 years ago
  73. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  74. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  75. 8274144 Merge pull request #1367 from PawelDecowski/develop by Phil Sturgeon · 13 years ago
  76. 36237d8 Move closing of database connection to CI_DB_driver->__destruct - #1376 by Root · 13 years ago
  77. 7d22f0a Remove set_time_limit() call. CodeIgniter should respect php.ini setting. by Pawel Decowski · 13 years ago
  78. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  79. 827b3f0 Important spelling fix to CodeIgniter.php file by Chris Berthe · 13 years ago
  80. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  81. c8a2a60 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch by Timothy Warren · 13 years ago
  82. 31d30bc Merge upstream by Timothy Warren · 13 years ago
  83. b3f774b Fix issue #1265 by Andrey Andreev · 13 years ago
  84. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  85. a5dd297 Make _initialize() a constructor and rename _call_hook() to call_hook in the Hooks class by Andrey Andreev · 13 years ago
  86. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  87. 176b363 Fix a bug in system/core/CodeIgniter.php by Andrey Andreev · 13 years ago
  88. 29ce5d9 Replace AND with && by Andrey Andreev · 13 years ago
  89. 9c5c24a Improve core/CodeIgniter.php by Andrey Andreev · 13 years ago
  90. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  91. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  92. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  93. eea0cbe Removed `$_SERVER['REMOTE_ADDR']` following feedback by Jack Webb-Heller · 13 years ago
  94. 796b2b7 CodeIgniter ignores the set config value for Maximum Execution Time, overwriting it with its own value of 300 seconds. Whilst this is sensible in the vast majority of situations (browsers), when running a script from CLI, it is likely that execution times may need to be longer. Therefore, don't override the time limit if being run from the CLI - instead default back to PHP's own configuration. by Jack Webb-Heller · 13 years ago
  95. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  96. f6faa53 cleanup docblocks, remove dated CI_CORE constant by freewil · 13 years ago
  97. b183ece Changed CI_VERSION to represent develop branch by Eric Barnes · 13 years ago
  98. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  99. 050abb8 Added some docs to CI core files by David Behler · 13 years ago
  100. d8ef630 Fixed conflict. by Phil Sturgeon · 13 years ago