FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » FUDforum 1.9.8 RC-2 Released
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
FUDforum 1.9.8 RC-2 Released [message #1765] Mon, 22 April 2002 20:01
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
The long promised release of 1.9.8-RC2, lots of changes, way too many for me to list here. If you really must know, use the CVS log command to see the details.

Major things, include a new & very fast compiler, finished swedish translation, new polish translation. A new twist on the old layout.
Lots of bug fixes as well as new features for forum admins.


IMPORTANT:

The RC-2 is not MySQL compatible to RC-1, so do a clean install. If you MUST upgrade here is the list of SQL queries you'll need to run:

ALTER TABLE fud2_users ADD show_avatars ENUM('Y', 'N') NOT NULL DEFAULT 'Y';
ALTER TABLE fud2_users CHANGE show_sigs show_sigs ENUM('Y', 'N') NOT NULL DEFAULT 'Y';
ALTER TABLE fud2_users DROP show_tool_tips;
ALTER TABLE fud2_users ADD u_last_post_id INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE fud2_forum ADD index(last_post_id);
UPDATE fud2_thread SET locked='Y' WHERE replyallowed='N';
ALTER TABLE fud2_thread DROP replyallowed;
ALTER TABLE fud2_forum ADD message_threshold INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE fud2_msg ADD offset_preview INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE fud2_msg ADD length_preview INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE fud2_msg ADD file_id_preview INT UNSIGNED NOT NULL DEFAULT 0;


FUDforum Core Developer

[Updated on: Tue, 30 April 2002 19:24]

Report message to a moderator

[Message index]
 
Read Message
Previous Topic: Bug report: Problem with rebuild of search index
Next Topic: MIME types
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 21:53:08 GMT 2024

Total time taken to generate the page: 0.03649 seconds