Skip to content
Snippets Groups Projects
Commit e3214b97 authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-632 FIXED Disallow showing URL-like avatar display names as Web links in various places.

Fixed in:
* People panel -> friend list
* IM toast
* Friend online/offline notification toasts
* IM well
* Avatar inspector
parent 1ba21762
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
height="20" height="20"
left="8" left="8"
name="user_name_small" name="user_name_small"
parse_urls="false"
top="7" top="7"
text_color="White" text_color="White"
translate="false" translate="false"
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
height="21" height="21"
left="8" left="8"
name="user_name" name="user_name"
parse_urls="false"
top="10" top="10"
text_color="White" text_color="White"
translate="false" translate="false"
...@@ -64,6 +66,7 @@ ...@@ -64,6 +66,7 @@
left="8" left="8"
name="user_slid" name="user_slid"
font="SansSerifSmallBold" font="SansSerifSmallBold"
parse_urls="false"
text_color="EmphasisColor" text_color="EmphasisColor"
translate="false" translate="false"
value="teststring.pleaseignore" value="teststring.pleaseignore"
......
...@@ -5089,7 +5089,7 @@ Topic: [SUBJECT], Message: [MESSAGE] ...@@ -5089,7 +5089,7 @@ Topic: [SUBJECT], Message: [MESSAGE]
name="FriendOnline" name="FriendOnline"
type="notifytip"> type="notifytip">
<tag>friendship</tag> <tag>friendship</tag>
[NAME] is Online &lt;nolink&gt;[NAME]&lt;/nolink&gt; is Online
</notification> </notification>
<notification <notification
...@@ -5097,7 +5097,7 @@ Topic: [SUBJECT], Message: [MESSAGE] ...@@ -5097,7 +5097,7 @@ Topic: [SUBJECT], Message: [MESSAGE]
name="FriendOffline" name="FriendOffline"
type="notifytip"> type="notifytip">
<tag>friendship</tag> <tag>friendship</tag>
[NAME] is Offline &lt;nolink&gt;[NAME]&lt;/nolink&gt; is Offline
</notification> </notification>
<notification <notification
......
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
width="250" width="250"
length="1" length="1"
follows="right|left" follows="right|left"
parse_urls="false"
use_ellipses="true" use_ellipses="true"
font="SansSerifBold"> font="SansSerifBold">
TestString PleaseIgnore TestString PleaseIgnore
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
name="avatar_name" name="avatar_name"
parse_urls="false"
top="6" top="6"
use_ellipses="true" use_ellipses="true"
value="(loading)" value="(loading)"
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
name="user_name" name="user_name"
parse_urls="false"
text_color="white" text_color="white"
top="8" top="8"
translate="false" translate="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment