AleX писал(а) Wed, 17 February 2016 19:43
с тех пор не было даже минорного апдейта у них
было 4 багфикса некритичных багов и все
Это считать апдейтами?
3.0.3New features
Static forum pages for content pages like adding "Contacts" or "About Us" pages.
Admins can change the firing order of plugins.
Detect and auto-login web crawlers (see Spider Manager).
Global announcements (show announcements on front page).
Nested sub-forums.
Allow uploading of multiple attachments in one go.
Display Custom Profile Fields in user's profile (if allowed).
Allow anonymous users to vote (grant "Can Vote" to "Anonymous" in the Groups Manager to enable).
Log more ACP and Group Manager actions. For example, banning and unbanning of users, attempts to clear the forum's error and action logs, etc.
Don't show failed passwords in the Action Log Viewer. Only say password failed - not what the user typed in.
Cron.php can now run from command line or web (if copied to a web accessible directory).
Add option to use a fixed email address when synchronizing forum replies to a mailing list (patch by mguillaume).
Add colour-highlighting for quoted text (lines starting with '>') in ML and NNTP imported messages.
Option to format forum messages as MIME encoded posts before sending them to a newsgroup (default is UUencoded - development sponsored by James).
Introduce new PRE_TEMPLATE and POST_TEMPLATE hooks (handy for capturing and processing theme output (patch by Dayo).
Don't import E-mail/Usenet posts from banned users.
New POST_BACKUP hook, Dropbox.plugin and Ftp_backup.plugin for storing backup files off-site.
Theme changes
Default templates were updated to HTML5 and indented to make it easier to read and understand.
Add "Cancel" button on Post Page.
List forums in compact category as expanded when category is opened (see mock-up).
Document BBcode for wrapping of text around images in the FAQ/Help pages (patch by The Witcher).
Hide the "Register" link if user registrations are disabled.
The User Info Left/Right themes will now properly show geo-location flags.
Database changes
Support was added for DB2, MS-SQL and Firebird. We now supports a total of 7 database management systems.
Support for IBM DB2 databases.
Support for Microsoft SQL Server databases.
Support for Firebird databases.
Slave database support for replicated MySQL databases (by eclipsewebmaster)
Database host:port support for PostgreSQL (by mguillaume).
Close DB connection before initiating a potentially large attachment download (performance optimization).
Localization
FUDforum now ships with more than 50 languages!
New Tagalog (Philippines) translation (thanks to AnakngAraw).
New Serbian Cyrillic translation / Српски ћирилица (thanks to Rancher).
New Serbian Latin translation (also by Rancher).
New Lower Sorbian translation / Dolnoserbski (thanks to Michawiki).
New Malay language (Bahasa Melayu) translation (thanks to Anakmalaysia).
Numerous localisation updates from translatewiki.net (thanks Siebrand!).
Fixes
Some of the fixes:
Account Moderator privs lost after profile edit (patch @ http://fudforum.org/forum/index.php?t=msg&goto=164880).
Fixed image preview (patch @ http://fudforum.org/forum/index.php?t=msg&th=119675).
HTML entered into the settings may corrupt GLOBALS.php (patch @ http://fudforum.org/forum/index.php?t=msg&th=119719).
Fixed invalid birthday years (patch @ http://fudforum.svn.sourceforge.net/fudforum/?rev=5103&view=rev).
Allow downloading of large files from the File Manager ACP (patch by Atomicrun @ http://fudforum.org/forum/index.php?t=msg&goto=164888).
Prevent "Certificate failure" for unsecure POP3 mailboxes (patch by Marianne).
Rebuild smiley cache after reordering smilies.
Fixed links to messages in RSS feed for the PATH_INFO theme (patch by mguillaume).
Fixed fatal error: Call to undefined function logaction() in iemail.inc on line 75.
Fixed PHP Notice: Undefined variable: nntp in nntp.php on line 115.
Custom Avatar Queue remains after approval (patch @ http://fudforum.org/forum/index.php?t=msg&th=7897).
Fixed some backup/restore problems (patch @ http://sourceforge.net/apps/trac/fudforum/changeset/5205).
Fixed typo in fudapi.inc.php (line 593).
3.0.4
New features
New option to allow users to edit their own posts, even after someone replied to it (ACP -> Global Settings Manager).
Karma/user reputation that can be enabled from the Global Settings Manager (by trepstrer).
Admins can now define who can edit custom profile fields.
Better cross database backup and restores (i.e: from MySQL to PostgreSQL).
New IRCbot.plugin for controlling ircbot.php (to announce new topics and replies on IRC).
New ACP_FOOTER hook. Required for the Swekey plugin.
Plugins can now define X_check functions that will be executed during consistency runs.
Better spider detection. For example: 'Google' will now match agent 'Mozilla/5.0 (compatible; Googlebot'.
Added command-line mode to admgeoip.php (by macrule).
Prevent profile spam (users cannot specify a home page if LINKS_BEFORE_POSTS > 0)
Update jQuery to version 1.7.2 and jQuery UI to 1.8.19.
Update FPDF to version 1.7.
Theme changes
New karma templates added.
Don't show 'Forgot Password' link when password resets are disabled.
Localization
Add support for Asturian (ast).
Add support for Basa Banyumasan (map-bms).
Add support for Icelandic (is).
Add support for Maltese (mt).
Add support for Tamil (ta).
Add support for Traditional Chinese (xh-hant).
Language code for Norwegian was changed from "no" to "nb".
Letter local selection for Luxembourgish and other translation updates.
Numerous localization updates from http://translatewiki.net.
3.0.4 RC2: Add support for Zizaki (diq).
Database changes
Two new columns added to fud30_users for IPv6 compatibility.
Fixes
Restore ability to move forums between categories.
Do not use LightBox for non-image attachments.
Fix URL for avatar approvals.[1]
Fix Notice: Undefined offset: 0 in admavatar.php on line 256.[2]
Fix error: fud_smtp.inc missing when approving users and SMTP server is configured.[3]
Fix slow query in Message Selector (see "Query taking 2 minutes" @ http://fudforum.org/forum/index.php?t=msg&th=119149)
Fix URL to 'Last Message' in the Action List for the PATH_INFO theme @ http://fudforum.org/forum/index.php?t=msg&goto=166520
Fix Global variables declaration directly into global namespace @ http://fudforum.org/forum/index.php?t=msg&th=120308
3.0.4 RC2: Meaningful compiler error messages.
3.0.4 RC2: Fix infinite loop when MySQL truncates login/alias names with non-UTF8 chars.
3.0.5
New features
New PATH_INFO_SEO theme to display more SEO friendly URL's for forums and threads (by Ernesto, Elmer_Fudd, and Cpreston).
Allow cron to be triggered via URL, typically index.php?t=cron.
Link to quickly reject all posts from a spammer.
Introduce new [indent] BBcode tag.
Ability to show announcements to only anonymous or logged in users.
Add 'References:' headers to mailing list emails (patch by Cpreston).
New Stop Forum Spam plug-in (validate registrations against http://stopforumspam.com).
The ldap plugin now support SSL connections (LDAPS) (by Argure).
The irc bot now supports NickServ and IRCS connections (by Argure).
Update jQuery v1.7.2 to v1.9.1 and jQuery UI v1.8.19 to v1.10.3.
Option in Global Settings Manager to enable detailed logging without having to go into full debugging mode.
New Email_Obfuscate.plugin (by Cpreston)
New ACP to analyze forum sessions. See Forum Sessions.
The File Manager ACP can now unzip files.
Rework the ckeditor.plugin.
Add support for Vimeo videos (part of the Youtube plugin).
Validate forum backup files before restoring them.
Security
Apply security patch provided by High-Tech Bridge Security Research Lab (unlikely null-byte code injection vulnerability).
Eliminated an early return case from ses_get() which was causing the possible DoS attack reported here http://fudforum.org/forum/index.php?t=msg&th=120684
Validate and sanitize custom user profile fields.
Fix some minor cross-site scripting vulnerabilities.
Theme changes
Remove support for Internet Explorer 6 (IE6) web browsers. If you have custom themes, you will have to replace '{DEF: img_ext}' with '.png' in all your *.tmpl files.
Introduce theme.ini files. Initial application is to override the traditional inheritance chain. This will allow users to base a theme on another theme, for example to base "twilightgrey" on "path_info_seo" instead of "default".
Add missing text direction (dir="{DIR}") to the twilightgrey template set.
Better HTML5 support.
Localization
New Tarandíne (roa-tara) translation - available under Sicilian (scn).
New Urdu (اردو) translation
New Sinhala (සිංහල) translation
New Kirghiz (Кыргызча) translation
New Georgian (ქართული) translation
New Javanese (Basa Jawa) translation
New Hebrew (עברית) translation
New Irish (Gaeilge) translation
New Faroese (føroyskt) translation
Numerous localization updates from http://translatewiki.net.
Database changes
Improved MYSQL database slave support (by eclipsewebmaster).
Fix for PostgresQL tables crated without OIDs.
Remove NOT NULL and DEFAULT '0' from fud30_users.reset_key.
Increase useragent field in fud30_ses from VARCHAR(32) to VARCHAR(64).
If available, the installer will now use MySQLi instead of the deprecated mysql module.
Converter
Fix importing of phpBB2 messages posted by anonymous users.
Fixes
Fix error "The file you are trying to upload does not match the allowed file types" while posting a PM without attachments.
Reintroduce display of password reset message on login screen (broken after removal of apparent debugging code).
Deal with some nasty URL's caused by bad bots.
Fix PHP Notice: Undefined index: reg_sig.
Use current year if birth year is not specified.
Fix RSS/ATOM validation with HTML Chars in forum description.
Improved compiler error messages.
Resolved SQL error due to registration IP address not being quoted.
Resolved fatal SQL error and php division by zero when a moderator uses the move selected button (see bug report http://fudforum.org/forum/index.php?t=msg&th=120609)
A better fix for usernames containing "invalid" characters by Multitool.
Some e-mail clients (like Thunderbird) ignore HTML base tag (patch by LeCoyote, details at http://fudforum.org/forum/index.php?t=msg&goto=168106)
Various other smaller fixes.
3.0.6
New features
Support [small], [big] and [center] BBcode tags.
Improved SQL Manager ACP. Admins can now browse database tables, store SQL scripts and load scripts from files.
Improved forum calendar.
New plugin hook "AUTO_LOGIN", to enable creation of user sessions based on external authentication provided by the server (such as Basic Auth).
Localization
Latest localization updates from http://translatewiki.net.
Converter
New UBB.threads to FUDforum converter.
Fixes
Fixed PostgreSQL upgrade problems.
Fix file permission problems.
Global settings not always properly converted.
Forum category change messages not properly logged.
Character set problems when importing Cyrillic messages.
Headers already sent when using the template editor.
Improved session identification by client browser to include REMOTE_USER if available.
Fix: Users cannot log out if "Multiple Host Login" is enabled.
Fix: Table 'fud30_replace' was not locked with LOCK TABLES in compact.php
Fix: Call to undefined function ses_update_status() when performing backups from command line
К тому же, наверно, не зря там пишут:
Цитата:FUDforum 3.0.5 was released on 6 October 2013. Support for this release ended on 2 February 2015. Users still running 3.0.5 should upgrade their forums to FUDforum 3.0.6 ASAP!
А у нас вообще 3.0.2.
Так что я бы не отрицал, что в последние 5 лет был забит большой болт на обновление движка.