From bf699333fa8defca3bf1f3ae346cd0ed5e94e2dd Mon Sep 17 00:00:00 2001 From: Vadim ProductEngine Date: Tue, 12 Oct 2010 13:31:19 +0300 Subject: STORM-358 FIXED Disabled higlighting URLs in object names inside nearby chat toasts. --- indra/newview/llchatitemscontainerctrl.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp index e78bdbe25c..ababa71348 100644 --- a/indra/newview/llchatitemscontainerctrl.cpp +++ b/indra/newview/llchatitemscontainerctrl.cpp @@ -169,7 +169,9 @@ void LLNearbyChatToastPanel::init(LLSD& notification) { std::string str_sender; - str_sender = fromName; + str_sender = ""; // disable parsing URLs in object names (STORM-358) + str_sender += fromName; + str_sender += ""; str_sender+=" "; -- cgit v1.2.3 From be340c9fe93d90cc52a239f983e3694c7812335e Mon Sep 17 00:00:00 2001 From: Vadim ProductEngine Date: Tue, 12 Oct 2010 13:40:18 +0300 Subject: STORM-360 FIXED Disabled higlighting of URLs in object names inside IM well window. --- indra/newview/skins/default/xui/en/panel_active_object_row.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview') diff --git a/indra/newview/skins/default/xui/en/panel_active_object_row.xml b/indra/newview/skins/default/xui/en/panel_active_object_row.xml index bef5f8dafd..3e3271b181 100644 --- a/indra/newview/skins/default/xui/en/panel_active_object_row.xml +++ b/indra/newview/skins/default/xui/en/panel_active_object_row.xml @@ -53,6 +53,7 @@ top="10" left_pad="20" height="14" + parse_urls="false" width="245" length="1" follows="right|left" -- cgit v1.2.3 From 7111a1b3d946d00924627956f249cc4e513dd55b Mon Sep 17 00:00:00 2001 From: Vadim ProductEngine Date: Tue, 12 Oct 2010 14:05:13 +0300 Subject: STORM-359 FIXED Disable higlighting URLs in object names inside llDialog/llGiveInventory/llLoadURL and script question dialogs. --- indra/newview/skins/default/xui/en/notifications.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e1aecda151..af3280314a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5266,7 +5266,7 @@ No valid parcel could be found. icon="notify.tga" name="ObjectGiveItem" type="offer"> -An object named [OBJECTFROMNAME] owned by [NAME_SLURL] has given you this [OBJECTTYPE]: +An object named <nolink>[OBJECTFROMNAME]</nolink> owned by [NAME_SLURL] has given you this [OBJECTTYPE]: [ITEM_SLURL]