This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
144 lines (99 loc) · 4.75 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
137
138
139
140
141
142
143
144
2016-03-12 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 4.2.4
* Updated plugin.php for compatibility with PHP 7.0
* Version 7.0.7
* Updated plugins for compatibility with PHP 7.0
* Added language keys for Bosnian and Finnish
2015-12-10 Jigal van Hemert <[email protected]>
* Renamed classes to Classes for classloader compatibility
* Changed registration of module for compatibility with TYPO3 8.0
2015-12-03 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 4.2.3
* Added language keys for Bulgarian, Galician en Greek
* Changed images to SVG, dropping FontAwesome completely
* Module icon is SVG now
* Compatibility for 7LTS only (7.6.0 and higher)
* Version 7.0.4
2015-10-03 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 4.2.2
* Minor styling issues
* Version 7.0.3
2015-10-01 Jigal van Hemert <[email protected]>
* Security fix! Version 7.0.2
2015-04-12 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 4.2.1
* Added Danish language key
* Fixed #65522 Missing icons (path to FontAwesome)
2015-03-02 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 4.2.0
* New module icon for TYPO3 CMS 7
* Compatible with TYPO3 CMS 7
* This branch will not be compatible with lower versions!
2014-05-07 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 4.1.0
* Added plugin to disable version check in JS
* Added plugin to disable redirect to hide referrer
* Added and modified plugin to add option to store exports on server
* Styling added for two new options
* Styling fixes for IE
* Styling fixes for flash messages, selected table headers
* Added new language keys
2014-03-26 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 4.0.3
* Styling adjusted for new features
* Styling updated to match TYPO3 6.2
2013-05-22 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 3.7.0
* Added styling for paginator in Adminer
* Fixed CSS icon for descending sorting and TYPO3 4.x compatibility
* Fixed #48395 TYPO3 6.2 compatibility
2013-01-27 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 3.6.3
* Small CSS update to style table header actions
2012-09-20 Jigal van Hemert <[email protected]>
* Upgrade to Adminer 3.6.1
* Small CSS fix for upgrade and TYPO3 6.0 compatibility
* Added languages Indonesian (Malay), Serbian. Bengali isn't supported by TYPO3
* Tested compatibility with TYPO3 6.0
2012-03-31 Jigal van Hemert <[email protected]>
* Fixed #35224 Upgrade to Adminer 3.3.4
* Fixed #35423 Support TYPO3 4.6+ language codes
* Added support for new languages of Adminer
* Updated manual with new screenshots
* Small clean-up of comments, missing PHPdoc headers, etc.
* version 1.0.1
2012-02-27 Jigal van Hemert <[email protected]>
* Fixed #32501 PHP Fatal error: Call to a member function endPage() on a non-object
* Fixed tiny CSS issue with grey bar in second column
* Fixed styling of messages / errors in second column
* Tested compatibility with TYPO3 4.7
2011-08-29 Jigal van Hemert <[email protected]>
* Updated Adminer to 3.3.3
* Added TYPO3 styling to add/up/down/delete buttons in create/alter table
* Tested extension with TYPO3 4.6 and updated dependency
* Set state to beta
2011-08-07 Jigal van Hemert <[email protected]>
* Security Fix! version 0.03
* Fixed #28780 sometimes the uid column is missing (CSS issue)
* Fixed #28348 Update to Adminer 3.3.0 (3.3.1 now included)
2011-07-29 Jigal van Hemert <[email protected]>
* Updated Adminer to 3.3.1 which fixes a XSS issue (thanks to Georg Ringer)
* Fixed problem that adminer script could be called outside the extension (still needed login to database)
* Fixed session problem (after logging out the session data of t3adminer was still present)
2011-07-07 Jigal van Hemert <[email protected]>
* Fixed #27624 Design problem with Opera 11
* Fixed #27626 adminer.css - adding linear-gradient
2011-06-09 Jigal van Hemert <[email protected]>
* version 0.0.2
2011-06-09 Jigal van Hemert <[email protected]>
* made styling of table list similar to pagetree (active item only working in IE / Safari because Firefox / Chrome use Ajax
call to only load content block)
* changed styling of links on top to tabs similar to TYPO3 backend (the content below can't be in a block because of the
HTML generated by Adminer)
* various small CSS issues fixed (tested in Firefox 4, IE9, Safari and Chrome)
2011-06-06 Jigal van Hemert <[email protected]>
* [feature] two options for IP restriction added
2011-06-04 Jigal van Hemert <[email protected]>
* fixed styling for edit links in table list, logout button
2011-05-26 Jigal van Hemert <[email protected]>
* initial code generated with kickstarter