1. 871754a 2013 > 2014 by darwinel · 11 years ago
  2. aaa8ddb [ci skip] Update info on function_usable by Andrey Andreev · 11 years ago
  3. 76160bc Previous 2 commits were just dumb by Andrey Andreev · 11 years ago
  4. 2b284f9 [ci skip] Add a link to PHP bug 54709 in is_really_writable()'s docblock by Andrey Andreev · 11 years ago
  5. afca352 Remove a function_exists() check for error_get_last() by Andrey Andreev · 11 years ago
  6. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  7. 0850a28 Fix #2515 (manually merge PR #2516) by Andrey Andreev · 11 years ago
  8. cf60fa7 Script is killed with the proper exit code. by Jesse van Assen · 11 years ago
  9. 13c818e [ci skip] Remove empty lines by Andrey Andreev · 11 years ago
  10. d6f3d31 No need of this anymore by vkeranov · 11 years ago
  11. 5932a73 Improvements to safe_mode detection (it doesn't exist in PHP 5.4) by Andrey Andreev · 11 years ago
  12. 838c9a9 Drop the unused parameter from log_message() / CI_Log::write_log() by Andrey Andreev · 11 years ago
  13. 5f0ee05 Remove unnecessary chdir() in the shutdown handler. by Kaiwang Chen · 11 years ago
  14. 21fe9da Simulate a complete custom exception handler by redirecting uncaught events. by Kaiwang Chen · 11 years ago
  15. 49890a9 Kill the damn kitten by Andrey Andreev · 11 years ago
  16. 05d043b Adjustments in static reference handling by vlakoff · 11 years ago
  17. 67e5ca6 Allow items to be set even if they were not present yet by vlakoff · 11 years ago
  18. 2f7810a Ensure get_config() optional argument is an array, remove useless test by vlakoff · 11 years ago
  19. 8d70c0a Fix $replace parameter handling in get_config() by vlakoff · 11 years ago
  20. 2f8d2d3 Add a changelog entry for PR #2590 and further optimize log_message() by Andrey Andreev · 11 years ago
  21. 61f1aa0 Fix noneffective static variable cache in log_message() by vlakoff · 11 years ago
  22. 40d1249 Replace php_sapi_name() function with PHP_SAPI constant by vlakoff · 11 years ago
  23. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  24. af431ce Fix config_item() returning stale values by vlakoff · 12 years ago
  25. 7eb116a The script is halted and a '500 Internal Server Error' is issued when a fatal error occurs. by Jesse van Assen · 12 years ago
  26. 333b80e Issue #2508 by Andrey Andreev · 12 years ago
  27. 9899997 some more readablility tweaks in system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  28. 7cc2945 remove else clause in is_https function, just add return FALSE as fallback by Richard Deurwaarder (Xeli) · 12 years ago
  29. 4055d57 remove newline again in system/core/Common.php, silly editor keeps adding it by Richard Deurwaarder (Xeli) · 12 years ago
  30. 23dc052 fix indentation according to codeigniter codestyle system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  31. 4760aef Revert "remove newline at eof in syste/core/Common" by Richard Deurwaarder (Xeli) · 12 years ago
  32. 7061bd0 remove newline at eof in syste/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  33. 668d009 remove newline in system/core/Common.php by Richard Deurwaarder (Xeli) · 12 years ago
  34. 7cd4055 Use codeigniter coding style by Richard Deurwaarder (Xeli) · 12 years ago
  35. 983b313 Change True -> TRUE per codeigniter guidelines by Richard Deurwaarder (Xeli) · 12 years ago
  36. 1074bbf Add support for https behind a reverse proxy using X-Forwarded-Proto by Richard Deurwaarder (Xeli) · 12 years ago
  37. d0c30ab Logging functions: level parameter is not optional by vlakoff · 12 years ago
  38. 0612756 Some cleanup related to mt_rand() by vlakoff · 12 years ago
  39. 52301c7 Documentation: fix some outdated paths by vlakoff · 12 years ago
  40. 5a6814e Fix #2301 by Andrey Andreev · 12 years ago
  41. 8626e93 Reverting changes to functions that have no business being used in CLI apps to begin with by Daniel Hunsaker · 12 years ago
  42. 50dfe01 Updated in accordance with feedback from @narfbg by Daniel Hunsaker · 12 years ago
  43. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  44. 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  45. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  46. a107a0f Fix some stuff from recent pull requests by Andrey Andreev · 12 years ago
  47. beafe2f Update system/core/Common.php by maltzurra · 12 years ago
  48. de8766f Update system/core/Common.php by maltzurra · 12 years ago
  49. 7219232 Update system/core/Common.php by maltzurra · 12 years ago
  50. 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
  51. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  52. 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
  53. b19a203 utilize static function variables in Common::log_message() to "cache" log threshold and Log library instance to reduce function calls by Ted Wood · 12 years ago
  54. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  55. ae63462 Fix function_usable() by Andrey Andreev · 12 years ago
  56. 0aeee85 Move the Log class to system/core/ by Andrey Andreev · 12 years ago
  57. e9d2dc8 Added function_usable() to common functions by Andrey Andreev · 12 years ago
  58. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  59. 3fb0267 Add is_https() as a common function by Andrey Andreev · 12 years ago
  60. a52c775 Replace a few require() uses with require_once() (should fix issue #1872) by Andrey Andreev · 12 years ago
  61. 489cf76 Merge pull request #1682 from dhinus/patch-1 by Andrey Andreev · 12 years ago
  62. 7885c5c Compatibility with PHP 5.2.4 and enclosed ternary operation by Daniel Morris · 12 years ago
  63. e5f9e4a Default to HTTP/1.1 if $server_protocol is not set by Daniel Morris · 12 years ago
  64. 6602cd7 DRY determining server protocol by Daniel Morris · 12 years ago
  65. 312bdc5 fixed whitespace by Francesco Negri · 12 years ago
  66. 0e0c37b Logging should obey error_reporting() setting by Francesco Negri · 12 years ago
  67. bdb9999 Some clean-up and style changes by Andrey Andreev · 12 years ago
  68. a1abada refactored (crunched down) _stringify_attributes by Chad Furman · 12 years ago
  69. fe8fe45 Fix a typo in Common.php by vlakoff · 13 years ago
  70. f3b7fa2 updated the changelog, fixed some whitespace by Christopher Guiney · 13 years ago
  71. 94e36fd Respect display_errors when deciding if to display an error -- useful for environments where you want to log errors, but not show them. by Christopher Guiney · 13 years ago
  72. 51d6d84 Add support for HTTP code 303 in set_status_header(), as suggested in pull #341 by Andrey Andreev · 13 years ago
  73. 92aa67c Fix defined() usage in system/core/Common.php by Andrey Andreev · 13 years ago
  74. 24bd230 Fix a magic_quotes-related bug and changed the default parameter value for is_php() by Andrey Andreev · 13 years ago
  75. 6ef498b Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 by Andrey Andreev · 13 years ago
  76. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  77. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  78. 142eef9 Edit to meet CI coding standards by Thanasis Polychronakis · 13 years ago
  79. 8991cb8 Indended code to meet CI standards by Thanasis Polychronakis · 13 years ago
  80. b6e0b58 Load base config first, then environment's config by Thanasis Polychronakis · 13 years ago
  81. 3729477 Merge pull request #1365 from sourcejedi/e_strict by Phil Sturgeon · 13 years ago
  82. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  83. 94e74bf If we want E_STRICT, don't suppress it! by Alan Jenkins · 13 years ago
  84. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  85. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  86. bb30d79 Remove access description lines and fix comments in system/core/Common.php by Andrey Andreev · 13 years ago
  87. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  88. b7b4396 Just some style changes and removed a useless check by Andrey Andreev · 13 years ago
  89. d63e401 Adding in a few 503 status codes for common errors in response to this ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 by Kevin Cupp · 13 years ago
  90. d47baab Fix issue #904 by Andrey Andreev · 13 years ago
  91. 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
  92. 536b771 Reverted DIRECTORY_SEPARATOR changes by Andrey Andreev · 13 years ago
  93. 188abaf Improve core/Common.php by Andrey Andreev · 13 years ago
  94. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  95. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  96. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  97. 0ec05c1 Added HTTP status code 422 (Unprocessable Entity) to set_status_header() by Chris Rosser · 13 years ago
  98. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  99. fbac8b4 add html_escape() function to escape HTML. by kenjis · 13 years ago
  100. ab57a35 Fix #8 - Load core classes from the application folder first. by Shane Pearson · 13 years ago