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

Home » FUDforum Development » Bug Reports » Page expired (V2.7.2)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Page expired (V2.7.2) [message #36956 is a reply to message #34944] Fri, 20 April 2007 18:22 Go to previous messageGo to next message
Astoria is currently offline  Astoria   United States
Messages: 227
Registered: April 2004
Karma: 0
Senior Member
Ilia,
It looks like your current version 2.7.7RC1 has fixed the special character problem.

Will there be an RC2 soon, and the regular release for the new version? I'd like to upgrade ASAP, but I noticed you had a bunch of changes in since RC1, and I would like to only upgrade once.
Re: Page expired (V2.7.2) [message #36964 is a reply to message #36956] Sun, 22 April 2007 15:21 Go to previous messageGo to next message
Ilia is currently offline  Ilia   
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
RC2 will be available next week.

FUDforum Core Developer
Re: Page expired (V2.7.2) [message #39937 is a reply to message #28372] Wed, 26 December 2007 18:21 Go to previous messageGo to next message
Astoria is currently offline  Astoria   United States
Messages: 227
Registered: April 2004
Karma: 0
Senior Member
Ilia,
I'm updating my installation to the latest release, and noticed in post.php.t, the MS Word special character hack is missing this dash one: —

I added it on the end of your list, to be replaced by '--'

I still have IE users who can't start a thread (on my customized 2.7.7 RC2). This could be why. (I'll let you know for sure once my installation has been upgraded with the fix)
Re: Page expired (V2.7.2) [message #39961 is a reply to message #39937] Sun, 30 December 2007 15:43 Go to previous messageGo to next message
Ilia is currently offline  Ilia   
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Thanks, I look forward to hearing your update.

FUDforum Core Developer
Re: Page expired (V2.7.2) [message #39978 is a reply to message #39961] Mon, 31 December 2007 18:49 Go to previous messageGo to next message
Astoria is currently offline  Astoria   United States
Messages: 227
Registered: April 2004
Karma: 0
Senior Member
I am getting reports from posters who previously had the problem that it seems to be fixed with the addition of the double-dash character to the hack list.
Re: Page expired (V2.7.2) [message #39979 is a reply to message #39978] Mon, 31 December 2007 20:55 Go to previous messageGo to next message
Ilia is currently offline  Ilia   
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Can you send me a patch with your fix?

FUDforum Core Developer
Re: Page expired (V2.7.2) [message #39990 is a reply to message #39979] Tue, 01 January 2008 01:07 Go to previous messageGo to next message
Astoria is currently offline  Astoria   United States
Messages: 227
Registered: April 2004
Karma: 0
Senior Member
Actually it turns out I spoke too soon. It seems that any ascii special character is making IE choke, including accented characters. Most of the common ones are caught, but my poster just found another one.

é

When I uploaded the file to my server and looked at the characters, the above looked like this:

é

Here is the hack with the one I added as it appears in my text file (on my linux gedit at home):


/* Microsoft Word Hack to eliminate special characters */
$in = array('”','“','’','‘','…','—','–'); $out = array('"','"',"'","'",'...','--'
);


Here is how the same lines look in my display from my server's file manager:


/* Microsoft Word Hack to eliminate special characters */
$in = array('�','⤽','⤙','⤘','⤦','⤔','⤓'); $out = array('"','"',"'","'",'...','--');




localhost is running server version 4.1.20 and MySQL version 4.0.21, according to phpmyadmin.
Re: Page expired (V2.7.2) [message #39996 is a reply to message #39990] Tue, 01 January 2008 18:20 Go to previous message
Ilia is currently offline  Ilia   
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Thanks, the patch was applied to CVS.

FUDforum Core Developer
Pages (2): [ «    1  2]  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Avatar Size
Next Topic: 2.7.5 topic has been read mistake
Goto Forum:
  

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

Current Time: Sun May 19 09:09:03 GMT 2024

Total time taken to generate the page: 0.03033 seconds