-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
executable file
·75 lines (59 loc) · 2.57 KB
/
ChangeLog
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
2017-02-08 Tizian Schmidlin <[email protected]>
* version 0.2.1
* fixed some possible xss in Xclasses
2017-01-20 Tizian Schmidlin <[email protected]>
* version 0.2.0
* Fixed some incompatible method signatures
2016-05-31 Tizian Schmidlin <[email protected]>
* version 0.1.6
* fixed issue with FileList that displayed "Array" instead of the reference count
* Now compatible with TYPO3 7.6
2016-04-27 Tizian Schmidlin <[email protected]>
* version 0.1.5
* fixed namspace problem with Exception\InsufficientFolderAccessPermissionsException
* version 0.1.4
* [BUGFIX] #73735, Check if folder is within the filemount (Frans Saris), this bugfix will only take effect for TYPO3 < 6.2.22
2015-06-19 Lavinia Negru <[email protected]>
* version 0.1.3
* [BUG] changed FileList.php to filter double references for the same uid
2015-06-19 Nils Blattner <[email protected]>
* version 0.1.2
* [BUG] changed it so that no select is displayed when no categories are present
2015-06-16 Nils Blattner <[email protected]>
* version 0.1.1
* [FEATURE] changed it so that the folders are not displayed in the filelist module when searching
* [BUG] fixed an issue when files are missing in the file system but still indexed
2015-06-16 Nils Blattner <[email protected]>
* version 0.1.0
* [FEATURE] changed it so the show_item.php script also shows legacy sys_refindex
* [TASK] cleaned up PHDoc for several classes
2015-06-15 Nils Blattner <[email protected]>
* version 0.0.9
* [FEATURE] fixed core issue, where sys_refindex contains the full path instead of a reference to sys_file uid
2015-06-10 Nils Blattner <[email protected]>
* version 0.0.8
* [FEATURE] refactored to search categories aswell
* [FEATURE] refactored to search directly in the database
2015-05-18 Nils Blattner <[email protected]>
* version 0.0.7
* [BUG] fixed an issue where it would not work properly in header_link fields
2015-04-14 Nils Blattner <[email protected]>
* version 0.0.6
* [TASK] changed name from t3filelist62 to falsearch
* [TASK] added GPLv2
* [TASK] uploaded to github.com
2015-04-02 Nils Blattner <[email protected]>
* version 0.0.5
* [BUG] fixed it so the recursed paths are rawurldecoded and htmlspecialchars'd
2015-04-02 Nils Blattner <[email protected]>
* version 0.0.4
* [FEATURE] added recursion and fixed some issues with ElementBrowser
2015-03-19 Nils Blattner <[email protected]>
* version 0.0.3
* [BUG] fixed an issue because the FileList.php wrapped the input fields in a <form> tag
2015-03-13 Nils Blattner <[email protected]>
* version 0.0.2
* added browselinks and element browser xclasses to filter in the file dialog
2015-03-03 Nils Blattner <[email protected]>
* version 0.0.1
* initial version