1. 51d6d84 Add support for HTTP code 303 in set_status_header(), as suggested in pull #341 by Andrey Andreev · 13 years ago
  2. 92aa67c Fix defined() usage in system/core/Common.php by Andrey Andreev · 13 years ago
  3. 24bd230 Fix a magic_quotes-related bug and changed the default parameter value for is_php() by Andrey Andreev · 13 years ago
  4. 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
  5. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  6. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  7. 142eef9 Edit to meet CI coding standards by Thanasis Polychronakis · 13 years ago
  8. 8991cb8 Indended code to meet CI standards by Thanasis Polychronakis · 13 years ago
  9. b6e0b58 Load base config first, then environment's config by Thanasis Polychronakis · 13 years ago
  10. 3729477 Merge pull request #1365 from sourcejedi/e_strict by Phil Sturgeon · 13 years ago
  11. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  12. 94e74bf If we want E_STRICT, don't suppress it! by Alan Jenkins · 13 years ago
  13. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  14. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  15. bb30d79 Remove access description lines and fix comments in system/core/Common.php by Andrey Andreev · 13 years ago
  16. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  17. b7b4396 Just some style changes and removed a useless check by Andrey Andreev · 13 years ago
  18. 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
  19. d47baab Fix issue #904 by Andrey Andreev · 13 years ago
  20. 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
  21. 536b771 Reverted DIRECTORY_SEPARATOR changes by Andrey Andreev · 13 years ago
  22. 188abaf Improve core/Common.php by Andrey Andreev · 13 years ago
  23. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  24. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  25. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  26. 0ec05c1 Added HTTP status code 422 (Unprocessable Entity) to set_status_header() by Chris Rosser · 13 years ago
  27. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  28. fbac8b4 add html_escape() function to escape HTML. by kenjis · 13 years ago
  29. ab57a35 Fix #8 - Load core classes from the application folder first. by Shane Pearson · 13 years ago
  30. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  31. 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
  32. 3ef65bd Wrapped all common functions to check if it already exists. This allows anyone to override a lot more of the core by simply defining these function prior to loading them. by Dan Horrigan · 14 years ago
  33. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  34. 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
  35. eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  36. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  37. 0ff5026 tweaking remove_invisible_characters to make urlencoded character stripping optional by Pascal Kriete · 14 years ago
  38. 1508301 If you do is_really_writable() on a file that does not exist on a Windows server or on a Unix box with safe_mode enabled, it will create the file and leave it there. Fixes #80 by Eric Barnes · 14 years ago
  39. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  40. 2035fd8 Removed configs from environments and corrected for fallback by joelcox · 14 years ago
  41. cee8075 Split basic configuration in three environments, providing fallback to global by joelcox · 14 years ago
  42. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  43. 5856002 Removing instantiate_class(), which was needed to make php 4 and 5.3 play together nicely. Removed all instantiations by reference. by Pascal Kriete · 14 years ago
  44. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  45. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  46. 2ddc949 Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. by Derek Allard · 14 years ago
  47. 757dda6 Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due to a function being moved from the input to security class. by Greg Aker · 15 years ago
  48. 3140ad5 Will check for sub-classes in core or libraries (which the original file is in) instead of always looking in libraries. Makes more sense to have them in the same folder wether in system or application. by Phil Sturgeon · 15 years ago
  49. dc8e9ea updated Common functions by Derek Jones · 15 years ago
  50. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  51. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/codeigniter/Common.php]
  52. 7f3719f updated copyrights by Derek Jones · 15 years ago
  53. 8a52791 increased randomness of file name used in is_really_writable() by Derek Jones · 15 years ago
  54. 42dada7 comment fix by Derek Allard · 15 years ago
  55. 6d3c2c3 code comment cleanup by Derek Jones · 15 years ago
  56. 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
  57. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
  58. 5bcfd2e whitespace by Derek Jones · 15 years ago
  59. 086ee5a add is_php() to Common.php by Derek Jones · 15 years ago
  60. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 16 years ago
  61. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  62. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  63. e80b20f Made is_really_writable conditionally call is_writable when the function will work reliably by Rick Ellis · 16 years ago
  64. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  65. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  66. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  67. 0fd8f02 minor source formatting by Derek Allard · 17 years ago
  68. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  69. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  70. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  71. 3be20e2 tweak to the new fopen mode constant names by Derek Jones · 17 years ago
  72. 14031d1 implemented fopen mode constants by Derek Jones · 17 years ago
  73. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  74. 3ad8efe added constants.php file and implemented constants for file system modes by Derek Jones · 17 years ago
  75. a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
  76. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  77. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  78. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  79. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  80. 325197e by Rick Ellis · 18 years ago
  81. 49439ff by admin · 18 years ago
  82. 1716cb8 by admin · 18 years ago
  83. e334c47 by admin · 18 years ago
  84. 0625e19 by admin · 18 years ago
  85. b06d69f by admin · 18 years ago
  86. 7099a58 by admin · 18 years ago
  87. b87cf23 by admin · 18 years ago
  88. b2a9cec by admin · 18 years ago
  89. 4a2ed69 by admin · 18 years ago
  90. 33de9a1 by admin · 18 years ago
  91. bc042dd by admin · 18 years ago
  92. 43a46cc by admin · 18 years ago
  93. 349b09c by admin · 18 years ago
  94. 1cf89aa by admin · 18 years ago
  95. 57b3d39 by admin · 18 years ago
  96. b071bb5 by admin · 18 years ago
  97. b0dd10f Initial Import by admin · 18 years ago