Modules

CBB 3.04 RC4 is released

phppp  27-May-2006 04:25 6141 Reads   27 Comment(s) 
CBB 3.04 RC4, the final RC is released.

Notes:
In the release, check for topic ID is added when a post is inserted according to a "weird" problem reported by marco.

Template tuning planned in the release is postponded to next release, perhaps 3.05. By then, new sets of templates are expected along with Xoops 2.015, with which Skalpa will demonstrate real xhtml/semantically correct output for XOOPS.

Known Issues:
MySQL queries for massive data synchronization are still working for MySQL 4.1+ only. We have solutions for 4.1- versions, but with very poor performance, so not released. (See examples below)

Download CBB 3.04 RC4


Changelog 3.04 RC4
May 27th, 2006
=============
1 Bugfix for topic title transfered from post subject
2 Added topic check before storing post (reported by marco)
3 Removed unnecessary forum option 'allow_attachments'
4 Other minor fixes


Example for MySQL 4.1- incompatibility:
update error
UPDATE 
xoops_bb_forums 
SET 
xoops_bb_forums
.forum_last_post_id = @last_post =
SELECT MAX(post_id) AS last_post FROM xoops_bb_posts WHERE approved=AND forum_id xoops_bb_forums.forum_id 
WHERE 
xoops_bb_forums
.forum_last_post_id <> @last_post
It does not make any consequence except inconsistent data are not reconciled, in case you have such data
Rating 0/5
Rating: 0/5 (0 votes)
Voting is disabled!


Login

Who's Online

221 user(s) are online (3 user(s) are browsing Publisher)


Members: 0


Guests: 221


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits

Categories