1. 9a152a9 Add an ext/hash compatibility layer (just hash_pbkdf2(), for now) by Andrey Andreev · 11 years ago
  2. 376b215 Fix syntax error by Andrey Andreev · 11 years ago
  3. 3fd1b38 Introducing compatibility layers by Andrey Andreev · 11 years ago
  4. eb555ed Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf8::__construct() by Andrey Andreev · 11 years ago
  5. 871754a 2013 > 2014 by darwinel · 11 years ago
  6. 30d5324 URI Routing overhaul by Andrey Andreev · 11 years ago
  7. 4e6c528 Finally get rid of the CI_Router::_set_overrides() calls by Andrey Andreev · 11 years ago
  8. b6fbcbe Always load application/config/constants.php by Andrey Andreev · 11 years ago
  9. 1095d11 Update CodeIgniter.php by josephok · 11 years ago
  10. 5932a73 Improvements to safe_mode detection (it doesn't exist in PHP 5.4) by Andrey Andreev · 11 years ago
  11. 21fe9da Simulate a complete custom exception handler by redirecting uncaught events. by Kaiwang Chen · 11 years ago
  12. 8d70c0a Fix $replace parameter handling in get_config() by vlakoff · 11 years ago
  13. 2029231 Change class filenames to Ucfirst by Andrey Andreev · 12 years ago
  14. 08fec7b Router improvements by Andrey Andreev · 12 years ago
  15. 0e4237f Fix #2380 and deprecate CI_Router::fetch_*() methods by Andrey Andreev · 12 years ago
  16. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  17. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  18. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  19. 522c736 Revert usage of is_callable() in system/core/CodeIgniter.php by Andrey Andreev · 12 years ago
  20. 38e32f6 Bootstrap improvements by Andrey Andreev · 12 years ago
  21. 533bf2d Fix a directory/404_override bug and some routing-related optimizations by Andrey Andreev · 12 years ago
  22. 7d394f8 Router-related optimizations by Andrey Andreev · 12 years ago
  23. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  24. a5779d0 Remove extra new lines by vkeranov · 12 years ago
  25. 5232ba0 Docblock improvements to the Config library and remove CI_Config::_assign_to_config() by Andrey Andreev · 12 years ago
  26. a52c775 Replace a few require() uses with require_once() (should fix issue #1872) by Andrey Andreev · 12 years ago
  27. 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
  28. e6e6eff Replace set_magic_quotes_runtime() with an ini_set() call by Andrey Andreev · 13 years ago
  29. 24bd230 Fix a magic_quotes-related bug and changed the default parameter value for is_php() by Andrey Andreev · 13 years ago
  30. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  31. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  32. 8274144 Merge pull request #1367 from PawelDecowski/develop by Phil Sturgeon · 13 years ago
  33. 36237d8 Move closing of database connection to CI_DB_driver->__destruct - #1376 by Root · 13 years ago
  34. 7d22f0a Remove set_time_limit() call. CodeIgniter should respect php.ini setting. by Pawel Decowski · 13 years ago
  35. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  36. 827b3f0 Important spelling fix to CodeIgniter.php file by Chris Berthe · 13 years ago
  37. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  38. c8a2a60 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch by Timothy Warren · 13 years ago
  39. 31d30bc Merge upstream by Timothy Warren · 13 years ago
  40. b3f774b Fix issue #1265 by Andrey Andreev · 13 years ago
  41. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  42. a5dd297 Make _initialize() a constructor and rename _call_hook() to call_hook in the Hooks class by Andrey Andreev · 13 years ago
  43. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  44. 176b363 Fix a bug in system/core/CodeIgniter.php by Andrey Andreev · 13 years ago
  45. 29ce5d9 Replace AND with && by Andrey Andreev · 13 years ago
  46. 9c5c24a Improve core/CodeIgniter.php by Andrey Andreev · 13 years ago
  47. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  48. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  49. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  50. eea0cbe Removed `$_SERVER['REMOTE_ADDR']` following feedback by Jack Webb-Heller · 13 years ago
  51. 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
  52. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  53. f6faa53 cleanup docblocks, remove dated CI_CORE constant by freewil · 13 years ago
  54. b183ece Changed CI_VERSION to represent develop branch by Eric Barnes · 13 years ago
  55. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  56. 050abb8 Added some docs to CI core files by David Behler · 13 years ago
  57. d8ef630 Fixed conflict. by Phil Sturgeon · 13 years ago
  58. 83e7a8e Added some docs to CI core files by root · 13 years ago
  59. 7707009 Got changelog in sync with changes after v2.0.3 release branch merged a bunch of stuff. Anyone moving a develop change into v2.0.3 should move the changelog item too. by Phil Sturgeon · 13 years ago
  60. 4c76272 Bumped the version number. Can somebody with a working find and replace fix up the docs? by Phil Sturgeon · 13 years ago
  61. 664a935 404_override route now works for missing controllers in subdirectories and functions that fail the security check in CodeIgniter.php by Shane Pearson · 13 years ago
  62. 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
  63. 4b9c629 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
  64. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  65. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  66. bfbcf74 Fix: #192 CI version constant incorrect in core/CodeIgniter by Greg Aker · 14 years ago
  67. eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  68. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  69. 14a0ac6 Moving security to core. by Pascal Kriete · 14 years ago
  70. 35f6491 constants.php will be loaded from the environment specific config folder if available. by Phil Sturgeon · 14 years ago
  71. 0938059 Added 2.0.1 upgrade guide and changed the constants ready. by Phil Sturgeon · 14 years ago
  72. 93ca715 Merged recent Core changes and fixed conflict. by Phil Sturgeon · 14 years ago
  73. 1e85af5 Flipping Phil's IS_CORE to true. by Pascal Kriete · 14 years ago
  74. 2f8b27e Added the constant CI_CORE to help differentiate between Core: TRUE and Reactor: FALSE. by Phil Sturgeon · 14 years ago
  75. babfb29 Added the constant CI_CORE to help differentiate between Core: TRUE and Reactor: FALSE. by Phil Sturgeon · 14 years ago
  76. 5519e3d Better logic handling for 404 override by Eric Barnes · 14 years ago
  77. c5bf616 Added 404_override to Codeigniter file to catch the 404 if the controller is available but no method. Fixes #19 by Eric Barnes · 14 years ago
  78. aaec1e4 Renaming the unicode class to utf8 so we don't run the risk of violating the Unicode Consortium's trademark. by Pascal Kriete · 14 years ago
  79. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  80. ebb6f4b Some simple tweaking by Pascal Kriete · 14 years ago
  81. 2893f00 Removing require Compat.php in CodeIgniter.php by Greg Aker · 14 years ago
  82. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  83. 4abfa68 Blasting the Base4/5 files. Updating Controller.php to inherit bits from the old Base5. by Greg Aker · 14 years ago
  84. 7d8e820 Automated merge with http://hg.ellislab.com/CodeIgniter2 by Pascal Kriete · 14 years ago
  85. 3431ae3 Adding a second parameter to _remap that contains an array of the leftover segments. by Pascal Kriete · 14 years ago
  86. 63277b8 Fix #62 Adding CI_ prefix to Controller. by Greg Aker · 14 years ago
  87. f566af5 Fixed a bug where silently failed to override if set_time_limit was in Suhosin's function blacklist. Simply moved the set_time_limit call down a bit. by Pascal Kriete · 14 years ago
  88. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  89. fa28135 Fix #10 , extending the CodeIgniter controller with MY_Controller will lead to a fatal PHP error. by Greg Aker · 15 years ago
  90. 1efda7b @PHP4 tags to CodeIgniter.php by Derek Jones · 15 years ago
  91. 218876c updating CodeIgniter.php init file 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/codeigniter/CodeIgniter.php]
  94. 7f3719f updated copyrights by Derek Jones · 15 years ago
  95. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  96. 8f26dbe let's go ahead and be thorough and explicit by Derek Jones · 15 years ago
  97. 77b513b fixed a bug in r1718 where the PHP version key was cast as float in a particular test, making the array keys used by is_php() inaccurate beyond whole number versions by Derek Jones · 15 years ago
  98. 962d225 protected @set_magic_quotes_runtime(0); from running under PHP 5.3, as it will trigger the loading of the Exceptions class, which triggers get_config() which will statically load some config items that might change later with $assign_to_config by Derek Jones · 15 years ago
  99. 109ad99 undo of a did (left a line commented out that should not have been) by Derek Jones · 15 years ago
  100. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago