1 | <?php |
---|
2 | /* |
---|
3 | :: HISTORY |
---|
4 | |
---|
5 | 2.0.0b - 23/11/08 - Initial release. Basic changes to be available for Piwigo 2.0RC4 |
---|
6 | |
---|
7 | 2.0.1b - 24/11/08 - Small bug correction on submit button display |
---|
8 | |
---|
9 | 2.0.2 - 19/02/09 - Language pack correction |
---|
10 | |
---|
11 | 2.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 | |
---|
15 | 2.1.1 - Bug fixed on profile update |
---|
16 | |
---|
17 | 2.1.2 - Compatibility bug fixed when used with DynamicRecentPeriod plugin |
---|
18 | |
---|
19 | 2.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 | |
---|
24 | 2.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 | |
---|
31 | 2.2.1 - Bug 1577 fixed : Multiple database support |
---|
32 | |
---|
33 | 2.2.2 - Bug 1674 fixed : Adding of mods for Fluxbb when users loose their password |
---|
34 | - Adding of German language (Thx to duke) |
---|
35 | |
---|
36 | 2.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 | |
---|
39 | 2.2.4 - Bug 1812 fixed : Compliance with FluxBB 1.4 |
---|
40 | |
---|
41 | 2.3.0 - Bug 1434 fixed : Bridge between Register_FluxBB and UserAdvManager for new users validation |
---|
42 | |
---|
43 | 2.3.1 - Bug 1825 fixed : Password corruption after Piwigo's profile page visit |
---|
44 | |
---|
45 | 2.3.2 - Bug 1847 fixed : Admins and webmasters was not excluded from registration validation |
---|
46 | |
---|
47 | 2.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 | |
---|
51 | 2.3.4 - Compatibility with Plugin Adult_Content |
---|
52 | |
---|
53 | 2.3.5 - Bug 2047 fixed : Check case sensitivity for logins in FluxBB's user table |
---|
54 | - Code refactory and optimization |
---|
55 | |
---|
56 | 2.3.6 - Bug 2051 fixed : Compatibility with Captcha |
---|
57 | |
---|
58 | 2.3.7 - Bug 2154 fixed : Bad fluxbb table name |
---|
59 | |
---|
60 | 2.4.0 - Compliance with Piwigo 2.2 |
---|
61 | |
---|
62 | 2.4.1 - Enhanced compliance with Piwigo 2.2 (using combine_css) |
---|
63 | |
---|
64 | 2.4.2 - Bug fixed on previous version update |
---|
65 | |
---|
66 | 2.4.3 - Small CSS bug fixed |
---|
67 | |
---|
68 | 2.4.4 - Small code refactory |
---|
69 | - Compatibility with Piwigo 2.4 and FluxBB 1.5 verifyed |
---|
70 | |
---|
71 | 2.4.5 - Update translations - Thx to ddtddt |
---|
72 | |
---|
73 | 2.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 | |
---|
77 | 2.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 | |
---|
83 | 2.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 | |
---|
88 | 2.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 | |
---|
94 | 2.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 | |
---|
104 | 2.5.1 - Fix Bad submit button align |
---|
105 | - Fix admin panel display issue |
---|
106 | - Update es_ES, thanks to : jpr928 |
---|
107 | |
---|
108 | 2.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 | |
---|
117 | 2.5.3 - Bug fixed : MySql error after installation from scratch |
---|
118 | |
---|
119 | 2.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 | |
---|
124 | 2.5.5 - Bug fixed : Missing database upgrade |
---|
125 | |
---|
126 | 2.5.6 - Bug fixed : Message for password change request not displayed on profile page |
---|
127 | |
---|
128 | 2.5.7 - Rebuild of previous version due to file corruption |
---|
129 | |
---|
130 | 2.5.8 - Add accounts synchronization from FluxBB to Piwigo |
---|
131 | - Bug fixed : Missing function in audit |
---|
132 | |
---|
133 | 2.5.9 - Bug fixed : Adding accounts from FluxBB to Piwigo was not working |
---|
134 | // TODO: Compatibility with user_mass_register |
---|
135 | |
---|
136 | 2.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 | |
---|
142 | 2.5.11 - Update ru_RU, thanks to : Konve |
---|
143 | Update it_IT, thanks to : Ericnet |
---|
144 | */ |
---|
145 | ?> |
---|