1. eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  2. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  3. 6984aaf Removing security loading calls. by Pascal Kriete · 14 years ago
  4. fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
  5. 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
  6. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  7. 07e50b9 Fixed upload issue reported by Valhallen and fixed by bubbafoley. by Phil Sturgeon · 14 years ago
  8. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  9. 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
  10. 0ecc062 Filemanger stuff and nuked a persisting flash cookie on login. by Robin Sowell · 14 years ago
  11. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  12. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  13. 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
  14. 58fdee8 setting var/function visibility in the UPload class by Greg Aker · 14 years ago
  15. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  16. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  17. 23b7776 undoing mistaken changes in rev 8c54b3b0402f by Derek Jones · 14 years ago
  18. 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
  19. 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
  20. e9d723f 201007 file upload bug fix by Derek Jones · 15 years ago
  21. c78a259 Fixed an undefined variable PHP error in the do_xss_clean() method of the Upload library. by Greg Aker · 15 years ago
  22. 247f029 fixed errant syntax in changeset 53ace78c4b45, fixes #37 by Derek Jones · 15 years ago
  23. 3084167 fixed errant syntax in changeset 53ace78c4b45, fixes #37 by Derek Jones · 15 years ago
  24. 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
  25. 616fb02 reapplied strtolower() to ->file_type from philsturgeon's changeset 5fe3b04bdf44 to standardize input by Derek Jones · 15 years ago
  26. dcae449 Some mime types are wrapped with " which breaks file type checking. This will remove any wrapping \ and " by Phil Sturgeon · 15 years ago
  27. 52c592b tiny modification to whitespace from philsturgeon's bugfix to match CI style guidelines by Derek Jones · 15 years ago
  28. 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
  29. f82e51c Update to File Upload library to return boolean on do_xss_clean(). by Greg Aker · 15 years ago
  30. e12f64e updating Upload features and use of security library by Derek Jones · 15 years ago
  31. 7f3719f updated copyrights by Derek Jones · 15 years ago
  32. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  33. 3343f46 added a missing bracket by Derek Allard · 16 years ago
  34. 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
  35. d70b064 changes to allow file name changing in upload, extension preserved by Derek Allard · 16 years ago
  36. 70d8354 experimental rename upload file by Derek Allard · 16 years ago
  37. afa282f added sanity check for images in is_allowed_filetype() using getimagesize() by Derek Jones · 16 years ago
  38. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  39. 9af2ec4 removed some ereg() calls for better performance by Rick Ellis · 16 years ago
  40. 0aac08e Tweaked the last feature added to limit file name length by Rick Ellis · 16 years ago
  41. 2f26ba9 Added function to optionally limit the length of the file name by Rick Ellis · 16 years ago
  42. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  43. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  44. efb5a0d removed unnecessary foreach() loop for a str_replace() by Derek Jones · 17 years ago
  45. d9d379c Set the mime type check in the Upload class to reference the global mimes variable. 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. 8e94646 removed extraneous error message from Upload lib on failure of validate_upload_path() by Derek Jones · 17 years ago
  51. 3be20e2 tweak to the new fopen mode constant names by Derek Jones · 17 years ago
  52. 14031d1 implemented fopen mode constants by Derek Jones · 17 years ago
  53. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  54. 6ef8b69 added filename prepping in the Upload library to prevent files with multiple extensions to potentially be parsed as a script by Apache by Derek Jones · 17 years ago
  55. 9ece743 fixed an error message, and added one if the path is invalid. by Derek Allard · 17 years ago
  56. a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
  57. a665743 Added a stripslashes() into the Upload Library. by Derek Allard · 17 years ago
  58. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  59. c4c0ac4 added greater precision to $_FILE upload errors by Derek Jones · 17 years ago
  60. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  61. fd5c01a Fixed a bug in the upload library when allowed_files wasn't defined. by Derek Allard · 17 years ago
  62. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  63. 2f35c4b Modified the is_image() method in the Upload library to take into account Windows IE 6/7 eccentricities when dealing with MIMEs by paulburdick · 18 years ago
  64. 3c5e373 Fixed the do_xss_clean() method so that if file_get_contents returns FALSE, then we return FALSE... by paulburdick · 18 years ago
  65. 63966df by Rick Ellis · 18 years ago
  66. 64bbd04 by Rick Ellis · 18 years ago
  67. e6b4a80 by Rick Ellis · 18 years ago
  68. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  69. 667da5e by admin · 18 years ago
  70. e334c47 by admin · 18 years ago
  71. bd6bee7 by admin · 18 years ago
  72. 10c3f41 by admin · 18 years ago
  73. 88a8ad1 by admin · 18 years ago
  74. ee54c11 by admin · 18 years ago
  75. 33de9a1 by admin · 18 years ago
  76. 7981a9a by admin · 18 years ago
  77. e79dc71 by admin · 18 years ago
  78. bc4fffb by admin · 18 years ago
  79. b0dd10f Initial Import by admin · 18 years ago