From b82d70cf2aa2b56a2c0bfdd941ee4f74e690e4df Mon Sep 17 00:00:00 2001 From: Kadah_Coba Date: Mon, 4 Mar 2019 00:18:45 -0800 Subject: Added viewer based profiles Split picks and classifieds in to separate panels Moved getProfileURL to LLAvatarActions Removed dead XUI panels Removed picks/classifieds floater --- .../skins/default/xui/en/panel_profile_notes.xml | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 indra/newview/skins/default/xui/en/panel_profile_notes.xml (limited to 'indra/newview/skins/default/xui/en/panel_profile_notes.xml') diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml new file mode 100644 index 0000000000..1be7edbcea --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -0,0 +1,86 @@ + + + + + + + + + + -- cgit v1.2.3 From 36e57208ac70f19d2c7c78874c9f088096e2603c Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Tue, 5 Mar 2019 00:07:19 +0200 Subject: Line endings fix --- .../skins/default/xui/en/panel_profile_notes.xml | 172 ++++++++++----------- 1 file changed, 86 insertions(+), 86 deletions(-) (limited to 'indra/newview/skins/default/xui/en/panel_profile_notes.xml') diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml index 1be7edbcea..0bafaac361 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -1,86 +1,86 @@ - - - - - - - - - - + + + + + + + + + + -- cgit v1.2.3 From 1d0f25714e17d1f65ee7ef4c9394fed9210e3cd4 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 28 Jan 2021 21:54:52 +0200 Subject: SL-14486 Avoid accidental truncation of avatar notes field Server sided limitation, web page allows more than server sends to viewer. This is a workaround untill server sided restriction gets lifted. --- .../skins/default/xui/en/panel_profile_notes.xml | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'indra/newview/skins/default/xui/en/panel_profile_notes.xml') diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml index 0bafaac361..179fa0136c 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -9,6 +9,14 @@ follows="all" layout="topleft" > + + +Warning: Your notes contain more than 1000 characters. + + +Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [[PROFILE_URL] on the web] + + + + Placeholder: Your notes contain more than 1000 characters. Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [https://my.secondlife.com/settings/profile on the web] + Date: Sat, 12 Mar 2022 00:04:18 +0200 Subject: SL-16937 New Profile capability, PUT method #2 --- indra/newview/skins/default/xui/en/panel_profile_notes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en/panel_profile_notes.xml') diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml index 179fa0136c..a83635f954 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -47,7 +47,7 @@ Only first 1000 characters are shown here. If you edit your notes and click OK, height="311" follows="all" layout="topleft" - max_length="1000" + max_length="65530" word_wrap="true" /> Date: Tue, 15 Mar 2022 15:50:36 +0200 Subject: SL-16937 New Profile capability, cap updates #3 --- .../skins/default/xui/en/panel_profile_notes.xml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'indra/newview/skins/default/xui/en/panel_profile_notes.xml') diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml index a83635f954..c7dfaa1e67 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -9,14 +9,6 @@ follows="all" layout="topleft" > - - -Warning: Your notes contain more than 1000 characters. - - -Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [[PROFILE_URL] on the web] - - - - Placeholder: Your notes contain more than 1000 characters. Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [https://my.secondlife.com/settings/profile on the web] - Date: Tue, 12 Apr 2022 21:46:53 +0300 Subject: SL-15312 Legacy profiles remake #5 Mostly changes for notes tab and first life tab --- .../skins/default/xui/en/panel_profile_notes.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'indra/newview/skins/default/xui/en/panel_profile_notes.xml') diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml index c7dfaa1e67..2d9d513ce0 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -42,6 +42,7 @@ max_length="65530" word_wrap="true" /> + +