This repository has been archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
executable file
·240 lines (147 loc) · 7.29 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
2016-11-13 Francois Suter <[email protected]>
* Verified compatibility with TYPO3 v8 (8.5.-dev), resolves #78626
* Corrected awkward default value for IP filtering, resolves #78686
2016-11-09 Francois Suter <[email protected]>
* Rewrote documentation and moved it to reST, resolves #78504
* Fixed various bits and pieces, added Composer manifest, resolves #78624
2016-11-01 Francois Suter <[email protected]>
* Updated and cleaned up the language files, resolves #78528
2016-10-31 Francois Suter <[email protected]>
* Added an option to visually group rows by run, resolves #78058
2016-10-30 Francois Suter <[email protected]>
* Restored and improved log clearing feature, resolves #76972
* Added configuration option to restrict logging to certain keys, resolves #3053
2016-09-04 Francois Suter <[email protected]>
* Restored column filters in new backend module, resolves #76971
2016-07-09 Francois Suter <[email protected]>
* New backend module, resolves #76970
2016-07-06 Stefan Froemken <[email protected]>
* Move extension configuration to domain model, resolves #73691
2014-12-24 Francois Suter <[email protected]>
* Add sorting field, resolves #64037
2014-12-15 Francois Suter <[email protected]>
* Allow for IP filtering, resolves #2859
2014-12-08 Francois Suter <[email protected]>
* New table structure, new logging utility, database and file writer, resolves #63689
* Labels for severity levels in extension configuration, resolves #31414
2014-05-21 Francois Suter <[email protected]>
* Improved page id detection in FE context, resolves #58536
* Released to TER as version 2.11.2
2014-03-24 Francois Suter <[email protected]>
* Added check for empty BE user, resolves #57218
* Released to TER as version 2.11.1
2014-03-22 Francois Suter <[email protected]>
* Dropped NOT NULL constraint from data_var field definition, resolves #54702
* Use dispatch mechanism for BE module
* Add CSRF protection to all BE module forms and links, resolves #57194
* Released to TER as version 2.11.0
2013-07-07 Francois Suter <[email protected]>
* Removed old required files, resolves #49751 (thanks to Loek Hilgersom)
2013-05-28 Francois Suter <[email protected]>
* Changed compatibility range to TYPO3 4.5-6.1
* Fixed test of TYPO3_DB member variable
* Fixed clearing of search and filter
* Fixed filtering on namespaced keys
* Fixed display of page icons, resolves #48605
* Released to TER as version 2.10.0
2012-05-10 Francois Suter <[email protected]>
* Fixed one forgotten compatibility issue, resolves #36957
* Released to TER as version 2.9.4
* Updated for compatibility with TYPO3 4.7, resolves #36957
* Released to TER as version 2.9.3
2009-12-21 Francois Suter <[email protected]>
* Added protection against possible XSS attacks
* Released to TER as version 2.9.2
2009-09-19 Francois Suter <[email protected]>
* Corrected TCA configuration so that devlog records are properly allowed anywhere in the page tree
2009-09-15 Francois Suter <[email protected]>
* Removed some left-over debug statements (sorry!)
* Released to TER as version 2.9.1
2009-09-09 Francois Suter <[email protected]>
* Added optimization option when deleting excess records from the devlog table
* Updated the manual
* Released to TER as version 2.9.0
2009-08-17 Francois Suter <[email protected]>
* Changed engine database for devlog table to InnoDB
2009-03-26 Francois Suter <[email protected]>
* Updated the manual
* Released to TER as version 2.8.0
2009-03-24 Francois Suter <[email protected]>
* Added check for extra data type
* Added configuration for filtering extra data of excessive size
2009-03-09 Francois Suter <[email protected]>
* Added checks for proper initialization of DB object on devlog call
* Added custom categories for extension configuration options (usable as of TYPO3 4.3)
2009-03-02 Francois Suter <[email protected]>
* Made CSH for severity.image non translatable (thanks to Steffen Muller)
* Completed update of the manual
* Relased to TER as version 2.7.0
2009-03-01 Francois Suter <[email protected]>
* Modified the CSH text, in particular severity levels descriptions
* Updated the manual
2009-02-26 Francois Suter <[email protected]>
* Completed implementation of CSH for both log table view and TCEform single view
* Removed UID column in log table view
* Moved date column to first place and placed links to log runs on that column
* Changed default order in Web > List view, most recent record on top (thanks to Steffen Muller)
* Changed log table styles slightly to better match t3skin
2009-02-24 Francois Suter <[email protected]>
* Added CSH to header cells in log table view (thanks to Steffen Muller)
2009-02-16 Francois Suter <[email protected]>
* Added better display of records in TCEforms (thanks to Fabien Udriot)
* Added visible warning in BE module about filtered keys
* Added t3lib_db::sql_free_results() calls wherever relevant
* Added a button to clear search and all filters
2008-11-07 Francois Suter <[email protected]>
* Added option for filtering out (extension) keys
* Released version 2.6.0
2008-10-27 Francois Suter <[email protected]>
* Added option for limiting the size of the log table
* Added option for minimum level of severity for logging
* Added option for configuring autorefresh frequency
* Optimized hook usage by making it a (pseudo-)singleton
2008-10-13 Francois Suter <[email protected]>
* Caught unitialized value in BE module
2008-10-13 Francois Suter <[email protected]>
* Updated the manual
* Released version 2.5.0
2008-10-09 Francois Suter <[email protected]>
* Fixed error when linking to log runs beyond the (menu) limit
2008-10-08 Francois Suter <[email protected]>
* Added page filter
* Added user filter
* Added error message when no records are found
* Refactored part of the code
2008-10-03 Francois Suter <[email protected]>
* Added handling of $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['debugData']['pid']
2008-08-24 Francois Suter <[email protected]>
* Corrected page edit link
* Cleaned up some more code
2008-08-22 Francois Suter <[email protected]>
* Added log search feature
* Released version 2.4.0
2008-08-13 Francois Suter <[email protected]>
* Simplified handling of extra data
2008-08-07 Francois Suter <[email protected]>
* Caught error when extension is not configured
2008-07-22 Francois Suter <[email protected]>
* Corrected HTML markup error in BE module
2008-04-23 Francois Suter <[email protected]>
* Automatically retrieve and store devLog call location (thanks to Kasper Ligaard)
2008-04-23 Francois Suter <[email protected]>
* Added various selection options for cleaning up log entries
* Removed htmlspecialchars() call on log message (suggested by Ingo Renner)
2008-04-15 Francois Suter <[email protected]>
* Added a log run browser in single log run view (thanks to Rupert Germann)
* Added a checkbox to automatically expand all extra data (thanks to Rupert Germann)
* Added extension configuration options
2008-04-07 Francois Suter <[email protected]>
* Increased size of database field for extra data
* Added the possibility of viewing the deserialised extra data
* Added the possibility of viewing all entries and paginating through them
* Added filters on status and extension keys
* Added display of the crdate column (thanks to Stefano Cecere)
* Cleaned up part of the code
* Totally revamped manual
2005-01-02
* Last version of cc_devlog by Rene Fritz