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

Home » FUDforum » FUDforum Announcements » FUDforum 2.6.0RC7 Released
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
FUDforum 2.6.0RC7 Released [message #14822] Fri, 21 November 2003 17:18 Go to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Following the open source mantra of "release early,
release often" here is yet another RC.

Changes:
  1. Do not show referrals tab, which referral tracking is disabled.
  2. Make insertion of FUDcode at cursor or around selected text work in Mozilla.
  3. Fixed query error (on update) in replace filter.
  4. More session tracking validation fixes.
  5. Fixed upgrade script when upgrading PostgreSQL forums.
  6. Fixed voting on polls when URL sessions are used.
  7. A few PATH_INFO theme fixes.
  8. Fixed separator between user names on logged-in list.
  9. Updated French & German translations and cleaned up English translation.
  10. Multi-host fixes.
  11. Updated phpbb2 conversion script. it works with FUDforum 2.6.0 and is confirmed to work with phpbb2 (2.0.4 and 2.0.6).


FUDforum Core Developer
Re: FUDforum 2.6.0RC7 Released [message #14851 is a reply to message #14822] Sat, 22 November 2003 06:27 Go to previous message
Squeebee is currently offline  Squeebee   Canada
Messages: 110
Registered: November 2003
Karma: 0
Senior Member
Quote:

# Make insertion of FUDcode at cursor or around selected text work in Mozilla.


Not sure what you mean, but if I highlight a block of text and click a fudcode button the text is replaced with a set of fudcode tags, not wrapped in the tags.

This occurs with Mozilla Firebird 0.7 after upgrading to rc7.

I noticed that my old boards used the following for Mozilla:

// From http://www.massless.org/mozedit/
function mozWrap(txtarea, open, close)
{
	var selLength = txtarea.textLength;
	var selStart = txtarea.selectionStart;
	var selEnd = txtarea.selectionEnd;
	if (selEnd == 1 || selEnd == 2)
		selEnd = selLength;

	var s1 = (txtarea.value).substring(0,selStart);
	var s2 = (txtarea.value).substring(selStart, selEnd)
	var s3 = (txtarea.value).substring(selEnd, selLength);
	txtarea.value = s1 + open + s2 + close + s3;
	return;
}


Perhaps it would be of use for tagging mozilla (or at least Firebird).
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: FUDforum 2.6.0RC6 Released
Next Topic: FUDforum 2.6.0RC8 Released
Goto Forum:
  

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

Current Time: Fri Nov 22 11:42:17 GMT 2024

Total time taken to generate the page: 0.02350 seconds