forked from TYPO3-svn-archive/file_list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
136 lines (83 loc) · 4.54 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
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
133
134
135
136
2013-09-20 Xavier Perseguers <[email protected]>
* [BUGFIX] #52146: Directory path does not support FAL references
2013-02-12 Xavier Perseguers <[email protected]>
* [BUGFIX] Invalid default fallback mapping for extension pptx
2012-12-19 Xavier Perseguers <[email protected]>
* [BUGFIX] #26157: Could not open directory "/"
2011-01-04 Xavier Perseguers <[email protected]>
* [BUGFIX] #11857: Directories with spaces in name cannot be used
* New Year cleanup
2010-10-20 Xavier Perseguers <[email protected]>
* Added feature #6395: Additional markers for filename (not wrapped with link) and file URL
2010-10-17 Xavier Perseguers <[email protected]>
* Added templateFile plugin option to locally override the template
2010-09-13 Xavier Perseguers <[email protected]>
* Fixed bug #9656: plugin.tx_filelist_pi1._LOCAL_LANG.xxx not working (thanks to Felix Griesser)
* Cleaned-up files
2010-01-29 Moreno Feltscher <[email protected]>
* Release to TER
* Raised version to 1.0.2
2010-01-27 Xavier Perseguers <[email protected]>
* Fixed bug #6214: Error in sanitizePath function when PATH_site contains symlinks (Thanks to Alexander Stehlik)
2010-01-12 Moreno Feltscher <[email protected]>
* Release to TER
* Raised version to 1.0.1
2010-01-11 Xavier Perseguers <[email protected]>
* Made file icons with white background transparent instead and lowered depth to number of colors really needed
* Fixed bug #5965: PHP error warning for in_array functions is shown because one given variable isn't declared as an array
2010-01-11 Moreno Feltscher <[email protected]>
* Fixed bug #5964: Files with special characters or spaces in their filenames or paths are not accessible
* Fixed bug #5966: If there are no GET parameters given this ends up in a PHP error warning
2010-01-10 Moreno Feltscher <[email protected]>
* Release to TER
* Raised version to 1.0.0
2010-01-10 Xavier Perseguers <[email protected]>
* Added samples hooks in directory Samples/
* Refactored helper methods to a dedicated static class (useful when hooking into file_list)
* Updated documentation
2010-01-10 Moreno Feltscher <[email protected]>
* Got rid of the new icons and use a text instead
* Added link to every icon shown in frontend
* Corrected regular expression for file ignoring due to wrong Microsoft Windows thumbnail file check
* Updated language files
* Added new icons for sorting and changed sort functionality
* Fixed sort functionality for folders
* Fixed language labels for directory sizes
* Updated documentation
2010-01-09 Moreno Feltscher <[email protected]>
* Reorganized icons
2010-01-09 Xavier Perseguers <[email protected]>
* Added hook to post-process the list of files
* Finally fixed indexed_search problem
2010-01-07 Moreno Feltscher <[email protected]>
* Added feature #5911: Allow users to prevent specific folders related to their names to be shown on the frontend
* Added feature #5910: Allow users to prevent specific files to be shown on the frontend
2010-01-04 Moreno Feltscher <[email protected]>
* Code cleanup (updated documentation inside code and fixed copyright information)
2009-12-31 Xavier Perseguers <[email protected]>
* Updated documentation (new official template, reworked content)
* Raised version to 1.0-dev (stable)
* Added hook to post-process template markers (might be used to reimplement indexed_search feature removed with changeset #28154)
* Reorganized icons
* Added French translation
2009-12-29 Xavier Perseguers <[email protected]>
* Added feature #5855: Add link to go to parent directory on the folder icon
* Added feature #1077: Templating
* Fixed bug #5854: Cannot go one level up when in a sub-subdirectory
* Removed indexed_search references
* Added TS configuration option for the icon directory
* Added feature #5853: Create Update wizard to move database configuration data into FlexForm
2009-12-28 Xavier Perseguers <[email protected]>
* Performed task #5852: Move database fields to a FlexForm configuration
* Localized filesize units
* Fixed bug #1019: Integrate EXT:rgfolderselector
2008-08-05 Moreno Feltscher <[email protected]>
* Fixed bug #1218: No DBAL compatibility
2008-08-04 Moreno Feltscher <[email protected]>
* Fixed bug #1080: Code cleanup (TYPO3 CGL)
2008-07-23 Moreno Feltscher <[email protected]>
* Fixed Bug #1082: Some characters (umlauts) aren't dislayed properly in locallang.xml
2008-07-17 Moreno Feltscher <[email protected]>
* Initial commit to Forge-SVN
2006-04-26 Moreno Feltscher <[email protected]>
* Initial release