CHANGES.txt 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Version History
  2. ===============
  3. 2.0 (2015-07-08):
  4. - fixed: input for getEntitiesFromRelationship to array as per deprecation message #53
  5. 2.0-rc.1 (2015-01-22):
  6. - If you come from a version < 1.1 please upgrade to version 1.2 before installing version 2.0
  7. - fixed: WSOD when viewing a folder structure with an empty folder title
  8. - fixed: wrong function call for folder url's
  9. 1.2 (2015-01-05):
  10. - added: max number of files in the listing (plugin setting) with 'show more' button
  11. - fixed: mimetype detection in ZIP upload doesn't detect all MS Office types correctly
  12. - fixed: moving a folder doesn't always correclty refreshed the content
  13. - changed: small css fixes
  14. 1.1.2 (2013-04-05):
  15. - fixed: files lost their folder if the access of the folder was updated (thanks to Tauvic Ritter for reporting)
  16. - fixed: uploading a zip could create an empty folder
  17. - changed: layout of the upload page, now with tabs for the different option (single file, multi file, zip file)
  18. - removed: old css file
  19. - removed: tags from multi upload form
  20. 1.1.1 (2012-11-14):
  21. - fixed: critical bug in upgrade script when you first enable file_tools (thanks to Sergiy Kamolov http://community.elgg.org/profile/sergiy.kamolov)
  22. - changed: disabled notifications of new file on zip upload
  23. - changed: README.txt to README.md for better markup
  24. 1.1 (2012-11-06):
  25. - added: breadcrumb folderstructure on file full view
  26. - added: upgrade script to fix disappeared folders
  27. - fixed: mine tab highlighted when showing files from a friend
  28. - fixed: call to undefined function
  29. - fixed: language keys in index_file widget
  30. - fixed: layout issues and old code in filerepo widget
  31. - fixed: more link in file_tree widget
  32. - fixed: deadloop issue when deleting a folder
  33. - fixed: setting wrong parent on folders
  34. - fixed: css error in uploadify styling
  35. - fixed: missing zip upload button on some pages
  36. - changed: group_files widget redone
  37. - changed: better validation of folder listing
  38. 1.0 (2012-07-31):
  39. - added: option to show folder content in the widget
  40. - fixed: depricated notices
  41. - fixed: max file upload size now listens to PHP setting
  42. - fixed: page_handler logic
  43. - fixed: edit a file moving to main folder
  44. - fixed: dropping files on the tree works again
  45. - fixed: layout of group settings
  46. - fixed: encoding problem in zip upload
  47. - fixed: problem with zip upload not creating folders
  48. - fixed: gracefully fallback for upload form
  49. - fixed: JS error when your site is in a subfolder (thanks to SehLax http://community.elgg.org/profile/SehLax)
  50. - changed: only show empty queue when needed
  51. - changed: better handling of file extensions
  52. - changed: file title is download link in full view
  53. - changed: layout of start.php to be more inline with Elgg
  54. - removed: unused javascript function
  55. 1.0 beta (2012-05-23):
  56. - added: group_files widget (from widget_manager)
  57. - added: index_file widget (from widget_maanger)
  58. - changed: plugin made Elgg 1.8.3 compatible
  59. 0.3.1 (2012-01-31):
  60. - fixed: incorrect forward after zip upload in group
  61. - fixed: incorrect access for zip uploaded files
  62. - fixed: incorrect forward after multiupload
  63. 0.3 (2012-01-24):
  64. - added: default sorting options for site and group admins
  65. - added: more loading indicator moments (sorting, folder change)
  66. - changed: only postfix file when zip downloading if file already exists in zip
  67. - removed: some obsolete js and css
  68. - fixed: invalid file_tree widget title link
  69. - fixed: some untranslatable language keys
  70. - fixed: 2 functions that were not namespaced (to prevent conflicts)
  71. - fixed: preferred date time notation in folder details
  72. 0.2 (2012-01-20):
  73. - initial release