FUDforum 2.7.4 was released on 01 February 2006. This release is no longer supported. Please upgrade to FUDforum 3.0.0 ASAP.
New Features
- Added admin options to user's profile information page.
- Added subscribed forum filter to message navigator.
- Added an option to allow moderators to be notified of all new messages even on non-moderated forums.
- On multi-part html bodies, prefer HTML if indicated by the admin.
- Made FULL_ROOT be dynamic.
- Do not hard-code image path in forum's css.
- Added handling for in-lined attachments in mailing list import.
- Make user's control panel tabs appear on show own posts page.
- Move tabs above the fold on the private message control panel.
- Updated Chinese translation to use UTF-8.
- Added move topic link to message listing.
- Added the ability to supply custom signature to message synchronized from the forum back to mailing list or a news group.
- Added control panel for MySQL users to simplify SQL table charset adjustment.
- Added better doctype to header to facilitate faster forum page rendering.
- Added support for allowing the user to select how many threads they want to see per page.
- Implement RSS/XML feed caching mechanism.
- Added an option to restrict times between login attempts.
Bug Fixes
RC1:
- When importing message from a mailing list and performing a uniqueness check based on message, make the check specific for the destination forum.
- Fixed typo in function name in the group manager.
- Fixed creation of a missing default theme in the upgrade script.
- Fixed search regex for multibyte languages.
- Updated Russian KOI-8 translation.
- Mass mail/pm admin script fixes.
- Fixed missing function bug in VB2 conversion script
- Fixed possible query failure with win32 paths for file attachments.
- When applying formatting to message body, retain focus on the body.
- Fixed postgreSQL query error on search indexing.
- Make forum login FUDAPI code non-mysql specific.
- Do not try to return to the control panel on logout.
- Properly decode entities in PDF generation
- Proper default category selection on admin avatar control panel.
- Don't lose locking status on setting changes.
- Added safety check to the theme manager to ensure that PATH_INFO is enabled before allowing creation of themes based on PATH_INFO urls.
- Handle situations where custom themes have templates not found in the default theme.
- Fixed sort links on PATH_INFO theme.
- Fixed possible attachment loss on message edit.
- Ensure that default font color is set to black.
- Don't send Content-Length for PDF files if php content compression is enabled.
- Ignore anon account when getting approval information.
- Fixed default e-mail address selection for fastcgi installs.
- Fixed directory check in the installer.
- Improved database selection in the installer.
- Fixed cache rebuild bug on forums without messages.
- Update RSS image with the new standard.
- Do not send subscription e-mails to banned users.
RC2:
- Added DBHOST_TBL_PREFIX import to FUDAPI login.
- Do not send subscription e-mails to banned users.
- Added an option to restrict times between login attempts.
- Updated Spanish, French and Finnish translations.
- Fixed language selection on theme editor.
- Improved e-mail address validation code.
- Allow forum_login and fudapi to be used in the same script.
- Show maximum file upload size according to PHP on the system info control panel.
- Fixed mass-pm to all moderators.
- Fixed division by 0 warning when there are very few private messages.
- Fixed query failure in data import script.
- Allow the admin to choose to store message bodies in the database (not recommended).
- Properly select subscribed forums on message navigator.
- Only show topics on the "online today" page if user has READ access to the forum.
- Added additional characters disallowed list for login and alias names.
Final:
- Fixed message body write logic for private messages, that was broken by RC2.
- Added FUDcode tag index to the FAQ for easier reference.
- On message posting form show indicator that the user is posting anonymously.
- When using DB storage don't use unbuffered query for thread view on reply.
External links