1. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  2. a96a9c8 Remove once again ... by Andrey Andreev · 13 years ago
  3. cba20b1 Really fix this ... by Andrey Andreev · 13 years ago
  4. edc8755 Fix a possible notice in Output library by Andrey Andreev · 13 years ago
  5. 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
  6. c90d651 Style guide stuff by Andrey Andreev · 13 years ago
  7. 1f5fbb6 Improve the core Output library by Andrey Andreev · 13 years ago
  8. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  9. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  10. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  11. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  12. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  13. 07b5342 Added some docs to CI core files by David Behler · 13 years ago
  14. 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
  15. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  16. 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
  17. f2f4ea4 Made in Output protected again, it was only ever made public by Eric to fix an issue with the Dwoo MY_Parser, which is no reason to change core files. That Parser doesn't really even need the acess. by Phil Sturgeon · 14 years ago
  18. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  19. bb5d4f7 Changed scope on parse_exec_vars. Fixes #145 by Eric Barnes · 14 years ago
  20. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  21. 60ed1a3 Added $this->output->set_content_type() and method chaining to other methods. by Phil Sturgeon · 14 years ago
  22. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  23. 2eaa407 Moving system/{logs,cache} to the application directory. by Greg Aker · 14 years ago
  24. cc92210 Fix #237 get_instance() was being called in the output class before the CI_Controller exists. by Greg Aker · 14 years ago
  25. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  26. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  27. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  28. d763349 fixed a bug where the Output class would send incorrect cached data for controllers implementing their own _output() methods by Derek Jones · 14 years ago
  29. a7f5a94 Added a log message in core/output if the cache directory config value was not found. by Greg Aker · 14 years ago
  30. 676e1cd Adding output library exceptions for servers with zlib.output_compression enabled. by Pascal Kriete · 15 years ago
  31. d99e603 reordered logic in _display_cache() to eliminate a call to is_really_writable() on each page request unless it is_really_needed() by Derek Jones · 15 years ago
  32. ee71c80 added ability to enable/disable individual sections of the Profiler by Derek Jones · 15 years ago
  33. 4652049 changed set_status_header() default $code param to proper integer by Derek Jones · 15 years ago
  34. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  35. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Output.php]
  36. 7f3719f updated copyrights by Derek Jones · 15 years ago
  37. 172e161 numerous changes from DIR_WRITE_MODE to FILE_WRITE_MODE by Derek Jones · 15 years ago
  38. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 16 years ago
  39. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  40. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  41. 9f0de79 Added a file lock check during cache writing, as per suggestion at bug #3466 by Rick Ellis · 16 years ago
  42. 0dc925f Added set_status_header function by Rick Ellis · 16 years ago
  43. c3b33be Added set_staus_header by Rick Ellis · 16 years ago
  44. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  45. 57aea15 Removed an unused Router reference in _display_cache(). by Derek Allard · 17 years ago
  46. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  47. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  48. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  49. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  50. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  51. 3ad8efe added constants.php file and implemented constants for file system modes by Derek Jones · 17 years ago
  52. a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
  53. 77fee9a removed extraneous load of $CFG in _display_cache() by Derek Jones · 17 years ago
  54. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  55. 66f0724 multiple view concatenation support by Derek Allard · 17 years ago
  56. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  57. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  58. 30b4015 by Rick Ellis · 18 years ago
  59. d885680 typo fix by Derek Allard · 18 years ago
  60. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  61. 3f643e6 by admin · 18 years ago
  62. e334c47 by admin · 18 years ago
  63. 1b0ab46 by admin · 18 years ago
  64. 7099a58 by admin · 18 years ago
  65. 88a8ad1 by admin · 18 years ago
  66. 08f6020 by admin · 18 years ago
  67. e26611f by admin · 18 years ago
  68. 33de9a1 by admin · 18 years ago
  69. b5a651c by admin · 18 years ago
  70. c1fa074 by admin · 18 years ago
  71. 9aaa75e by admin · 18 years ago
  72. 460f267 by admin · 18 years ago
  73. 15c2bcc by admin · 18 years ago
  74. c55b02b by admin · 18 years ago
  75. 1856f58 by admin · 18 years ago
  76. 1cf89aa by admin · 18 years ago
  77. 2ed76d5 by admin · 18 years ago
  78. b0dd10f Initial Import by admin · 18 years ago