-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathCHANGES.txt
132 lines (102 loc) · 4.86 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Version history
===============
3.0 (2018-03-22):
- added: option to open folders in file_tree widget
- changed: file_tree ajax load method to GET for Elgg 2.2
- changed: file_tree widget now uses generic listing functions
- fixed: don't use ACCESS_DEFAULT as a fallback value
- fixed: double request on load main folder
- fixed: incorrect metadata access check
- fixed: show folder content option in file_tree widget not available
3.0.0-rc.3 (2016-12-08):
- fixed: folders can't be reordered
- fixed: group owners can't create folders
3.0.0-rc.2 (2016-11-28):
- fixed: folder update event to greedy
- fixed: unable to delete folder
3.0.0-rc.1 (2016-11-22):
- added: French translation file
- added: Finnish translations file
- added: folder write access can now be altered with a plugin hook
- changed: all javascript is now written as AMD modules
- changed: increased Elgg version requirement
- changed: rewrite of the plugin for Elgg 2.2
- changed: temp location for bulk downloads now uses system temp location
- changed: notification handling
- changed: updates jsTree from 0.9.9 to 3.2.0 and loads it asynchronously
- fixed: input for getEntitiesFromRelationship to array as per deprecation message
- fixed: AJAX response for folder list now respects group sorting settings
- fixed: group files not working
- fixed: only allow group folder management if folders is enabled
- removed: support for IE6/7/8
2.0 (2015-07-08):
- fixed: input for getEntitiesFromRelationship to array as per deprecation message #53
2.0-rc.1 (2015-01-22):
- If you come from a version < 1.1 please upgrade to version 1.2 before installing version 2.0
- fixed: WSOD when viewing a folder structure with an empty folder title
- fixed: wrong function call for folder url's
1.2 (2015-01-05):
- added: max number of files in the listing (plugin setting) with 'show more' button
- fixed: mimetype detection in ZIP upload doesn't detect all MS Office types correctly
- fixed: moving a folder doesn't always correclty refreshed the content
- changed: small css fixes
1.1.2 (2013-04-05):
- fixed: files lost their folder if the access of the folder was updated (thanks to Tauvic Ritter for reporting)
- fixed: uploading a zip could create an empty folder
- changed: layout of the upload page, now with tabs for the different option (single file, multi file, zip file)
- removed: old css file
- removed: tags from multi upload form
1.1.1 (2012-11-14):
- fixed: critical bug in upgrade script when you first enable file_tools (thanks to Sergiy Kamolov http://community.elgg.org/profile/sergiy.kamolov)
- changed: disabled notifications of new file on zip upload
- changed: README.txt to README.md for better markup
1.1 (2012-11-06):
- added: breadcrumb folderstructure on file full view
- added: upgrade script to fix disappeared folders
- fixed: mine tab highlighted when showing files from a friend
- fixed: call to undefined function
- fixed: language keys in index_file widget
- fixed: layout issues and old code in filerepo widget
- fixed: more link in file_tree widget
- fixed: deadloop issue when deleting a folder
- fixed: setting wrong parent on folders
- fixed: css error in uploadify styling
- fixed: missing zip upload button on some pages
- changed: group_files widget redone
- changed: better validation of folder listing
1.0 (2012-07-31):
- added: option to show folder content in the widget
- fixed: depricated notices
- fixed: max file upload size now listens to PHP setting
- fixed: page_handler logic
- fixed: edit a file moving to main folder
- fixed: dropping files on the tree works again
- fixed: layout of group settings
- fixed: encoding problem in zip upload
- fixed: problem with zip upload not creating folders
- fixed: gracefully fallback for upload form
- fixed: JS error when your site is in a subfolder (thanks to SehLax http://community.elgg.org/profile/SehLax)
- changed: only show empty queue when needed
- changed: better handling of file extensions
- changed: file title is download link in full view
- changed: layout of start.php to be more inline with Elgg
- removed: unused javascript function
1.0 beta (2012-05-23):
- added: group_files widget (from widget_manager)
- added: index_file widget (from widget_maanger)
- changed: plugin made Elgg 1.8.3 compatible
0.3.1 (2012-01-31):
- fixed: incorrect forward after zip upload in group
- fixed: incorrect access for zip uploaded files
- fixed: incorrect forward after multiupload
0.3 (2012-01-24):
- added: default sorting options for site and group admins
- added: more loading indicator moments (sorting, folder change)
- changed: only postfix file when zip downloading if file already exists in zip
- removed: some obsolete js and css
- fixed: invalid file_tree widget title link
- fixed: some untranslatable language keys
- fixed: 2 functions that were not namespaced (to prevent conflicts)
- fixed: preferred date time notation in folder details
0.2 (2012-01-20):
- initial release