summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
AgeCommit message (Collapse)Author
2015-07-15MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs ↵AndreyL ProductEngine
starting with www.
2015-07-14MAINT-5019 FIXED Additional casesAndreyL ProductEngine
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-15Merge viewer-releasesimon
2015-04-15MAINT-5058 FIXED Get the query string by simple extracting it from whole url.Mnikolenko ProductEngine
2015-04-14merge changes for STORM-2113Oz Linden
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-11STORM-2113 - uri parsing cleanup and fixesCinder
2015-02-24Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-02-24merge changes for 3.7.25-releaseOz Linden
2015-01-13merge changes for 3.7.24-releaseOz Linden
2015-03-04MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵Mnikolenko ProductEngine
of the link always appears.
2015-01-09MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵Mnikolenko ProductEngine
for non-Linden URLs
2015-01-19MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵Mnikolenko ProductEngine
of the link always appears.
2014-12-19merge with 3.7.23-releasemaksymsproductengine
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-12-04MAINT-4683 FIXED Display SLURLs with incorrect coordinates as regular URLs.Mnikolenko ProductEngine
2014-11-06ACME-1635: Trusted Experiences now referred to as Key Experiences.dolphin
2014-10-16Fix build issues.maksymsproductengine
2014-10-13MAINT-4169 FIXED Suppress initial display of the path portion of URLs from ↵maksymsproductengine
other users and scripts
2014-10-16MAINT-4582 FIXED Certain URLs which end contain secondlife.com or ↵Mnikolenko ProductEngine
lindenlab.com incorrectly open the Place Profile floater
2014-10-07MAINT-4548 & MAINT-4557 FIXED build issuesmaksymsproductengine
2014-10-02MAINT-4119 FIXED Uniquely decorate links on Second Life or Linden Lab domainsmaksymsproductengine
2014-08-20Made it possible to search for experiences with an empty search string, and ↵Cho
show experiences with blank names as (untitled experience) for ACME-1585
2014-08-26MAINT-4210 FIXED Don't try to replace wiki-link with label if it's not ↵Mnikolenko ProductEngine
correct(contains url in label part).
2014-06-02Added URL menu for experience profile links for ACME-1469Cho
2014-05-07Merge with 3.7.7-releasedolphin
2014-03-17Updated experience cache to get a const reference to xp datadolphin
2014-03-12merge with releaseRichard Linden
2014-03-10Mergedolphin
2014-01-10Revert earlier back-out for MAINT-535 ... it's back insimon
2014-01-07Revert changes made for MAINT-535 to test in a release cohort.simon
2013-09-23Added LLUrlEntryExperienceProfile to link to experience profilesdolphin
Added LLExperienceHandler to handle experience links Updated LLSidepanelItemInfo to use profile links
2013-09-09merge with viewer-releaseRichard Linden
2013-10-10MAINT-535 Wiki-style link markup hides potentially malicious secondlife: app ↵dmitry
URLs Partial fix: disabled URLs in the 'label' part of Wiki-style link
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-13CHUI-809 (Right-click menu on user name in compat chat mode doesn't have "IM")mberezhnoy
Added callback for friendship checking
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-12-17CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵Merov Linden
prevent filling up the callback queue
2012-12-17Merge with viewer-chuiMerov Linden
2012-12-17CHUI-580 : WIP : Protect callback connections passed to ↵Merov Linden
LLAvatarNameCache::get() where necessary
2012-12-14CHUI-599 : Use the account name in all places that are not UI related but ↵Merov Linden
use avatar names to index, search and other code only uses.
2012-12-05CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵Merov Linden
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up.
2011-08-12STORM-632 ADDITIONAL_FIX Use non-greedy regexp match to enable multiple ↵Vadim ProductEngine
<nolink>...</nolink> clauses in a single textbox.
2011-08-08STORM-632 ADDITIONAL_FIX Disallow showing URL-like avatar display names as ↵Vadim ProductEngine
Web links in the ShareItemsConfirmation notification. Updating the <nolink> tag parsing regexp to enable multiple <nolink>...</nolink> clauses in a single textbox.
2011-01-12STORM-797 : pull in viewer-developmentMerov Linden
2011-01-06STORM-393 FIXED Changed group SLURL color to be the same as in other URLs.Vadim ProductEngine
By the way, removed "AgentLinkColor" color which has been used since STORM-579 was fixed.
2010-12-30STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names.Seth ProductEngine
- Added parcel info observer to LLUrlEntryParcel. - Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives. - Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests.