Skip to content

Commit d5dbc0e

Browse files
authored
added v2.3 to changelog
1 parent e0d2d69 commit d5dbc0e

1 file changed

Lines changed: 9 additions & 191 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 191 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# iForum Changelog
22

3-
## iForum 2.0 - 29 November 2017
3+
## 2.3 beta
4+
10 July 2020
5+
### New
6+
* Support for PHP 7.3
7+
8+
## 2.0
9+
29 November 2017
410
### New
511
- added: Lightbox for images within the postings added (sato-san)
612
- added: Japanese translation files (sato-san)
@@ -20,8 +26,8 @@
2026
- Improved: updated version number format to string and corrected several URLs in icms_version (fiammybe)
2127
- iForum needs ImpressCMS 1.3+, and not 1.2+ - updated
2228

23-
24-
## iForum 1.0 - 18 Sept 2011
29+
## iForum 1.0
30+
18 Sept 2011
2531
### New
2632
- implemented icms updating methods
2733
- added: _MD_UP on language/english/main.php (sato-san)
@@ -66,191 +72,3 @@
6672

6773
### Removed
6874
- Removed need to have frameworks
69-
70-
## CBB 3.08 - Jan 3rd, 2007
71-
- Bugfix for user stats (jorff, agl)
72-
- Bugfix for reading new posts
73-
74-
## CBB 3.07 - October 29th, 2006
75-
- Bugfix for permission template (js related)
76-
- Added support for FCKeditor upload
77-
- Added support for extended xcode which allows flash/wmplayer/...
78-
- Fix for XSS reported by bubuche93
79-
80-
## CBB 3.06 - October 8th, 2006
81-
- Bugfix version
82-
83-
## CBB 3.05 - July 22nd, 2006
84-
### New
85-
- Added editor parameter control based on plugin'ed configs
86-
### Fix
87-
- Bugfix for notifying new replies for a specific topic
88-
- Bugfix for permission check when moving a post
89-
- Bugfix for xhtml compliance in forum selection box (reported by skalpa)
90-
- Bugfix for update scripts for newbb 2.2
91-
- Bugfix for category name display in permission admin
92-
- Bugfix for view_level check in viewforum template (reported by topmuzik.com)
93-
### Removed
94-
- Removed inherition of view mode and post order from system-wide preference
95-
96-
## CBB 3.04 Final - June 3rd, 2006
97-
### New
98-
- MySQL syntax for data synchronization for different versions
99-
- Added topic check before storing post (reported by marco)
100-
- Added reading records options: cookie, database (inspired by Ajout Gizmhail)
101-
- Added data synchronization
102-
- Added missing "previous/next topic"
103-
- Created object handler for post_text
104-
### Fix
105-
- xhtml fixes
106-
- bugfix for group permission check form (reported by Aries)
107-
- Bugfix for topic title transfered from post subject
108-
- Other minor fixes
109-
- Fixed bugs in print.php (reported by ideiafacil)
110-
- Fixed bugs reported on xoops.org
111-
- Fixed bug in templates for file inclusion: for both update from file and from db modes
112-
### Improvement
113-
- Modified database structure for query optimization
114-
- Code correction for performance and cleaning up
115-
- Partial improvement on permission precision
116-
- Improvement on category/forum structured display for permission admin and block edit pages
117-
- Improvement on compliant xhtml
118-
- Changed fields in TABLE bb_forums
119-
- Changed testing post message in language file
120-
- category, forum, topic, post, report, rate refactoring
121-
### Removed
122-
- Removed unnecessary forum option 'allow_attachments'
123-
124-
## CBB 3.03 - Apr 26th, 2006
125-
### New
126-
- Split functions.php
127-
### Fix
128-
- Fixed rss+xml rel link (by CeBepuH)
129-
- Fixed typo in "pm" path for "transfer" (by CeBepuH)
130-
- Fixed clear property in newbb.css (by CeBepuH)
131-
- Fixed undefined method "setMessage" for module which could lead to newbb 2.* upgrade failure
132-
133-
## CBB 3.02 - Apr 23rd, 2006
134-
### New
135-
- Skip cache for edit pages
136-
- Added action request detection in xoops_version.php so that some useful features are reactived including "welcome forum"
137-
- Added time limit to "recent replied topic" block
138-
### Improvement
139-
- Performance improvement, including PHP scripting and MySQL db structure
140-
### Fix
141-
- Fixed URL iteration for menumode (reported by genetailor)
142-
- Charset completeness for PDF maker (reported by domecc)
143-
- Bugfix for "sort by rating" URL (reported by Mowaffak)
144-
- Bugfix for signature setting (removed unnecessary user setting check)
145-
146-
## CBB 3.01 - Feb 22th, 2006
147-
### Fix
148-
- Fixed bugs in permission management
149-
- Fixed bugs in formloader
150-
151-
## CBB 3.0 - Feb 10th, 2006
152-
### New
153-
- Compatible with XOOPS 2.0, 2.2, 2.3
154-
### Fix
155-
- Fixed bugs in user select
156-
- Fixed bugs in permission management
157-
158-
## CBB 2.32
159-
- DB query optimization
160-
161-
## CBB 2.31
162-
- bugfixes
163-
- speed improvement
164-
165-
## CBB 2.3
166-
- moderator accessible distributed batch threads/posts management (approval, edit, move, delete, merge, split)
167-
- moderator accessible distributed user/IP suspension management
168-
- trashcan implemented
169-
- user-based post search and management
170-
- plugable module bridging handler implemented
171-
172-
## CBB 2.2
173-
- block/profile/css/adminmenu/encoding related content upgraded to XOOPS 2.2
174-
- XOOPS editor framework implemented
175-
- permission management separated from forum/category and default permission set and management added
176-
- category/forum creation on module installation
177-
- send PM with quoted post content
178-
- embedded upgrade: any version of newbb/cbb could be updated to up-to-date CBB by updating module
179-
- forum queries in xoops_version.php moved to save db query
180-
- change relative path to full path for some images
181-
- change forum list in jumpbox and topicmanager to a more clear style
182-
- moderator management merged into forum admin form with xoopsuserselect form
183-
184-
## CBB 1.15
185-
- fix for aged security problem (XSS)
186-
187-
## CBB 1.14
188-
- bugfix for inactive user posting (Reported by Aries @ xoops.org.cn)
189-
- bugfix for deleting topic with poll (Reported by gropius @ xoops.org.cn)
190-
- change default value for displaying forum topic time duration (Reported by Zjerre @ xoops.org)
191-
- change formselectuser.php for XOOPS 2.2
192-
193-
## CBB 1.13
194-
- bugfix for IP recording (Reported by alitan @ xoops.org)
195-
- changing time display for "Today/yesterday ..." (Reported by alitan @ xoops.org)
196-
- adding post link (Preliminary solution by ackbarr && Suggested by Peekay @ xoops.org)
197-
- further cleaning "Compact mode" (Suggested by Rou4 @ XOOPS CHINA)
198-
- adding new block "recent post text"
199-
- bugfix for function newbb_admin_mkdir
200-
- bugfix for permission table of locked topic
201-
- adding indication for locked topic in view topic (Requested by SuperVoley @ xoops.org)
202-
- bugfix for category management (Reported by chia @ xoops.tnc.edu.tw)
203-
- bugfix for subject sanitizing problem (Reported by CeBepuH @ xoops.org)
204-
- rolling back signature to pure xcode format (comprehensive improvement is expected after XOOPS 2.2)
205-
- bugfix for empty message check in quick reply
206-
- template validation on XHTML 1.0 (not complete yet)
207-
- compatible with news 1.30+ for posttonews (reported by cosmodrum @ xoops.org)
208-
209-
## CBB 1.12
210-
- login on-fly in "quick reply" (requested by Rou4 @ XOOPS CHINA)
211-
- sort order in viewpost.php (reported by kmac @ XOOPS CHINA)
212-
- bugfix for time display (reported by kmac @ XOOPS CHINA)
213-
- clean display of regist date (requested by kmac @ XOOPS CHINA)
214-
- bugfix for forum selection in "advanced search" (reported by kmac @ XOOPS CHINA)
215-
- rolling back missed disclaimer (reported by kmac @ XOOPS CHINA)
216-
- bugfix for duplicated security check and post_time_limit check (reported by kmac @ XOOPS CHINA)
217-
- permission check for poll management (reported by karuna @ XOOPS CHINA)
218-
219-
## CBB 1.11
220-
- re-write user info renderer
221-
- bugfix for poster display in thread mode (reported by iamtj @ XOOPS CHINA)
222-
- correction of deleting post message (reported by iamtj @ XOOPS CHINA)
223-
- post backup if submission exceeds session limit or time limit
224-
- correction of encoding problem in XOOPS function formatTimestamp($time, 'rss') (reported by chia @ XOOPS CHINA)
225-
226-
## CBB 1.10
227-
- bugfix and layout improvement (suggested by iamtj @ XOOPS CHINA, fast reply in thread mode, anonymous button, register to post ...)
228-
- rolling back "RSS enable" (requested by Aries @ XOOPS CHINA, CeBepuH @ XOOPS)
229-
- bugfix for template dir in rss.php (reported by jodn007 @ XOOPS CHINA)
230-
- bugfix for caching in rss.php
231-
- bugfix for rss encoding conversion (reported by chia @ XOOPS CHINA)
232-
- read new posts since last visit (Tuning suggested by Peekay @ XOOPS)
233-
- enable 'delete top post' (requested by iamtj @ XOOPS CHINA)
234-
- bugfix for Last Visit recording
235-
- bugfix/improvement for "move forum"
236-
- adding "merge forum"
237-
- post date / poster ip display changed
238-
- options for user level bar
239-
- backward/forward compatible with XOOPS 2.0*
240-
241-
## CBB 1.00
242-
### Improvements over NewBB 2.02:
243-
- CBB uses the same DB stucture/data with NewBB 2, it is convenient to switch between current CBB and current NewBB 2.
244-
- bugfixes for NewBB 2.02
245-
- clean/correct NewBB 2 templates
246-
### New
247-
- dropdown menu selectable for end users: SELECT BOX, CLICK, HOVER
248-
- multi-attachments upload
249-
- RSS improvement, individual RSS Feeds for each category, each forum and the global module
250-
- FPDF improvement, UTF-8 encoding is now working
251-
- user friendly time display, four types: Today, Yesterday, this year and longer than one year
252-
- block handler: recent posts, recent topics, most views, most replies, recent digest, recent sticky, most valuable posters
253-
- time periods for blocks, you could have most views in last 24 hours, most views in this week, most views in this month
254-
- new page: view all posts, view new posts since last visit
255-
- "New member": an introduction thead will be posted automatically when a user logs on for the first time (if enabled)
256-
- adding dobr parameter

0 commit comments

Comments
 (0)