FUDforum 2.7.3RC1 Released [message #27730] |
Fri, 23 September 2005 14:57 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is that time of year again! No, its not Christmas it is time for yet another FUDforum release . As usual we start with RC1 and follow it up with the stable final in short order.
This release is mostly bug fix oriented with a number minor features enchantments.
Changes:
- Fixes to the external fud login/logout API.
- A number of PostgreSQL query fixes.
- Improved indexing for multibyte text.
- MySQL 4.1 optimizations for making forum read.
- Adjust PDO driver to work with latest 5.1 release (use class constants).
- Added subscribed limiter to PDF generator.
- Added visible RSS links.
- Unify input escaping mechanism for SQL queries.
- Use aliases to match nntp/mailing list users to forum users.
- Start counting ALL online users.
- Updated the French translation.
- Made all <script> tags w3c compliant.
- Added optional turing/captcha validation for posts made by anonymous users.
- Fixed phpBB2 to FUDforum conversion script.
- Added forum/category limiters to statistics admin panel.
- Disallow adding people who ignore you to your own buddy list and when user is ignored automatically remove you from their buddy list
- When viewing unread messages order them in descending order.
- Added an option to notify forum subscribers on all new messages made in the forum.
- Various code cleanups.
FUDforum Core Developer
|
|
|
|
Re: FUDforum 2.7.3RC1 Released [message #27778 is a reply to message #27772] |
Mon, 26 September 2005 13:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There is a buggy in the code logic, I already fixed in the CVS.
That's the idea, the new order is only for "unreplied messages".
FUDforum Core Developer
|
|
|
|
|
|
|
|
|
|
|
|
Re: FUDforum 2.7.3RC1 Released [message #27797 is a reply to message #27796] |
Mon, 26 September 2005 19:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is still not going to work... because when a new registers all messages available prior to their registration are marked as read.
FUDforum Core Developer
|
|
|
|
Re: FUDforum 2.7.3RC1 Released [message #27800 is a reply to message #27798] |
Mon, 26 September 2005 20:25 |
BobB
Messages: 165 Registered: April 2005 Location: Tucson, AZ
Karma: 0
|
Senior Member |
|
|
I logged in as a different user, clicked on "Unread messages" and I got messages dated:
June 12, 2005
July 12, 2005
June 6, 2005
June 10, 2005
July 3, 2005
July 23, 2005
August 6, 2005
Sept. 2, 2005
June 6, 2005
June 5, 2005
June 6, 2005
July 1, 2005
in that order.
I've very rarely logged in as this user, so there should be a lot of other unread messages within those dates, which are not in any kind of apparent order.
|
|
|
Re: FUDforum 2.7.3RC1 Released [message #27801 is a reply to message #27800] |
Mon, 26 September 2005 20:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The ordering is by level forum->topic->message. This ensures that all unread messages from the same forum appear in one block, then arranged on per-topic basis.
FUDforum Core Developer
|
|
|
|
|
Re: FUDforum 2.7.3RC1 Released [message #27804 is a reply to message #27802] |
Mon, 26 September 2005 22:21 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It works precicely as expected on all the tests I've conducted. So, I don't see a problem with it.
FUDforum Core Developer
|
|
|
|
|
|
Re: FUDforum 2.7.3RC1 Released [message #39399 is a reply to message #39380] |
Sun, 21 October 2007 15:52 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I suppose it all depends on how many unread messages you have. You can try putting LIMIT clauses to try to limit the number of examined entries.
FUDforum Core Developer
|
|
|
|