source: extensions/Register_FluxBB/changelog.txt.php @ 23567

Last change on this file since 23567 was 23567, checked in by Eric, 11 years ago

Next version is 2.5.12:
Add pt_BR, thanks to : flaviove
Update ru_RU, thanks to : Konve
Translation keys fixed

File size: 5.7 KB
Line 
1<?php
2/*
3:: HISTORY
4
52.0.0b - 23/11/08  - Initial release. Basic changes to be available for Piwigo 2.0RC4
6
72.0.1b - 24/11/08  - Small bug correction on submit button display
8
92.0.2   - 19/02/09      - Language pack correction
10
112.1.0   - Admin panel with tabsheets
12      - Radio buttons functionnalities corrections (now radio buttons show the configuration saved in database)
13      - Language files (fr - en) improvement
14
152.1.1   - Bug fixed on profile update
16
172.1.2   - Compatibility bug fixed when used with DynamicRecentPeriod plugin
18
192.1.3 - Using sha1 hash instead of md5 for password hashing in FluxBB
20      - Escaping all characters in login names and be able to retreive them without slashes - FluxBB does not allow this so Piwigo's user names with escaped characters will not been escaped in FluxBB (ie : "it's" in Piwigo will be "It\'s" in FluxBB)
21      - Code refactoring
22      - Full HTML 4.0 for tpl
23
242.2.0 - Piwigo 2.1 compatibility
25      - Adding css file
26      - Templates refactory: Moved with css in a "template" subdirectory of admin directory, Moving icons in template directory, using css rules to improve important text display
27      - functions_Register_FluxBB.inc.php renamed in functions.inc.php
28      - Language files revision
29      - Obsolete files management
30
312.2.1 - Bug 1577 fixed : Multiple database support
32
332.2.2 - Bug 1674 fixed : Adding of mods for Fluxbb when users loose their password
34      - Adding of German language (Thx to duke)
35
362.2.3 - Bug 1674 re-fixed : Bad link fixed
37      - Re-adding of German language that was missed at last release :-( (Thx to duke)
38
392.2.4 - Bug 1812 fixed : Compliance with FluxBB 1.4
40
412.3.0 - Bug 1434 fixed : Bridge between Register_FluxBB and UserAdvManager for new users validation
42
432.3.1 - Bug 1825 fixed : Password corruption after Piwigo's profile page visit
44
452.3.2 - Bug 1847 fixed : Admins and webmasters was not excluded from registration validation
46
472.3.3 - Bug 1853 fixed : Add of controls on plugin configuration settings to avoid some mistakes
48      - Bug 1855 fixed : Improvement of use of UAM bridge (fixes php notices)
49      - Several language files fix
50
512.3.4 - Compatibility with Plugin Adult_Content
52
532.3.5 - Bug 2047 fixed : Check case sensitivity for logins in FluxBB's user table
54      - Code refactory and optimization
55
562.3.6 - Bug 2051 fixed : Compatibility with Captcha
57
582.3.7 - Bug 2154 fixed : Bad fluxbb table name
59
602.4.0 - Compliance with Piwigo 2.2
61
622.4.1 - Enhanced compliance with Piwigo 2.2 (using combine_css)
63
642.4.2 - Bug fixed on previous version update
65
662.4.3 - Small CSS bug fixed
67
682.4.4 - Small code refactory
69      - Compatibility with Piwigo 2.4 and FluxBB 1.5 verifyed
70
712.4.5 - Update translations - Thx to ddtddt
72
732.4.6 - Add it_IT, thanks to : Gdvpixel and Ericnet
74      - Add uk_UA, thanks to : animan
75      - Add ru_RU, thanks to : nadusha
76
772.4.7 - Update it_IT, thanks to : Ericnet
78      - Update ru_RU, thanks to : rocket
79      - Add cs_CZ - Cesky – Czech, Thanks to : webprostor
80      - Update uk_UA, thanks to : animan
81      - Update el_GR, thanks to : bas_alba
82
832.4.8 - Update uk_UA, thanks to : animan
84      - Update it_IT, thanks to : virgigiole
85      - Add da_DK, thanks to : Kaare
86      - Add es_ES, thanks to : petaqui
87
882.4.9 - Update es_ES, thanks to : jpr928
89      - Update tr_TR, thanks to : LazBoy
90      - Update it_IT, thanks to : virgigiole
91      - Update pl_PL, thanks to : kuba
92      - Bad explanation in inline tips fixed
93
942.5.0 - Compliance with Piwigo 2.5
95      - Code refactory : Plugin's configuration vars are now serialized in database
96      - Admin panel refactory : No more tabs
97      - Admin panel refactory : Clear and dark administration theme compatibility
98      - English language reference review
99      - Compliance improved with FluxBB 1.5 - Register_FluxBB is still compatible with 1.2 and 1.4 FluxBB forums
100      - Update tr_TR, thanks to : LazBoy
101      - Update it_IT, thanks to : Ericnet
102      - Update pl_PL, thanks to : K.S.
103
1042.5.1 - Fix Bad submit button align
105      - Fix admin panel display issue
106      - Update es_ES, thanks to : jpr928
107
1082.5.2 - Bug fixed : Missing PHInfos() error
109      - Update tr_TR, thanks to : LazBoy
110      - Update lv_LV, thanks to : agrisans
111      - Update ru_RU, thanks to : marchelly
112      - Update el_GR, thanks to : bas_alba
113      - Update it_IT, thanks to : lucser
114      - Update da_DK, thanks to : Kaare
115      - Update de_DE, thanks to : Yogie
116
1172.5.3 - Bug fixed : MySql error after installation from scratch
118
1192.5.4 - Bug fixed : Admins passwords synchronization between FluxBB and Piwigo when changed
120      - Bug fixed : Password synchronization between FluxBB and Piwigo if a user uses Piwigo's password recovery system
121      - Bug fixed : Exclude password comparison from audit
122      - Bug fixed : New workflow for installation from scratch with recoded users synchronization and audit actions. No more migration needed. Password synch is initiated by users themself.
123
1242.5.5 - Bug fixed : Missing database upgrade
125
1262.5.6 - Bug fixed : Message for password change request not displayed on profile page
127
1282.5.7 - Rebuild of previous version due to file corruption
129
1302.5.8 - Add accounts synchronization from FluxBB to Piwigo
131      - Bug fixed : Missing function in audit
132
1332.5.9 - Bug fixed : Adding accounts from FluxBB to Piwigo was not working
134        // TODO: Compatibility with user_mass_register
135
1362.5.10 - Update tr_TR, thanks to : LazBoy
137         Update es_ES, thanks to : jpr928
138         Update lv_LV, thanks to : agrisans
139         Update el_GR, thanks to : bas_alba
140         Update de_DE, thanks to : Yogie
141
1422.5.11 - Update ru_RU, thanks to : Konve
143         Update it_IT, thanks to : Ericnet
144
1452.5.12 - Add pt_BR, thanks to : flaviove
146         Update ru_RU, thanks to : Konve
147         Translation keys fixed
148
149*/
150?>
Note: See TracBrowser for help on using the repository browser.