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

Home » FUDforum » FUDforum Announcements » FUDforum 2.8.0RC1 Released
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
FUDforum 2.8.0RC1 Released [message #158113] Mon, 02 February 2009 05:58 Go to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
With Ilia, FUDforum's main developer's help, I'm proud to announce the FUDforum 2.8.0 preview release. This release incorporates a large number of changes in terms of new features as well as bug fixes.

Please download and install the software on your test systems to help us find any remaining bugs and to translate messages into your local languages (no new features will be considered at this stage).

Enhancements:

  1. The installer was restyled;
  2. The admin control panel was restyled;
  3. All themes were changes to XHTML;
  4. All messages were converted to the UTF-8 encoding;
  5. Posts in the flat message view can now be minimize and maximize;
  6. Ability to stop people from posting links till they have a certain number of posts;
  7. Convert Javascript framework used from YUI to jQuery;
  8. Add grippie for easy textarea resizing;
  9. Convert checkbox select all/none to JavaScript; and
  10. A new checkbox for moderators to select all topics for bulk move or delete.

Bug Fixes:

  1. Fix column 'subject' cannot be null while loading USENET posts;
  2. Allow account moderators to edit their own accounts;
  3. Fix private message pager with PATH_INFO URLs;
  4. Open search fix;
  5. Removed duplicate slash;
  6. Fixed a possible user deletion bug;
  7. Fixed topic description loss on edit;
  8. Removed maxlength limitation of password validation length;
  9. Remove a leading <br> from quote tag;
  10. Some RDF feed tweaks and fixes for 't' mode;
  11. Fixed a buggy simple XML output of topic listing;
  12. Fixed a bug in Chinese translation;
  13. PHP bug work-around;
  14. Fixed marking read on topic pager;
  15. Added word chars to filter out;
  16. Added missing size checks for URL avatars;
  17. Fixed loss of topic description on topic move;
  18. Fixed topic description rendering;
  19. Added display of topic description at the top of message display for a topic;
  20. Fixed a possible PostgreSQL query error;
  21. Added missing PATH_INFO template reference; and
  22. Fix a bug with PostgreSQL un-install script.

Localization:

  • New Afrikaans language translation available;
  • The Chinese translation was updated.
  • The non-UTF8 Russian translations were removed (the UTF8 version is still available).


Enjoy!

Frank
Re: FUDforum 2.8.0RC1 Released [message #158115 is a reply to message #158113] Mon, 02 February 2009 09:15 Go to previous messageGo to next message
lstep is currently offline  lstep   France
Messages: 50
Registered: June 2003
Karma: 0
Member

Hello,

I think that the correction to file attachments problems when using PostgreSQL hasn't been corrected in this release (I just checked browsing the source, I haven't installed the 2.8RC1).
The problem is detailed on http://fudforum.org/forum/index.php?t=msg&th=9928&start=0& adding ::text like here:

$cc = __FUD_SQL_CONCAT__.'('.__FUD_SQL_CONCAT__."('".$FILE_STORE."', id), '.atch')";

to

$cc = __FUD_SQL_CONCAT__.'('.__FUD_SQL_CONCAT__."('".$FILE_STORE."', id::text), '.atch')";


Thanks,
Luc
Re: FUDforum 2.8.0RC1 Released [message #158140 is a reply to message #158115] Wed, 04 February 2009 21:19 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Unfortunately this patch breaks MySQL and can thus not be applied. See details at http://fudforum.org/forum/index.php?t=msg&th=118129
Re: FUDforum 2.8.0RC1 Released [message #158175 is a reply to message #158113] Fri, 06 February 2009 13:40 Go to previous messageGo to next message
Crimson is currently offline  Crimson   
Messages: 51
Registered: June 2005
Location: Phoenix, AZ
Karma: 0
Member
I am VERY excited to see a new FUDforum release! I am curious to hear some feedback from people who have upgraded from 2.7.7 to make sure there weren't any issues. These upgrades seem pretty substantial.

Once again, I'm very excited that someone has taken up FUDforum and gotten back to work on it. I have two relatively large forums (395k posts, 8100 users and 146k posts, 8300 users) I run on it so I am always cautious with upgrades.
Re: FUDforum 2.8.0RC1 Released [message #158186 is a reply to message #158175] Sat, 07 February 2009 06:51 Go to previous messageGo to next message
kerryg is currently offline  kerryg   Canada
Messages: 157
Registered: September 2008
Karma: 0
Senior Member
Successful upgrade from 2.77 here, no serious issues generated by the upgrade to report.
Re: FUDforum 2.8.0RC1 Released [message #158362 is a reply to message #158113] Sat, 21 February 2009 03:20 Go to previous messageGo to next message
Vinny15 is currently offline  Vinny15   United States
Messages: 3
Registered: February 2009
Karma: 0
Junior Member
Since this is the download topic, I guess I'll post this here.
Anyway, when I try to download any of the versions of this software, all I download is the installer and not the actual software. Sad What should I download?
Re: FUDforum 2.8.0RC1 Released [message #158365 is a reply to message #158362] Sat, 21 February 2009 05:38 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
You only need one file to install FUDforum on your system. All the required files are contained within it.
Re: FUDforum 2.8.0RC1 Released [message #158368 is a reply to message #158113] Sat, 21 February 2009 22:34 Go to previous messageGo to next message
Vinny15 is currently offline  Vinny15   United States
Messages: 3
Registered: February 2009
Karma: 0
Junior Member
But in the folder, the only files were Copying, Install, Unistall, Credits, and readMe. That was the correct download right?
Re: FUDforum 2.8.0RC1 Released [message #158369 is a reply to message #158368] Sat, 21 February 2009 23:39 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Yes, install.php is like a self extracting archive that contains all the required files within itself.
icon14.gif  Re: FUDforum 2.8.0RC1 Released [message #158370 is a reply to message #158369] Sun, 22 February 2009 00:05 Go to previous message
Vinny15 is currently offline  Vinny15   United States
Messages: 3
Registered: February 2009
Karma: 0
Junior Member
naudefj wrote on Sat, 21 February 2009 18:39
Yes, install.php is like a self extracting archive that contains all the required files within itself.

Shocked I see now. OK, I wish I knew that.
Thanks Smile
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: FUDforum 2.8.0RC2 Released
Next Topic: FUDforum 2.8.0 Released
Goto Forum:
  

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

Current Time: Sat Apr 20 09:55:34 GMT 2024

Total time taken to generate the page: 0.02268 seconds