1. 871754a 2013 > 2014 by darwinel · 11 years ago
  2. 88d16d7 Fix #2845 by Andrey Andreev · 11 years ago
  3. 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
  4. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  5. 53fff91 Added support for stream-like downloads of existing files to force_download() by Andrey Andreev · 12 years ago
  6. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  7. d87f6bf Fix #1146 by Andrey Andreev · 12 years ago
  8. 28ff292 fix issue 1706 by Michiel Vugteveen · 12 years ago
  9. f512b73 Spelling fixes - `wether` to `whether` by Alex Bilbie · 13 years ago
  10. 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
  11. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  12. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  13. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  14. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  15. bbd9dd3 Tweak to comments to conform to style guide. by Sam Li · 13 years ago
  16. d52e3b1 Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277 by Sam Li · 13 years ago
  17. 627e172 Remove access description lines and cleanup the download, language, number, path & xml helpers by Andrey Andreev · 13 years ago
  18. 3d933b6 Fix erroneus regex from previous commit by Andrey Andreev · 13 years ago
  19. fce2ed6 Added an Android <= 2.1 specific check to force_download() by Andrey Andreev · 13 years ago
  20. 4da9478 Removed quotes from the Content-Type header to support mime-type detection on android by dododedodonl · 13 years ago
  21. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  22. db0c062 Change end() usage due to E_STRICT messages by Andrey Andreev · 13 years ago
  23. b38c5dd Add an optional set_mime parameter to force_download() by Andrey Andreev · 13 years ago
  24. 0e4d2b6 Fix bug #195 by Eric Roberts · 13 years ago
  25. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  26. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  27. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  28. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  29. 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
  30. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  31. 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
  32. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  33. fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
  34. 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
  35. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  36. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  37. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  38. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  39. 76b369e Changed a few strstr to strpos for consistency w performance guidelines and to mirror EE2. by Robin Sowell · 15 years ago
  40. 7f3719f updated copyrights by Derek Jones · 15 years ago
  41. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  42. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  43. dd1e323 updated copyright by Rick Ellis · 16 years ago
  44. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  45. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  46. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  47. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  48. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  49. c0c5c97 revert... Derek's an idiot by Derek Allard · 17 years ago
  50. a9911fc another change to the download helper for compatibility by Derek Allard · 17 years ago
  51. 3a555ef The Download helper now exits within force-download(). by Derek Allard · 17 years ago
  52. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  53. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  54. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  55. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  56. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  57. dbbe408 changed Content-Disposition: from "inline" to "attachment" for MSIE in force_download() by Derek Allard · 18 years ago
  58. e334c47 by admin · 18 years ago
  59. b8afd04 by admin · 18 years ago