FUDforum 1.9.8 RC-2 Released [message #1765] |
Mon, 22 April 2002 20:01 |
Ilia
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
|
|
|