STORM-793 Offered URL-like named object is displayed as a HTTP URL in the llGiveInventory
Review Request #442 - Created Aug. 16, 2011 and submitted
Vadim ProductEngine | Reviewers | ||
viewer | |||
STORM-793 | |||
None | viewer-development |
Disallowed parsing HTTP URLs in llGiveInventory notifications (one more case). The fix may look weird because we seem to wrap a SLURL with <nolink>...</nolink> tags. But actually there is no SLURL, there's just an object name. Investigating that goes beyond the bug scope.
Posted (Aug. 16, 2011, 1:19 p.m.)
-
indra/newview/skins/default/xui/en/notifications.xml (Diff revision 1) -
Shouldn't the same change be made in the translations?
> The fix may look weird because we seem to wrap a SLURL with <nolink>...</nolink> tags. > But actually there is no SLURL, there's just an object name. If that is so (and the comment on indra/newview/llviewermessage.cpp line 1941 indicates it is), why not rename the placeholder to ITEM_NAME or similar? I think the only places where this change would have to be made are llviewermessage.cpp line 1942, the message above and its translations.
Review request changed
Updated (Aug. 17, 2011, 3:21 a.m.)
-
- added Diff r2
Applied the fix to translations and to the minimal (basic viewer) skin.
Other reviews