1. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  2. 050abb8 Added some docs to CI core files by David Behler · 13 years ago
  3. d8ef630 Fixed conflict. by Phil Sturgeon · 13 years ago
  4. 83e7a8e Added some docs to CI core files by root · 13 years ago
  5. 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
  6. 4c76272 Bumped the version number. Can somebody with a working find and replace fix up the docs? by Phil Sturgeon · 13 years ago
  7. 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
  8. 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
  9. 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
  10. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  11. 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
  12. bfbcf74 Fix: #192 CI version constant incorrect in core/CodeIgniter by Greg Aker · 14 years ago
  13. eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  14. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  15. 14a0ac6 Moving security to core. by Pascal Kriete · 14 years ago
  16. 35f6491 constants.php will be loaded from the environment specific config folder if available. by Phil Sturgeon · 14 years ago
  17. 0938059 Added 2.0.1 upgrade guide and changed the constants ready. by Phil Sturgeon · 14 years ago
  18. 93ca715 Merged recent Core changes and fixed conflict. by Phil Sturgeon · 14 years ago
  19. 1e85af5 Flipping Phil's IS_CORE to true. by Pascal Kriete · 14 years ago
  20. 2f8b27e Added the constant CI_CORE to help differentiate between Core: TRUE and Reactor: FALSE. by Phil Sturgeon · 14 years ago
  21. babfb29 Added the constant CI_CORE to help differentiate between Core: TRUE and Reactor: FALSE. by Phil Sturgeon · 14 years ago
  22. 5519e3d Better logic handling for 404 override by Eric Barnes · 14 years ago
  23. 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
  24. 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
  25. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  26. ebb6f4b Some simple tweaking by Pascal Kriete · 14 years ago
  27. 2893f00 Removing require Compat.php in CodeIgniter.php by Greg Aker · 14 years ago
  28. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  29. 4abfa68 Blasting the Base4/5 files. Updating Controller.php to inherit bits from the old Base5. by Greg Aker · 14 years ago
  30. 7d8e820 Automated merge with http://hg.ellislab.com/CodeIgniter2 by Pascal Kriete · 14 years ago
  31. 3431ae3 Adding a second parameter to _remap that contains an array of the leftover segments. by Pascal Kriete · 14 years ago
  32. 63277b8 Fix #62 Adding CI_ prefix to Controller. by Greg Aker · 14 years ago
  33. 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
  34. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  35. fa28135 Fix #10 , extending the CodeIgniter controller with MY_Controller will lead to a fatal PHP error. by Greg Aker · 15 years ago
  36. 1efda7b @PHP4 tags to CodeIgniter.php by Derek Jones · 15 years ago
  37. 218876c updating CodeIgniter.php init file by Derek Jones · 15 years ago
  38. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  39. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/codeigniter/CodeIgniter.php]
  40. 7f3719f updated copyrights by Derek Jones · 15 years ago
  41. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  42. 8f26dbe let's go ahead and be thorough and explicit by Derek Jones · 15 years ago
  43. 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
  44. 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
  45. 109ad99 undo of a did (left a line commented out that should not have been) by Derek Jones · 15 years ago
  46. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
  47. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  48. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  49. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  50. 8f99224 Added a case-sensitivity check to called controller methods, as per this bug report: http://codeigniter.com/bug_tracker/bug/4560/ by Rick Ellis · 16 years ago
  51. 9ba2bf2 updated copyright by Rick Ellis · 16 years ago
  52. 36bf96b updated CI_VERSION by Derek Allard · 16 years ago
  53. a145e92 bump CI_VERSION to 1.6.3 by Derek Allard · 17 years ago
  54. 57aea15 Removed an unused Router reference in _display_cache(). by Derek Allard · 17 years ago
  55. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  56. 0fd8f02 minor source formatting by Derek Allard · 17 years ago
  57. 15dcf49 removed an ereg from config by Derek Allard · 17 years ago
  58. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  59. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  60. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  61. f9f9f66 updated CI_VERSION to 1.6.2 by Derek Allard · 17 years ago
  62. 7539f67 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  63. e146ed7 fixed code comment by Derek Jones · 17 years ago
  64. 3ad8efe added constants.php file and implemented constants for file system modes by Derek Jones · 17 years ago
  65. 3951e8e modified the new check for a callable controller method to be case-insensitive for backwards compatibility and consistent behavior between PHP 4 and 5. by Derek Jones · 17 years ago
  66. 8a16077 added improved check for controller method access so that CI does not attempt to load private or protected controller methods by Derek Jones · 17 years ago
  67. 197d10b by Derek Allard · 17 years ago
  68. 26b63aa change 1.6.1 to 1.6.0.1 by Derek Allard · 17 years ago
  69. 613c6f6 change CI_VERSION from 1.6.0 to 1.6.1 by Derek Allard · 17 years ago
  70. f30445b Fixed a bug (#2849) with arguments passed to a subfolder controller - CodeIgniter.php was expecting the subfolder to still be in $URI->rsegments, but it is removed already by Router::_validate_request() by Derek Jones · 17 years ago
  71. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  72. 6ddf2d5 change CI_VERSION by Derek Allard · 17 years ago
  73. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  74. 646c04f removed $assign_to_controller - seems redundant all things considered by Derek Jones · 17 years ago
  75. 9884449 Added Compat.php file by Derek Jones · 17 years ago
  76. 113ce74 by Derek Allard · 17 years ago
  77. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  78. d8de26e by Rick Ellis · 18 years ago
  79. f66c71b by Rick Ellis · 18 years ago
  80. e0a4cc0 by Rick Ellis · 18 years ago
  81. 6a47c11 by Rick Ellis · 18 years ago
  82. 30b4015 by Rick Ellis · 18 years ago
  83. 60ca9b7 moved version number up in docs and CI_VERSION by Derek Allard · 18 years ago
  84. 01f0888 by paulburdick · 18 years ago
  85. 8b1c387 Modified the include so that there is a bit of filename security by paulburdick · 18 years ago
  86. fbcc8e4 APPVER replaced by CI_VERSION by Derek Allard · 18 years ago
  87. 99c69e9 update app_ver by Derek Allard · 18 years ago
  88. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  89. 561b6bb updated app_version by Derek Allard · 18 years ago
  90. 320f3df changed app_ver to 1.5.1.1 by Derek Allard · 18 years ago
  91. 257651d by Rick Ellis · 18 years ago
  92. 40d299e by admin · 18 years ago
  93. 1b90c27 by admin · 18 years ago
  94. b93464d by admin · 18 years ago
  95. cef2106 by admin · 18 years ago
  96. e334c47 by admin · 18 years ago
  97. afe3aaa by admin · 18 years ago
  98. 5a14ea1 by admin · 18 years ago
  99. 606f99c by admin · 18 years ago
  100. 7099a58 by admin · 18 years ago