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

Home » FUDforum Development » Bug Reports » alias and brackets
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
alias and brackets [message #41005] Tue, 06 May 2008 02:18 Go to next message
krbvroc1 is currently offline  krbvroc1   United States
Messages: 31
Registered: February 2005
Karma: 0
Member
I am trying to migrate my modified 2.6.9 codebase to the latest 2.7.7. One problem (and CVS is not working so I cannot browse history) is that the

make_alias() function in users_reg.inc.t has changed. In particular,

        return htmlspecialchars($text);


was changed to:

       return char_fix(str_replace(array(']', '['),array(']','['), htmlspecialchars($text)));


Any recollection why?

When I use the 'send email to this user' function, the 'To' field is filled in with these &#93/&#91 characters and I get an Invalid User error code. I'm not sure yet if this is broken elsewhere, but I think this might be a bug.
Re: alias and brackets [message #41010 is a reply to message #41005] Tue, 06 May 2008 23:15 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
This was done to prevent fudcode parser problems.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: CVS is out of order
Next Topic: Random forum lockouts...
Goto Forum:
  

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

Current Time: Sun Jun 16 20:06:06 GMT 2024

Total time taken to generate the page: 0.02246 seconds