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 4
/
ChangeLog
475 lines (320 loc) · 16.4 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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
2020-12-26 Stanislas Rolland <typo3AAAA(arobas)sjbr.ca>
* Resolves #93107: Audio content is output twice
* Update version to 2.6.2
2020-11-22 Stanislas Rolland <typo32020(arobas)sjbr.ca>
* Update version to 2.6.1
2020-10-23 Stanislas Rolland <typo32020(arobas)sjbr.ca>
* Resolves #92608: PHP 7.4 issues deprecation notices
2020-06-15 Stanislas Rolland <typo32020(arobas)sjbr.ca>
* Resolves #90636: ConfigurationHelper Select EncryptionAlgorythm does not work
* Resolves #89735: RequestMiddlewares.php missing
* Update version to 2.5.4
* Resolves #91650: Adapt to TYPO3 10 LTS
* Update version to 2.6.0
2019-07-19 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves Security Ticket#201907155760000027
* Update version to 2.5.3
2018-11-02 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #86843: Syntax error in class EncryptionUtility
* Update version to 2.5.2
2018-10-24 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #86737: Fix syntax error in class PiBaseApi
* Update version to 2.5.1
2018-10-18 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #86688: Migrate to TYPO3 9 LTS
* Update version to 2.5.0
2018-10-18 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #86691: Incorrect keywords for composer
* Update version to 2.4.4
2018-07-24 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #85628: Error in Spanish localization file
* Resolves #85629: Remove dependency on TYPO3 ClientUtility
* Resolves #85499: Follow-up to migration from mcrypt to OpenSSL (Thanks to Marcus Bitzl)
* Update version to 2.4.3
2018-04-02 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #84576: Adapt font maker backend module to TYPO3 CMS 7 & 8
* Update version to 2.4.2
2018-04-01 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #83808: Allow translation of invalid input error (Thanks to Christian Toffolo)
2017-12-20 Stanislas Rolland <typo(arobas)sjbr.ca>
* Update manual
2017-12-19 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #80906: Unknown Exception thrown when domain model with validator is used in backend context
* Resolves #82716: Migrate from mcrypt to openssl (follow-up)
* Update version to 2.4.1
2017-10-16 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #82716: Migrate from mcrypt to openssl
* Resolves #81736: Add P3P header for IE 11 of Windows 7 when page opens in popup
2017-05-28 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #81354: Error code not localized
2017-01-07 Stanislas Rolland <typo(arobas)sjbr.ca>
* Change composer name to sjbr/sr-freecap
* Require TYPO3 CMS 7.6 LTS
* Resolves #79195: Require zend.multibyte for backend module
* Resolves #76062: add freeCap.js via includeJSlibs for compression
* Update version to 2.4.0
* Update manual
2016-02-13 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #73422: Cleanup in German word list
* Resolves #73423: Incorrect audio rendering when using word lists with non-ASCII characters
* Resolves #73220: Follow-up to PHP 5.5 warning when decrypting word with blowfish algorithm
* Update version to 2.3.1
2016-02-11 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #73394: Replace the English word list
2016-02-10 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #73220: PHP 5.5 warning when decrypting word with blowfish algorithm
2016-02-01 Stanislas Rolland <typo(arobas)sjbr.ca>
* Cleanup in ImageViewHelper
* Correction to composer.json
* Resolves #73075: Word list used when renewing captcha image is in wrong language
2015-11-02 Stanislas Rolland <typo(arobas)sjbr.ca>
* Resolves #70917: An end brace is in excess in TS setup.
* Resolves #66194: 500 error in access log
2015-10-11 Stanislas Rolland <typo3@sjbr.ca>
* Cleanup
* Add composer.json
* Move static template registration to TCA overrides
* Compatibility with TYPO3 CMS 7
* Improve template handling
* Cleanup references to versions of TYPO3 CMS lower than 6.2
* Delete directory mod1
* Update version to 2.3.0
2015-03-31 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #64524: SJBR\SrFreecap\Domain\Model\Font raises warning on PHP 5.4+
2015-03-18 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #65649: $this->freeCap->checkWord accepts empty postvar
* Resolves #64524: SJBR\SrFreecap\Domain\Model\Font raises warning on PHP 5.4+
2015-02-10 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #64517: Revert CaptchaValidator::isValid should be protected
* Resolves #64972: New view configuration in TYPO3 CMS 6.2
* Require TYPO3 CMS 6.2
* Update version to 2.2.0
2015-02-04 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #64847: Fatal error on CaptchaValidator::isValid() from context PiBaseApi
* Update version to 2.1.1
2015-01-28 Stanislas Rolland <typo3@sjbr.ca>
* Cleanup
2015-01-27 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #64543: Extension does not handle vendorName
* Resolves #64525 (Follow-up): Extbase does not find the templates of backend Font Maker in TYPO3 7.0
* Resolves #64548: Font file not found in Font Maker on PHP 5.5
* Enable in TYPO3 CMS 7
* Update version to 2.1.0
2015-01-26 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #64517: CaptchaValidator::isValid should be protected
* Resolves #64519: Validate annotation: class name TtfFileValidator should not start with backslash
* Resolves #64520: Extract module configuration from static template
* Resolves #64524: SJBR\SrFreecap\Domain\Model\Font raises warning on PHP 5.4+
* Resolves #64525: Extbase does not find the templates of backend Font Maker in TYPO3 7.0
2014-09-22 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #61756: Storing session data prevents correct handling of session data in other extensions (Thanks to Daniel Minder)
* Update version to 2.0.10
2014-08-01 Stanislas Rolland <typo3@sjbr.ca>
* Update version to 2.0.9
2014-07-29 Stanislas Rolland <typo3@sjbr.ca>
* Correction to Spanish localization file
* Resolves #60536: Mallformed Last-Modified header (Thanks to Christian Ludwig)
2014-04-14 Stanislas Rolland <typo3@sjbr.ca>
* Correction to default css styles
2014-04-08 Stanislas Rolland <typo3@sjbr.ca>
* Localization of audio captcha may fail for lack of available TCA of pages_language_overlay
2014-04-02 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #57543: French text in Italian language file
2014-02-22 Stanislas Rolland <typo3@sjbr.ca>
* Cleanup calls to deprecated methods
2014-02-21 Stanislas Rolland <typo3@sjbr.ca>
* Resolves #56045: Add random variable in captcha image src
* Update version to 2.0.8
2014-02-13 Stanislas Rolland <typo3@sjbr.ca>
* Enable in TYPO3 6.2
* Update version to 2.0.7
2014-02-07 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #55777: Object manager exceptions raised in TYPO3 6.2
2013-11-26 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #51900: Danish locallang file wrongly named
* Brazilian locallang file wrongly named
* Update version to 2.0.6
2013-08-08 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #50931: Error in autoload.php
* Update version to 2.0.5
2013-07-10 Stanislas Rolland <typo3@sjbr.ca>
* Follow-up to bug #47810: Audio Captcha not working under IE 8
* Update version to 2.0.4
2013-07-04 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #47810: Audio Captcha not working under IE 8
* Update version to 2.0.3
2013-06-19 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #49272: Add support for mp3 audio captcha rendering
* Fixed bug #49274: Voice file for digit 3 in Portuguese is broken
2013-05-24 Stanislas Rolland <typo3@sjbr.ca>
* Fixed issue #48516: Replace some default fonts for better readability
* Fixed issue #48519: Correct/remove some words from French words list
* Updated manual
* Fixed textual errors in TS static template
* Require 6.0.5-6.1.99
* Update version to 2.0.1
2013-05-23 Stanislas Rolland <typo3@sjbr.ca>
* Fixed issue #48500: Remove superfluous class loader cache entries
* Fixed bug #48501: Audio captcha rendering and wordslist selection should apply language fallback rules
2013-05-07 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #46265: Problem with freecap 2.0.0 and postgreSQL (Thanks to Tilo Baller)
2013-04-22 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #46648: Filenames for *.wav causes potential problems
2013-04-20 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #47406: Cleanup in ext_autoload.php
* Fixed bug #47407: Keep domain object font ISO-8859-2-encoded
* Fixed bug #47408: Incorrect object manager creation
2013-02-14 Stanislas Rolland <typo3@sjbr.ca>
* Remove "site tag" feature
* Updated version to 2.0.0
2013-02-13 Stanislas Rolland <typo3@sjbr.ca>
* Add option to configure the encryption algorithm in Extension Manager
* Disable the audio feature on iOS devices
* Use object manager to create object instances
* Follow-up to use object manager to create object instances
2013-02-12 Stanislas Rolland <typo3@sjbr.ca>
* Cleanup audio file rendering
* Fix audio player in IE7, IE9 and Opera
* Fix audio player in IE8 (but may still be blocked depending on security settings)
2013-02-11 Stanislas Rolland <typo3@sjbr.ca>
* Update the manual
* Namespace the JavaScript functions
2013-02-07 Stanislas Rolland <typo3@sjbr.ca>
* Fix max attempts message
* Delete unused directories
* Fix model html template insert for pi_base plugin
2013-02-06 Stanislas Rolland <typo3@sjbr.ca>
* Add translation view helper with formal/informal salutation option
* Cleanup configuration files
* Add suggested HTML template insert (for pi_base)
* Add captcha image and audio icon view helpers
* Remove alias on SessionStorage class
* Cleanup translation view helper
* Require extension vhs 1.5.0
* Remove requirement for vhs extension
* Fix validation error translation
* Cleanup image generator
2012-12-15 Stanislas Rolland <typo3@sjbr.ca>
* Add captcha validator class
2012-12-13 Stanislas Rolland <typo3@sjbr.ca>
* Migrate backend GD font maker to extbase
2012-11-15 Stanislas Rolland <typo3@sjbr.ca>
* Move language labels to private resources directory
* Migrate captcha image and audio generation to extbase
2012-11-10 Stanislas Rolland <typo3@sjbr.ca>
* Move captcha media to private resources directory
* Move javascript to public resources directory
* Require TYPO3 6.0
2012-11-09 Stanislas Rolland <typo3@sjbr.ca>
* Move original freecap to Contrib directory
2012-11-06 Stanislas Rolland <typo3@sjbr.ca>
* Fix font maker script character encoding
2012-11-05 Stanislas Rolland <typo3@sjbr.ca>
* Migrate localization files to xliff
* Migrate font maker module to the use of typo3/mod.php
* Add ext_autoload
2012-03-18 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #32848: Captcha image expiry headers
* Fixed bug #34729: Problems with encrypt function (Thanks to Carlos Meyer)
* Updated version to 1.5.3
2011-12-15 Stanislas Rolland <typo3@sjbr.ca>
* Follow-up to bug #7066: IE embeded media player display
* Updated version to 1.5.0
* Fixed bug #32604: BE module broken with TYPO3 4.6
* Added feature #32610: Russian documentation (Thanks to Андрей Аксенов)
* Updated version to 1.5.1
* Follow-up to bug #32604: BE module broken with TYPO3 4.6
* Updated version to 1.5.2
2011-12-14 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7066: IE embeded media player display
* Added feature #32567: Use HTML5 audio tag when available
* Follow-up to feature #32567: Use HTML5 audio tag when available
* Fixed bug #32579: Incorrect length in header of merged wave file
2011-12-13 Stanislas Rolland <typo3@sjbr.ca>
* Follow-up to bug #13428: pi1/captcha.php: PHP Fatal Error when called directly
* Added feature #32488: Require TYPO3 4.5 and PHP 5.3
* Added feature #32524: Remove random number generator seeding
* Added feature #32525: Use TYPO3 encryption key
* Follow-up to bug #26113: On enter, always the same image is loaded
2011-12-12 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #32477: Reference to tslib_pibase constructor in tx_srfreecap_pi2
* Fixed bug #13428: pi1/captcha.php: PHP Fatal Error when called directly
* Fixed bug #13669: ereg/ereg_replace deprecated since PHP 5.3
* Fixed bug #27000: error_reporting in pi1/class.tx_srfreecap_pi1.php
* Fixed bug #29276: function.mt-rand: max(1) is smaller than min(5)
* Fixed bug #26113: On enter, always the same image is loaded
* Fixed bug #32487: Remove reference to mediunDoc
2011-02-15 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #13072: Captcha not showing up when using MP from other domain (Thanks to Ernesto Baschny)
* Updated version to 1.4.1
2011-02-10 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #12921: Audio captcha should be accessible by TAB key (Thanks to Elliot Sawyer)
* Require PHP 5.1
* Updated manual
* Fixed bug #12938: "www.mydomain.org" is not RFC 2606 compilant
* Partially fixed bug #5628: Political (In-)Correctness of the german word list
* Updated version to 1.4.0
2011-02-01 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #12714: Add TS constants to control darkness of the captcha text. Thanks to Julia Pardanaud.
* Added feature #12716: New default values of TS constants to increase CAPTCHA readability. Thanks to Julia Pardanaud.
2010-12-21 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #10223: BE module not shown anymore with TYPO3 4.4
* Fixed bug #8528: Typo in Dutch localization of label in pi2/locallang.xml
* Fixed bug #7987: maxWordLength problem
2010-04-16 Stanislas Rolland <typo3@sjbr.ca>
* Require TYPO3 4.3
* Manual updated.
* Updated ext_emconf from TER version 1.2.3
2010-04-14 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7259: Use of deprecated function t3lib_div::makeInstanceClassName()
2009-10-20 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug: Mishandling of session data. Thanks to Wolo Wolski.
* Updated ext_emconf from TER version 1.2.2
* Updated manual.
2009-08-31 Stanislas Rolland <typo3@sjbr.ca>
* Added feature: new TS constant accessibleOutputImage and textual version.
* Manual updated.
* Updated ext_emconf from TER version 1.2.0
2009-08-29 Stanislas Rolland <typo3@sjbr.ca>
* Follow-up to #3056: Audio Captcha is not rendered in IE8
* Added feature: Two new TS constants: textHorizontalPosition and textVerticalPosition. Thanks to Julia Pardanaud.
* Added Turkish word list. Thanks to Zeynep Nurten Cinarcik.
2009-06-03 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #3056: Audio Captcha is not rendered in IE8
2009-06-01 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #3526: Use eID API for graphical and audio captcha generation.
* Follow-up to #3526 for TYPO3 < 4.3: Use eID API for graphical and audio captcha generation.
* Fixed bug #3530: Morphed image blocks background type not working.
* Follow-up to feature #3526: Cleanup parameters of new captcha image
2009-05-29 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #3472: No image rendering in T3 V4.3 alpha3.
2009-05-07 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #3244: User can set the width of the generated captcha-image. Thanks to Simon Schick.
2009-04-15 Stanislas Rolland <typo3@sjbr.ca>
* Added Russian translation. Thanks to Андрей Аксенов.
2009-04-07 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #3052: "onclick" should be used instead of "onClick". Thanks to Gerald Schwarz.
* Fixed bug: Random number generator should be seeded.
2009-04-01 Stanislas Rolland <typo3@sjbr.ca>
* Removed some words from the default word list.
* Added partial Russian translation. Thanks to Esben Fest.
* Updated manual.
* Updated ext_emconf from TER version 1.1.2
2009-01-24 Stanislas Rolland <typo3@sjbr.ca>
* Updated manual.
* Updated ext_emconf from TER version 1.1.1
2009-01-23 Stanislas Rolland <typo3@sjbr.ca>
* Initial upload to TYPO3 Forge
* Cleanup: Use UNIX line separators in all files
* Fix for current TYPO3 trunk (4.3-dev) caching
* Update version number to 1.1.1
* Default to local installation
* Fixed bug #10132: sr_freecap seems to work only with default language. Thanks to Dan Grünzig.
* Follow-up to issue #10132: Adding comments
* Added Polish translation. Thanks to Daniel Ciunkiewicz.
* Correction to the manual. Thanks to Niklas Kanthak.
* Remove superfluous spaces in rendered html. Thanks to Niklas Kanthak.
* ###SR_FREECAP_ACCESSIBLE### marker should produce inline html. Audio object wrapper changed from div to span. Thanks to Niklas Kanthak.
* Updated manual: random background type does not exist anymore with freecap 1.4.
* Added missing images for Morphed image blocks option of backgroundType.
* Updated damaged images.