|
1 | | -<pre>// ------------------------------------------------------------------------ // |
2 | | -// XOOPS - PHP Content Management System // |
3 | | -// Copyright (c) 2000 XOOPS.org // |
4 | | -// <http://www.xoops.org/> // |
5 | | -// ------------------------------------------------------------------------ // |
6 | | -// This program is free software; you can redistribute it and/or modify // |
7 | | -// it under the terms of the GNU General Public License as published by // |
8 | | -// the Free Software Foundation; either version 2 of the License, or // |
9 | | -// (at your option) any later version. // |
10 | | -// // |
11 | | -// You may not change or alter any portion of this comment or credits // |
12 | | -// of supporting developers from this source code or any supporting // |
13 | | -// source code which is considered copyrighted (c) material of the // |
14 | | -// original comment or credit authors. // |
15 | | -// // |
16 | | -// This program is distributed in the hope that it will be useful, // |
17 | | -// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
18 | | -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
19 | | -// GNU General Public License for more details. // |
20 | | -// // |
21 | | -// You should have received a copy of the GNU General Public License // |
22 | | -// along with this program; if not, write to the Free Software // |
23 | | -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // |
24 | | -// ------------------------------------------------------------------------ // |
25 | | -// Author: phppp (D.J., infomax@gmail.com) // |
26 | | -// URL: http://xoopsforge.com, http://xoops.org.cn // |
27 | | -// Project: Article Project // |
28 | | -// ------------------------------------------------------------------------ //</pre> |
29 | | - |
30 | 1 | Documentation for the iForum module is available on https://iforummodule.github.io/iforum/ |
31 | 2 |
|
32 | | -iForum is now being developed by Sina Asghari (stranger), this module has earlier been developed by |
33 | | -Marko Schmuck (predator) and D.J. (phppp) under the name of newbb (CBB). |
34 | | -========================================================== |
35 | | - |
36 | | -CBB |
37 | | - |
38 | | -XOOPS Community Bulletin Board |
39 | | - |
40 | | -Changelog 3.08 |
41 | | -Jan 3rd, 2007 |
42 | | -============= |
43 | | -1 Bugfix for user stats (jorff, agl) |
44 | | -2 Bugfix for reading new posts |
45 | | - |
46 | | - |
47 | | -Changelog 3.07 |
48 | | -October 29th, 2006 |
49 | | -============= |
50 | | -1 Bugfix for permission template (js related) |
51 | | -2 Added support for FCKeditor upload |
52 | | -3 Added support for extended xcode which allows flash/wmplayer/... |
53 | | -4 Fix for XSS reported by bubuche93 |
54 | | - |
55 | | - |
56 | | -Changelog 3.06 |
57 | | -October 8th, 2006 |
58 | | -============= |
59 | | -Bugfix version |
60 | | - |
61 | | - |
62 | | -Changelog 3.05 |
63 | | -July 22nd, 2006 |
64 | | -============= |
65 | | -1 Bugfix for notifying new replies for a specific topic |
66 | | -2 Bugfix for permission check when moving a post |
67 | | -3 Removed inherition of view mode and post order from system-wide preference |
68 | | -4 Added editor parameter control based on plugin'ed configs |
69 | | -5 Bugfix for xhtml compliance in forum selection box (reported by skalpa) |
70 | | -6 Bugfix for update scripts for newbb 2.2 |
71 | | -7 Bugfix for category name display in permission admin |
72 | | -8 Bugfix for view_level check in viewforum template (reported by topmuzik.com) |
73 | | - |
74 | | -Changelog 3.04 Final |
75 | | -June 3rd, 2006 |
76 | | -============= |
77 | | -1 MySQL syntax for data synchronization for different versions |
78 | | -2 xhtml fixes |
79 | | -3 bugfix for group permission check form (reported by Aries) |
80 | | - |
81 | | -Changelog 3.04 RC4 |
82 | | -May 27th, 2006 |
83 | | -============= |
84 | | -1 Bugfix for topic title transfered from post subject |
85 | | -2 Added topic check before storing post (reported by marco) |
86 | | -3 Removed unnecessary forum option 'allow_attachments' |
87 | | -4 Other minor fixes |
88 | | - |
89 | | -Changelog 3.04 RC3 |
90 | | -May 20th, 2006 |
91 | | -============= |
92 | | -1 Fixed bugs in print.php (reported by ideiafacil) |
93 | | -2 Code correction for performance and cleaning up |
94 | | -3 Partial improvement on permission precision |
95 | | -4 Improvement on category/forum structured display for permission admin and block edit pages |
96 | | -5 Improvement on compliant xhtml |
97 | | - |
98 | | -Changelog 3.04 RC2 |
99 | | -May 9th, 2006 |
100 | | -============= |
101 | | -1 Fixed bugs reported on xoops.org |
102 | | -2 Created object handler for post_text |
103 | | -3 Changed fields in TABLE bb_forums |
104 | | -4 Changed testing post message in language file |
105 | | - |
106 | | -Changelog 3.04 RC |
107 | | -May 8th, 2006 |
108 | | -============= |
109 | | -1 category, forum, topic, post, report, rate refactoring |
110 | | -2 Added reading records options: cookie, database (inspired by Ajout Gizmhail) |
111 | | -3 Added data synchronization |
112 | | -4 Added missing "previous/next topic" |
113 | | -5 Modified database structure for query optimization |
114 | | -6 Fixed bug in templates for file inclusion: for both update from file and from db modes |
115 | | - |
116 | | -Changelog 3.03 |
117 | | -Apr 26th, 2006 |
118 | | -============= |
119 | | -1 Fixed rss+xml rel link (by CeBepuH) |
120 | | -2 Fixed typo in "pm" path for "transfer" (by CeBepuH) |
121 | | -3 Fixed clear property in newbb.css (by CeBepuH) |
122 | | -4 Fixed undefined method "setMessage" for module which could lead to newbb 2.* upgrade failure |
123 | | -5 Split functions.php |
124 | | - |
125 | | - |
126 | | -Changelog 3.02 |
127 | | -Apr 23rd, 2006 |
128 | | -============= |
129 | | -1 Fixed URL iteration for menumode (reported by genetailor) |
130 | | -2 Skip cache for edit pages |
131 | | -3 Charset completeness for PDF maker (reported by domecc) |
132 | | -4 Performance improvement, including PHP scripting and MySQL db structure |
133 | | -5 Added action request detection in xoops_version.php so that some useful features are reactived including "welcome forum" |
134 | | -6 Bugfix for "sort by rating" URL (reported by Mowaffak) |
135 | | -7 Added time limit to "recent replied topic" block |
136 | | -8 Bugfix for signature setting (removed unnecessary user setting check) |
137 | | - |
138 | | -Changelog 3.01 |
139 | | -Feb 22th, 2006 |
140 | | -============= |
141 | | -Fixed bugs in permission management |
142 | | -Fixed bugs in formloader |
143 | | - |
144 | | -Changelog 3.0 RC2 |
145 | | -Feb 10th, 2006 |
146 | | -============= |
147 | | -Fixed bugs in user select |
148 | | -Fixed bugs in permission management |
149 | | - |
150 | | -Changelog 3.0 RC1 |
151 | | -Jan 29th, 2006 |
152 | | -============= |
153 | | -Compatible with XOOPS 2.0, 2.2, 2.3 |
154 | | - |
155 | | - |
156 | | -Changelog 2.32 |
157 | | -============= |
158 | | -1 DB query optimization |
159 | | - |
160 | | - |
161 | | -Changelog 2.31 |
162 | | -============= |
163 | | -1 bugfixes |
164 | | -2 speed improvement |
165 | | - |
166 | | - |
167 | | -Changelog 2.3 |
168 | | -============= |
169 | | -1 moderator accessible distributed batch threads/posts management (approval, edit, move, delete, merge, split) |
170 | | -2 moderator accessible distributed user/IP suspension management |
171 | | -3 trashcan implemented |
172 | | -4 user-based post search and management |
173 | | -5 plugable module bridging handler implemented |
174 | | - |
175 | | - |
176 | | -Changelog 2.2 |
177 | | -============= |
178 | | -1 block/profile/css/adminmenu/encoding related content upgraded to XOOPS 2.2 |
179 | | -2 XOOPS editor framework implemented |
180 | | -3 permission management separated from forum/category and default permission set and management added |
181 | | -4 category/forum creation on module installation |
182 | | -5 send PM with quoted post content |
183 | | -6 embedded upgrade: any version of newbb/cbb could be updated to up-to-date CBB by updating module |
184 | | -7 forum queries in xoops_version.php moved to save db query |
185 | | -8 change relative path to full path for some images |
186 | | -9 change forum list in jumpbox and topicmanager to a more clear style |
187 | | -10 moderator management merged into forum admin form with xoopsuserselect form |
188 | | - |
189 | | - |
190 | | -Changelog 1.15 |
191 | | -============== |
192 | | -1 fix for aged security problem (XSS) |
193 | | - |
194 | | - |
195 | | -Changelog 1.14 |
196 | | -============== |
197 | | -1 bugfix for inactive user posting (Reported by Aries @ xoops.org.cn) |
198 | | -2 bugfix for deleting topic with poll (Reported by gropius @ xoops.org.cn) |
199 | | -3 change default value for displaying forum topic time duration (Reported by Zjerre @ xoops.org) |
200 | | -4 change formselectuser.php for XOOPS 2.2 |
201 | | - |
202 | | - |
203 | | -Changelog 1.13 |
204 | | -============== |
205 | | -1 bugfix for IP recording (Reported by alitan @ xoops.org) |
206 | | -2 changing time display for "Today/yesterday ..." (Reported by alitan @ xoops.org) |
207 | | -3 adding post link (Preliminary solution by ackbarr && Suggested by Peekay @ xoops.org) |
208 | | -4 further cleaning "Compact mode" (Suggested by Rou4 @ XOOPS CHINA) |
209 | | -5 adding new block "recent post text" |
210 | | -6 bugfix for function newbb_admin_mkdir |
211 | | -7 bugfix for permission table of locked topic |
212 | | -8 adding indication for locked topic in view topic (Requested by SuperVoley @ xoops.org) |
213 | | -9 bugfix for category management (Reported by chia @ xoops.tnc.edu.tw) |
214 | | -10 bugfix for subject sanitizing problem (Reported by CeBepuH @ xoops.org) |
215 | | -11 rolling back signature to pure xcode format (comprehensive improvement is expected after XOOPS 2.2) |
216 | | -12 bugfix for empty message check in quick reply |
217 | | -13 template validation on XHTML 1.0 (not complete yet) |
218 | | -14 compatible with news 1.30+ for posttonews (reported by cosmodrum @ xoops.org) |
219 | | - |
220 | | - |
221 | | -Changelog 1.12 |
222 | | -============== |
223 | | -1 login on-fly in "quick reply" (requested by Rou4 @ XOOPS CHINA) |
224 | | -2 sort order in viewpost.php (reported by kmac @ XOOPS CHINA) |
225 | | -3 bugfix for time display (reported by kmac @ XOOPS CHINA) |
226 | | -4 clean display of regist date (requested by kmac @ XOOPS CHINA) |
227 | | -5 bugfix for forum selection in "advanced search" (reported by kmac @ XOOPS CHINA) |
228 | | -6 rolling back missed disclaimer (reported by kmac @ XOOPS CHINA) |
229 | | -7 bugfix for duplicated security check and post_time_limit check (reported by kmac @ XOOPS CHINA) |
230 | | -8 permission check for poll management (reported by karuna @ XOOPS CHINA) |
231 | | - |
232 | | - |
233 | | -Changelog 1.11 |
234 | | -============== |
235 | | -1 re-write user info renderer |
236 | | -2 bugfix for poster display in thread mode (reported by iamtj @ XOOPS CHINA) |
237 | | -3 correction of deleting post message (reported by iamtj @ XOOPS CHINA) |
238 | | -4 post backup if submission exceeds session limit or time limit |
239 | | -5 correction of encoding problem in XOOPS function formatTimestamp($time, 'rss') (reported by chia @ XOOPS CHINA) |
240 | | - |
241 | | - |
242 | | -Changelog 1.10 |
243 | | -============== |
244 | | -1 bugfix and layout improvement (suggested by iamtj @ XOOPS CHINA, fast reply in thread mode, anonymous button, register to post ...) |
245 | | -2 rolling back "RSS enable" (requested by Aries @ XOOPS CHINA, CeBepuH @ XOOPS) |
246 | | -3 bugfix for template dir in rss.php (reported by jodn007 @ XOOPS CHINA) |
247 | | -4 bugfix for caching in rss.php |
248 | | -5 bugfix for rss encoding conversion (reported by chia @ XOOPS CHINA) |
249 | | -6 read new posts since last visit (Tuning suggested by Peekay @ XOOPS) |
250 | | -7 enable 'delete top post' (requested by iamtj @ XOOPS CHINA) |
251 | | -8 bugfix for Last Visit recording |
252 | | -9 bugfix/improvement for "move forum" |
253 | | -10 adding "merge forum" |
254 | | -11 post date / poster ip display changed |
255 | | -12 options for user level bar |
256 | | -13 backward/forward compatible with XOOPS 2.0* |
257 | | - |
258 | | - |
259 | | -Changelog 1.00 |
260 | | -============== |
261 | | - |
262 | | -Changelog over NewBB 2.02: |
263 | | -1 CBB uses the same DB stucture/data with NewBB 2, it is convenient to switch between current CBB and current NewBB 2. |
264 | | -2 bugfixes for NewBB 2.02 |
265 | | -3 clean/correct NewBB 2 templates |
266 | | - |
267 | | -Major new features ( most suggested by XOOPS CHINA users) |
268 | | -1 dropdown menu selectable for end users: SELECT BOX, CLICK, HOVER |
269 | | -2 multi-attachments upload |
270 | | -3 RSS improvement, individual RSS Feeds for each category, each forum and the global module |
271 | | -4 FPDF improvement, UTF-8 encoding is now working |
272 | | -5 user friendly time display, four types: Today, Yesterday, this year and longer than one year |
273 | | -6 block handler: recent posts, recent topics, most views, most replies, recent digest, recent sticky, most valuable posters |
274 | | -7 time periods for blocks, you could have most views in last 24 hours, most views in this week, most views in this month |
275 | | -8 new page: view all posts, view new posts since last visit |
276 | | -9 "New member": an introduction thead will be posted automatically when a user logs on for the first time (if enabled) |
277 | | -10 adding dobr parameter |
0 commit comments