1. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  2. d60e700 Add an option to disable MIME detection in the Upload library (issue #1494) by Andrey Andreev · 13 years ago
  3. 0ee287e fixes by Michiel Vugteveen · 13 years ago
  4. 46a0429 fixes by Michiel Vugteveen · 13 years ago
  5. 3a7fb04 tab fixes by Michiel Vugteveen · 13 years ago
  6. dca9f23 get upload data with index key by Michiel Vugteveen · 13 years ago
  7. c839d28 Remove some unnecessary function_exists() checks and some minor improvements by Andrey Andreev · 13 years ago
  8. 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
  9. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  10. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  11. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  12. 470805b Fix issues #44 & #110 by Andrey Andreev · 13 years ago
  13. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  14. 46d53fb Fix issue #1349 by Andrey Andreev · 13 years ago
  15. bb2c83b Added a return false if an image doesn't pass XSS cleaning to prevent file_get_contents from returning a NULL and passing through unscathed. by Wes Baker · 13 years ago
  16. 8e6f7a9 Remove access description lines and cleanup the Upload library by Andrey Andreev · 13 years ago
  17. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  18. 790eb70 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  19. 76988e6 Merged conflicts. by Phil Sturgeon · 13 years ago
  20. 010f1f4 Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used for the detection. by tubalmartin · 13 years ago
  21. 6ca407e Fix issue #153 (E_NOTICE generated by getimagesize()) by Andrey Andreev · 13 years ago
  22. b578326 removed double slash by Michiel Vugteveen · 13 years ago
  23. 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
  24. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  25. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  26. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  27. 3a45957 Also replace old-style 'var' with 'public' by Andrey Andreev · 13 years ago
  28. 4eea989 Add method visibility declarations and optimize display_errors() method in Image_lib, Trackback and Upload libraries by Andrey Andreev · 13 years ago
  29. f7aed12 Tweak MIME regular expression check again by Andrey Andreev · 13 years ago
  30. 3b6ff4d Fix regular expression for validating MIME type string by Andrey Andreev · 13 years ago
  31. a49e381 Improve CI_Upload::_file_mime_type() by Andrey Andreev · 13 years ago
  32. f796655 Update a comment, just to be clearer by Andrey Andreev · 13 years ago
  33. 5965431 Hotfix for a file type detection bug in the Upload library by Andrey Andreev · 13 years ago
  34. 8ff2da1 tmp_path does not exists, should be tmp_name by Michiel Vugteveen · 13 years ago
  35. c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
  36. c5efd10 Change Windows OS detection approach by Andrey Andreev · 13 years ago
  37. f1649bf Fix an erroneus variable name and a typo in comments by Andrey Andreev · 13 years ago
  38. 7bfb95b Fix alignment with tabs instead of spaces by Andrey Andreev · 13 years ago
  39. 6a12d8f Remove an unnecessary variable initialization by Andrey Andreev · 13 years ago
  40. 6700b93 Added _file_mime_type() method to system/libraries/Upload.php in order to fix a possible MIME-type injection (issue #60) by Andrey Andreev · 13 years ago
  41. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  42. 8b3cf63 Change Windows OS detection approach by Andrey Andreev · 13 years ago
  43. f300fb2 Use CI's is_php() instead of comparing against phpversion() by Andrey Andreev · 13 years ago
  44. 2cec39f Fix an erroneus variable name and a typo in comments by Andrey Andreev · 13 years ago
  45. 420fe07 Fix alignment with tabs instead of spaces by Andrey Andreev · 13 years ago
  46. 77870b5 Remove an unnecessary variable initialization by Andrey Andreev · 13 years ago
  47. 3a3c947 Added _file_mime_type() method to system/libraries/Upload.php in order to fix a possible MIME-type injection (issue #60) by Andrey Andreev · 13 years ago
  48. ccbbea1 Fixed issue #26. Added max_filename_increment as a config setting. by Adam Jackett · 13 years ago
  49. 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
  50. 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
  51. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  52. 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
  53. eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  54. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  55. 6984aaf Removing security loading calls. by Pascal Kriete · 14 years ago
  56. fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
  57. 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
  58. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  59. 07e50b9 Fixed upload issue reported by Valhallen and fixed by bubbafoley. by Phil Sturgeon · 14 years ago
  60. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  61. 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
  62. 0ecc062 Filemanger stuff and nuked a persisting flash cookie on login. by Robin Sowell · 14 years ago
  63. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  64. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  65. 1e74da2 Upload library file_name can now be set without an extension, the extension will be taken from the uploaded file instead of the given name. by Phil Sturgeon · 14 years ago
  66. 58fdee8 setting var/function visibility in the UPload class by Greg Aker · 14 years ago
  67. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  68. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  69. 23b7776 undoing mistaken changes in rev 8c54b3b0402f by Derek Jones · 14 years ago
  70. 4062d48 removed redundant upload lang file, after lang name changs, it was blocking the CI lang file from loading. Fixes #473 by Derek Jones · 14 years ago
  71. 924000e Fixed a bug in the Upload class where a PHP error could occur when wildcards were used as the allowed_types. by Greg Aker · 15 years ago
  72. e9d723f 201007 file upload bug fix by Derek Jones · 15 years ago
  73. c78a259 Fixed an undefined variable PHP error in the do_xss_clean() method of the Upload library. by Greg Aker · 15 years ago
  74. 247f029 fixed errant syntax in changeset 53ace78c4b45, fixes #37 by Derek Jones · 15 years ago
  75. 3084167 fixed errant syntax in changeset 53ace78c4b45, fixes #37 by Derek Jones · 15 years ago
  76. 5640a71 ensured the security lib was loaded in a few calls to xss_clean() in other libraries. Fixes #35 by Derek Jones · 15 years ago
  77. 616fb02 reapplied strtolower() to ->file_type from philsturgeon's changeset 5fe3b04bdf44 to standardize input by Derek Jones · 15 years ago
  78. dcae449 Some mime types are wrapped with " which breaks file type checking. This will remove any wrapping \ and " by Phil Sturgeon · 15 years ago
  79. 52c592b tiny modification to whitespace from philsturgeon's bugfix to match CI style guidelines by Derek Jones · 15 years ago
  80. 47cd452 Fixed Upload bug that would break when files and images were both included on an allowed filetype list in the wrong order: http://codeigniter.com/bug_tracker/bug/11552/ by Phil Sturgeon · 15 years ago
  81. f82e51c Update to File Upload library to return boolean on do_xss_clean(). by Greg Aker · 15 years ago
  82. e12f64e updating Upload features and use of security library by Derek Jones · 15 years ago
  83. 7f3719f updated copyrights by Derek Jones · 15 years ago
  84. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  85. 3343f46 added a missing bracket by Derek Allard · 16 years ago
  86. 616dab8 Added the ability to pass $config['file_name'] for the File Uploading Class and rename the uploaded file. by Derek Allard · 16 years ago
  87. d70b064 changes to allow file name changing in upload, extension preserved by Derek Allard · 16 years ago
  88. 70d8354 experimental rename upload file by Derek Allard · 16 years ago
  89. afa282f added sanity check for images in is_allowed_filetype() using getimagesize() by Derek Jones · 16 years ago
  90. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  91. 9af2ec4 removed some ereg() calls for better performance by Rick Ellis · 16 years ago
  92. 0aac08e Tweaked the last feature added to limit file name length by Rick Ellis · 16 years ago
  93. 2f26ba9 Added function to optionally limit the length of the file name by Rick Ellis · 16 years ago
  94. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  95. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  96. efb5a0d removed unnecessary foreach() loop for a str_replace() by Derek Jones · 17 years ago
  97. d9d379c Set the mime type check in the Upload class to reference the global mimes variable. by Derek Allard · 17 years ago
  98. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  99. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  100. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago