|
|
Re: Two minor issues [message #3125 is a reply to message #3115] |
Wed, 12 June 2002 14:24 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Both are intentional, allow me to explain why.
The smilies, are no longer done by regex, and require a valid separator character before & after it for the smiley to trigger. The reason this is done is so that smilies do not trigger in wrong place such as :pserver:anonymous etc...
Although, it probably would make sence to allow ',' and '.' to be valid separators, since smilies can occur right before those characters in normal sentences.
The email link behavior is identical to the one in most mail clients, if you try any mail client that tries to automatically pickup on emails within a message you will see the same kind of behaviour. The reason behind this, is so that non-internet email address' are supported, such as me@myhome.
FUDforum Core Developer
|
|
|
Re: Two minor issues [message #3130 is a reply to message #3125] |
Wed, 12 June 2002 15:33 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
hm, but look: the email link is only generated when @anyone stands at the beginning. it does not occur if it appears somewhere else, so I would consider it as a bug, or at least irritating because if I type an email address I will use a user@company format. Concerning the smileys I'd say far the most of them I use to place either right before the end of a sentence or a part of it (seperated by comma, colon whatever). So this will occur quite often. Though it's still ur choice which I will respect I think allowing to place smileys before these characters would be far more useful to me.
Just my humble opinion
bye Ken
[Updated on: Wed, 12 June 2002 17:18] Report message to a moderator
|
|
|
Re: Two minor issues [message #3136 is a reply to message #3130] |
Wed, 12 June 2002 15:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The smiley issue has been resolved in CVS.
Now, ',', '.', '?', '!' are valid smiley separators, so it will triger on smilies followed and/or preceded by those characters.
FUDforum Core Developer
|
|
|
Re: Two minor issues [message #3137 is a reply to message #3130] |
Wed, 12 June 2002 15:52 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Ken, I do not believe I understand the issue completely.
user@company works and works correctly
@company does not work, as it shouldn't since @company is not a valid address.
Where is the problem?
FUDforum Core Developer
|
|
|
|
Re: Two minor issues [message #3156 is a reply to message #3155] |
Wed, 12 June 2002 17:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Ah... I see...
The bug only occures if the @blah is the 1st thing in the message.
FUDforum Core Developer
|
|
|
|
|
|
Re: Two minor issues [message #3163 is a reply to message #3114] |
Wed, 12 June 2002 18:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The incorrect pickup on invalid email address' has been fixed in CVS.
Thanks for the report.
FUDforum Core Developer
|
|
|