forked from daris/fluxbb-converters
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
230 lines (212 loc) · 8.59 KB
/
changelog.txt
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
__________
2005-??-??
¯¯¯¯¯¯¯¯¯¯
· Added support for UBB.threads (working on it)
=========================================================================================
Released v1.4.0
=========================================================================================
__________
2005-09-29
¯¯¯¯¯¯¯¯¯¯
· Added a "Make a Donation" button. Use it! :)
· PhpBB: Fixed a topic-convert problem when "topic_last_post_id" was not set (which should not happen though).
· PhpBB: Removed messages from the converter as I don't support that mod anymore.
__________
2005-09-04
¯¯¯¯¯¯¯¯¯¯
· PhpBB: Removed cencored word list conversion.
· Added support for Fusion forum conversion.
· Added progress info at the end of the conversion.
· Added a link to the "Rebuild search index" page.
=========================================================================================
Released v1.3.0
=========================================================================================
__________
2005-08-25
¯¯¯¯¯¯¯¯¯¯
· The converter now also updates the cached files (bans, quickjump, config and ranks).
· Fixed a problem where $_SESSION and $_GET variables were mixed.
· Fixed file and line info not pointing to the function.php file in most of the error messages.
· Added support for SMF (Simple Machines Forum).
· Added a "What to do now" description when an error occur.
· Moved some code from start.php (which led to the removal of start.php in most forums).
· Moved code from several ./FORUMS/end.php to ./end.php to make it easier to update.
· Cleaned up the code and removed some minor bugs.
· Changed the php start tagg from <? to <?php everywhere in the code.
__________
2005-08-04
¯¯¯¯¯¯¯¯¯¯
· Removed the cencoring conversion from InvPB.
__________
2005-06-07
¯¯¯¯¯¯¯¯¯¯
· Added support for converting Simple Board.
=========================================================================================
Released v1.2.2
=========================================================================================
__________
2005-05-24
¯¯¯¯¯¯¯¯¯¯
· Fixed a problem where the guest account had normal user privileges.
· Removed poll conversion, as PunPoll (my version) does not exist for PunBB 1.2.*, which caused problems.
· PhpBB: Removed "o_flood_interval" from the config conversion as it's removed in newer versions of PunBB.
· MiniBB: Fixed some "Undefined variable" PHP-warnings.
=========================================================================================
Released v1.2.1
=========================================================================================
__________
2005-03-22
¯¯¯¯¯¯¯¯¯¯
· InbPB: Fixed problem where user with id=1 was not converted properly (reported by kiplantt)
· vBulletin: Fixed issues where "old" database fields, such as last_action and status, gave error messages.
__________
2005-03-15
¯¯¯¯¯¯¯¯¯¯
· Removed 'closed'-variable from the forum-database-migration. (reported by Mike)
· Phorum: Fixed a problem where guests posts disappeared (reported by Cyril)
__________
2005-02-22
¯¯¯¯¯¯¯¯¯¯
· PhpBB: Fixed problem with closed forums (reported by Justin)
· PhpBB: Users having a registered date in the form "Nov 10, 2000" now
are have their registered date properly converted (reported by Justin)
· Phorum: Fixed problem where the last-post-dates in viewtopic was not
set properly. (reported by Cyril)
=========================================================================================
Released v1.2.0
=========================================================================================
__________
2005-02-01
¯¯¯¯¯¯¯¯¯¯
· Fixed a SQL-problem when looking for forum tables
__________
2005-01-22
¯¯¯¯¯¯¯¯¯¯
· Added support for Phorum (only ver. 5.0.13 tested)
(thanks jeronimo for the database-dump)
· Fixed the the index-problem (forums migrated to PunBB
1.1.* could not be upgraded to PunBB 1.2)
=========================================================================================
Released v1.1.0
=========================================================================================
__________
2004-12-30
¯¯¯¯¯¯¯¯¯¯
· Converter now handles PunBB 1.2
· A lot of small fixes...
__________
2004-11-23
¯¯¯¯¯¯¯¯¯¯
· InvPB 2.x: Fixed a problem where the converter stopped
when trying to fetch last_post_id for a forum.
· Changed first id (when fetching data from most tables)
to 0 instead of -1 to prevent 'duplicate entry'-errors.
· YabbSE: Fixed a bug where the account with user_id one
were not converted.
· YabbSE: Fixed problem converting a forum from a non-localhost forum
· InbPB: "<br />" were not converted to linebreaks.
A big thanks goes to Jason Terk and Sanne Schaap for their help!
__________
2004-11-20
¯¯¯¯¯¯¯¯¯¯
· InvPB: Fixed a problem where a category with id -1
caused a duplicate entry error.
=========================================================================================
Released v1.0.0
=========================================================================================
__________
2004-10-29
¯¯¯¯¯¯¯¯¯¯
· Minibb: Added BB-code-conversion of urls and quotes.
=========================================================================================
Released beta 3
=========================================================================================
__________
2004-10-29
¯¯¯¯¯¯¯¯¯¯
· InvPB: Fixed mixup between last_poster_id and
last_post_id when converting forums and topics.
=========================================================================================
Released beta 2
=========================================================================================
__________
2004-10-21
¯¯¯¯¯¯¯¯¯¯
· Added support for converting YabbSE-forums.
· The converted forum can now be converted directly
from another server, and/or with another username.
=========================================================================================
Released beta 1
=========================================================================================
__________
2004-10-20
¯¯¯¯¯¯¯¯¯¯
· Fixed a bug where users using a databases with a
name including a '-' were unable to convert the forum.
__________
2004-10-13
¯¯¯¯¯¯¯¯¯¯
· Added ability to add/remove administrators and moderators in the converter.
· Added more checks that prevents users from entering wrong information.
· PUN_DEBUG set to on by default.
· Made an own error-function instead of using the one provided in PunBB.
=========================================================================================
Old InvPB changelog
=========================================================================================
__________
2004-05-30
¯¯¯¯¯¯¯¯¯¯
· Fixed error when PunPoll was not installed.
· No band/badwords now don't give the user an errormessage.
__________
2004-04-17
¯¯¯¯¯¯¯¯¯¯
· Added a lock-file when finished to prevent users from clearing the database.
__________
2004-04-13
¯¯¯¯¯¯¯¯¯¯
· Released beta 1
=========================================================================================
Old PhpBB changelog:
=========================================================================================
__________
2004-09-25
¯¯¯¯¯¯¯¯¯¯
· Fixed a bug that caused all email-addresses to be banned.
__________
2004-09-18
¯¯¯¯¯¯¯¯¯¯
· Fixed a bug where all PhpNuke-users where administrators. (thanks multiverso)
· Fixed an error causing 'last post' to be zero for all users.
__________
2004-09-17
¯¯¯¯¯¯¯¯¯¯
· Added support to convert forums from PhpNuke (v7.4). (requested by brob)
__________
2004-04-19
¯¯¯¯¯¯¯¯¯¯
· Fixed a problem where the converter stops if you don't have PunPoll.
__________
2004-04-17
¯¯¯¯¯¯¯¯¯¯
· Added support for the 'Private Message System' mod.
· Added a lock-file when finished to prevent users from clearing the database.
· Moved/rewrote alot of stuff to fit the new converter "design".
· Fixed alot of addslashes problems (errors when using ' and ")
__________
2004-04-14
¯¯¯¯¯¯¯¯¯¯
· Fixed bug where forum with an apostrophe didn't convert properly.
__________
2004-03-01
¯¯¯¯¯¯¯¯¯¯
· Fixed bug that made guest's post dissapear
__________
2004-01-05
¯¯¯¯¯¯¯¯¯¯
· Fixed a bug where normal variables and session variables collided. (thanks Mako!)
· Fixed a lot of query-issues regarding '. (thanks al__!)
__________
2004-01-02
¯¯¯¯¯¯¯¯¯¯
· Released beta 1