forked from TYPO3-extensions/naw_securedl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
114 lines (87 loc) · 4.74 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
2013-12-03 Dietrich Heise <typo3-ext(at)bitmotion.de>, Helmut Hummel <typo3-ext(at)bitmotion.de>
* Namespaces, Stucture, PSR-0
* Raised extension version to 1.8.0
2013-07-19 Dietrich Heise <typo3-ext(at)bitmotion.de>, Helmut Hummel <typo3-ext(at)bitmotion.de>
* Rewritten for 6.x
* Works with TYPO3 4.5 and greater
* Bug #50629 and #52441 fixed BE thumbnails broken
* Bug #52003 fixed Downloads broken in 4.5.30
2013-07-19 Dietrich Heise <typo3-ext(at)bitmotion.de>
* First Version with TYPO3 6.x Support
* Change the order of GET params in the default settings, so &file=/path/example.jpg is at the end of the url,
because some javascript functions check for the file extension (e.g. jQuery Colorbox)
2012-08-15 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Enable link generation with user groups (Thanks to punkt.de for sponsoring).
2012-08-14 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Improve performance of file extension regex (Thanks to Sebastian Kurfürst).
2011-06-14 Dietrich Heise <typo3-ext(at)bitmotion.de>
* Add support for HTML5 Tag <source src=""> (Thanks to Achim Schmeer for sponsoring this).
2011-06-14 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Add config option to disable content parsing (Thanks to Benjamin Mack).
2011-03-14 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Added possibility to configure the link format, to be able to have nicer links, when also adding
an appropriate RewriteRule in the .htaccess (Thanks to Karl-Ulrich Bamberg for the initial idea and patch).
* Raised extension version to 1.5.0
2011-03-08 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Removed deprecated functions (thanks to Daniel Minder)
2011-02-25 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Added workaround for UTF-8 filenames on Windows systems. This is a PHP bug and
will only work for special characters in filenames, which are present in latin1 charset.
See http://bugs.php.net/bug.php?id=46990 for details. (thanks to Freddy Kühne for reporting)
2010-11-25 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Possibility to add mime types in extension manager configuration (thanks to Ingmar Schlecht)
2010-11-18 Helmut Hummel <typo3-ext(at)bitmotion.de>
* Add MS-Office and OpenOffice mime types (thanks to Christian Bülter)
* add selected mime type to hook params to enable the hook to modify them
* use 3tlib_div::makeInstance instead of new in tx_nawsecuredl_output
2010-11-10 Helmut Hummel <typo3-ext(at)bitmotion.de>
* version 1.4.3
* use t3lib_div::hmac instead of php native function to make use of a fallback
if hash_hmac is not present (thanks to Jan Wulff)
* Fix XCLASS inclusion in class.tx_nawsecuredl_output.php (thanks to Jan Wulff)
2010-06-11 Helmut Hummel <typo3-ext(at)bitmotion.de>
* version 1.4.2
* fix urlencode regression bug introduced in 1.4.1 (Thanks to Felix Nagel)
2010-04-29 Helmut Hummel <typo3-ext(at)bitmotion.de>
* version 1.4.1
* add hook requested by Marco Huber
* add new possibilty to output the files in chunks
* make file output method configurable
* send Content-Length: header to enable progress indicators to function
* downloads are now logged every time, but with 0 bytes, if the download process is aborted
* log only the downloaded bytes if readfile_chunked is used as output method
2010-01-20 Dietrich Heise <typo3-ext(at)bitmotion.de>
* add .htm/.html files to mime types
2010-01-20 Helmut Hummel <typo3-ext(at)bitmotion.de>
* version 1.3.0
* use hmac function to generate the hash
* table view for backend module
* added check, if readfile function is available
* improve logging, to not log, if download is aborted
2009-08-12 Helmut Hummel <typo3-ext(at)bitmotion.de>
* version 1.2.0
* table view for backend module
2009-07-07 Helmut Hummel <typo3-ext(at)bitmotion.de>
* version 1.0.0
* added logging of filesize
* added backend module for admins to display traffic usage by time and user
2009-05-29 Dietrich Heise <typo3-ext(at)bitmotion.de>
* fixed hooks
2008-11-28 Dietrich Heise <typo3-ext(at)bitmotion.de>
* added parsing for JavaScript window.open (vHWin=window.open)
2008-06-17 Dietrich Heise <typo3-ext(at)bitmotion.de>
* added some Hooks, feel free to use ;)
2007-10-17 Dietrich Heise <typo3-ext(at)bitmotion.de>
* fixed the problem with downloads, previews in the Backend,
thanks to Bedrijvenweb Ontwikkeling
2007-06-20 Dietrich Heise <[email protected]>
* version 0.2.2
* various changes with the eID file
* fixed & quoted char for the generated URL for each file
* enabled logging feature for file access (no output of the logging at the moment)
2007-01-23 Dietrich Heise <[email protected]>
* Fixed problem with getimagesize()
2006-02-23 Dietrich Heise <[email protected]>
* Fixed "\" bug on Windows Platforms
2005-11-07 Dietrich Heise <[email protected]>
* Initial release