CHANGELOG.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. CHANGELOG for Plupload integration for Drupal 7
  2. Plupload integration 7.x-1.x-dev
  3. =================================
  4. - #1903818 by quicksketch, slashrsm: Fixed Double dollar signs in hook_requirements().
  5. - #1506642 by MrHaroldA | succinct: Fixed plupload.js issue with Internet Explorer.
  6. Plupload integration 7.x-1.1
  7. =================================
  8. - #1895328 by larowlan, slashrsm: Fixed Security exploit in plupload external library examples folder.
  9. - #1230632 by -enzo-, slashrsm: Fixed hard-coded file size limits.
  10. - by slashrsm: Fix CodeSniffer errors.
  11. - #1827368 by Kevin Hankens: Fixed Use standard language when validating files.
  12. - #1565898 by slashrsm: Create docs for Plupload element usage in README.txt.
  13. - #1111036 by slashrsm: Blacklist script extensions if 'allow_insecure_uploads' isn't set to TRUE.
  14. - #1426088 by slashrsm: Anonymous User can't upload.
  15. Plupload integration 7.x-1.0
  16. =================================
  17. - #1414486 by nbucknor, slashrsm: Improvements of error handling for multiple plupload elements on a single form.
  18. Plupload integration 7.x-1.0-rc1
  19. ==================================
  20. - by slashrsm: Fix 3 Coder review notices.
  21. - by slashrsm: Removed unnecessary popup caused by previous commit.
  22. - #1414486 by nbucknor, annblack: Allow for Multiple Plupload elements in a form.
  23. - #1461884 by atlea: File uploads larger than php post_max_size broken
  24. - #1445172 by Moloc: Use drupal_unlink() instead unlink()
  25. Plupload integration 7.x-1.0-beta4
  26. ==================================
  27. - #1230632 by ksenzee: Hard-coded file size limits.
  28. - #1219992 by slashrsm, axe312, Dave Reid: Add support for Drupal native translations.
  29. - #1111054 by George Petsagourakis: Convert plupload_fix_temporary_filename() a private function
  30. - #1316438 by jcfiala, slashrsm: Plupload in AJAX call causes form.submit handler to be added multiple times
  31. - #1300620 by jamiecuthill, ksenzee: Update to 1.5.1.1 because uploading is broken in Firefox 7
  32. - #1121070 by Moloc: Warning: unlink(...) [function.unlink]: Permission denied in plupload_handle_uploads()
  33. - #1348892 by slashrsm, Moloc: Show library version in status report
  34. - #1267190 by Moloc: Plupload transliteration support for d7
  35. - #1240654 by Dave Reid: Use a proper namespace for file_uri_to_object().