1. cc4b003 Added CI_Output::get_header() by Andrey Andreev · 12 years ago
  2. 7a7ad78 Some micro-optimizations by Andrey Andreev · 12 years ago
  3. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  4. 44dc50e Fix #1937 by Andrey Andreev · 12 years ago
  5. 8113c0f Merge pull request #1935 from vkeranov/develop by Andrey Andreev · 12 years ago
  6. b9fe7e9 [ci skip] Router class DocBlock improvements by Andrey Andreev · 12 years ago
  7. a8349bc Remove extra new lines by vkeranov · 12 years ago
  8. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  9. 239e0e5 Better method for getting Output cache file embedded timestamp by vlakoff · 12 years ago
  10. b16dd29 Minor change in Output cache file check by vlakoff · 12 years ago
  11. d9384ad output->_display_cache() simplifications by vlakoff · 13 years ago
  12. 1288fe3 output->_display_cache() optimization by vlakoff · 13 years ago
  13. 7a744a8 If there is no output then no need to try minifying it by Phil Sturgeon · 13 years ago
  14. 3b6af43 Replaced block tag minification regex with a less greedy solution. by Phil Sturgeon · 13 years ago
  15. f512b73 Spelling fixes - `wether` to `whether` by Alex Bilbie · 13 years ago
  16. 0140ddd Fix issue #318 + added a default to the switch() in CI_Output::minify() by Andrey Andreev · 13 years ago
  17. c9bb0c5 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  18. 3061ee7 Merge branch 'feature/minify_output' of https://github.com/atiredmachine/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  19. 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
  20. c839d28 Remove some unnecessary function_exists() checks and some minor improvements by Andrey Andreev · 13 years ago
  21. 47b6733 Add a second parameter (charset) to CI_Output::set_content_type() + fix for issue #666 by Andrey Andreev · 13 years ago
  22. 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
  23. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  24. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  25. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  26. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  27. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  28. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  29. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  30. 0f22117 Switch erroneously declared protected properties in Output class to public by Andrey Andreev · 13 years ago
  31. 00adf1d Some improvements to the additions from pull #1234 by Andrey Andreev · 13 years ago
  32. 614db07 The current name is too wide change to get_content_type()consistent with set_content_type() by Songpol Sripaoeiam · 13 years ago
  33. 38c0a72 Fix style coding by Songpol Sripao-eiam · 13 years ago
  34. b966701 bracket on a new line by Songpol Sripaoeiam · 13 years ago
  35. 52fe7bb add function get_current_content_type to output class and user manual library by Songpol Sripaoeiam · 13 years ago
  36. 7b53d04 Some style adjustments and fixed comments in Router and Output classes by Andrey Andreev · 13 years ago
  37. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  38. 1b8d0ef Fixed some spaces. by Thor · 13 years ago
  39. 6c5992d Removed javascript for now... by Thor (atiredmachine) · 13 years ago
  40. 5c078ce Added javascript. Improved based on comments. by Thor (atiredmachine) · 13 years ago
  41. 5528c0e Fixed spaces to conform to style-guide. by Thor (atiredmachine) · 13 years ago
  42. ab827e2 haha, no now it does. by Thor (atiredmachine) · 13 years ago
  43. 242115c Works with set_content_type() to automatically minify for current mime type. by Thor (atiredmachine) · 13 years ago
  44. f59ec6f Logs 'debug' message that shows how much % was shaved off. by Thor (atiredmachine) · 13 years ago
  45. 5de1175 Strips out HTML comments. by Thor (atiredmachine) · 13 years ago
  46. 1d0661a Changed function to use mimetype as type by Thor (atiredmachine) · 13 years ago
  47. a2ae6e1 Tidying by Thor (atiredmachine) · 13 years ago
  48. d68c819 Now protects <code> and <textrea> tags as well. by Thor (atiredmachine) · 13 years ago
  49. 79db4cd Improved minifier to restore <pre> contents, remove even more spaces, and process CSS with its own rules. by Thor (atiredmachine) · 13 years ago
  50. 63678a2 Rudimentary minifying of output. by Thor (atiredmachine) · 13 years ago
  51. c8efb80 Output class now sets HTTP headers match caching settings. by Thor (atiredmachine) · 13 years ago
  52. a96a9c8 Remove once again ... by Andrey Andreev · 13 years ago
  53. cba20b1 Really fix this ... by Andrey Andreev · 13 years ago
  54. edc8755 Fix a possible notice in Output library by Andrey Andreev · 13 years ago
  55. 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
  56. c90d651 Style guide stuff by Andrey Andreev · 13 years ago
  57. 1f5fbb6 Improve the core Output library by Andrey Andreev · 13 years ago
  58. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  59. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  60. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  61. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  62. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  63. 07b5342 Added some docs to CI core files by David Behler · 13 years ago
  64. 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
  65. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  66. 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
  67. 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
  68. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  69. bb5d4f7 Changed scope on parse_exec_vars. Fixes #145 by Eric Barnes · 14 years ago
  70. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  71. 60ed1a3 Added $this->output->set_content_type() and method chaining to other methods. by Phil Sturgeon · 14 years ago
  72. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  73. 2eaa407 Moving system/{logs,cache} to the application directory. by Greg Aker · 14 years ago
  74. cc92210 Fix #237 get_instance() was being called in the output class before the CI_Controller exists. by Greg Aker · 14 years ago
  75. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  76. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  77. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  78. 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
  79. a7f5a94 Added a log message in core/output if the cache directory config value was not found. by Greg Aker · 14 years ago
  80. 676e1cd Adding output library exceptions for servers with zlib.output_compression enabled. by Pascal Kriete · 15 years ago
  81. 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
  82. ee71c80 added ability to enable/disable individual sections of the Profiler by Derek Jones · 15 years ago
  83. 4652049 changed set_status_header() default $code param to proper integer by Derek Jones · 15 years ago
  84. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  85. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Output.php]
  86. 7f3719f updated copyrights by Derek Jones · 15 years ago
  87. 172e161 numerous changes from DIR_WRITE_MODE to FILE_WRITE_MODE by Derek Jones · 15 years ago
  88. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 16 years ago
  89. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  90. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  91. 9f0de79 Added a file lock check during cache writing, as per suggestion at bug #3466 by Rick Ellis · 16 years ago
  92. 0dc925f Added set_status_header function by Rick Ellis · 16 years ago
  93. c3b33be Added set_staus_header by Rick Ellis · 16 years ago
  94. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  95. 57aea15 Removed an unused Router reference in _display_cache(). by Derek Allard · 17 years ago
  96. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  97. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  98. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  99. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  100. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago