Oz Linden
9be58e915a
merge with 4.0.3-release
2016-04-04 15:53:09 -04:00
Rider Linden
b8c1976460
Merge
2016-03-17 13:14:21 -07:00
Oz Linden
31f3db0291
merge changes for DRTVWR-417
2016-03-16 13:08:06 -04:00
Oz Linden
bc22e58743
merge changes for 4.0.1-release
2016-01-15 16:55:04 -05:00
Rider Linden
e7eaa94dfa
Merge VR
2016-01-15 13:36:38 -08:00
AndreyL ProductEngine
40699b9663
MAINT-5498 LLUrlEntry regex refactoring
...
Improved LLUrlEntryHTTP, extended a test
2015-12-15 01:17:26 +02:00
Oz Linden
c8726aba30
remove execute permission from many files that should not have it
2015-11-10 09:48:56 -05:00
AndreyL ProductEngine
52d30bbbe9
MAINT-5464 FIXED Do not add badge to links that have a port number specified.
2015-10-23 07:52:43 +03:00
Rider Linden
53b947e039
Merge from viewer release.
2015-10-19 12:03:08 -07:00
Rider Linden
8913ed6692
Changes from code review with Nat
2015-09-03 16:59:00 -07:00
Rider Linden
96e343b49b
MAINT-5575: Convert the Experience cache into a coro based singleton.
...
--HG--
branch : MAINT-5575
2015-09-01 16:13:52 -07:00
Rider Linden
7c61728b4b
MAINT-4952: Removed a bit of debug code that got included accidentally and change host == LLHost() to host.isInvalid()
2015-08-24 14:19:30 -07:00
Nat Goodspeed
62527e6f18
MAINT-5506: Fix ugly timing bug in llurlentry static initialization.
...
The problem was that class-static LLUrlEntryParcel::sRegionHost was being
initialized by copying class-static LLHost::invalid. Naturally, these two
statics are initialized in different source files. Since C++ makes no promises
about the relative order in which objects in different object files are
initialized, it seems we hit a case in which we were trying to initialize
sRegionHost by copying a completely uninitialized LLHost::invalid.
In general we might attempt to address such cross-translation-unit issues by
introducing an LLSingleton. But in this particular case, the punch line is
that LLHost::invalid is explicitly constructed identically to a
default-constructed LLHost! In other words, LLHost::invalid provides nothing
we couldn't get from LLHost(). All it gives us is an opportunity for glitches
such as the above.
Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-18 17:05:29 -04:00
Mnikolenko ProductEngine
8d34d1a9c5
SL-173 FIXED Allow searching for an experience by SLurl.
2015-08-18 11:22:39 +03:00
Mnikolenko ProductEngine
96e641b329
MAINT-5451 FIXED A domain name without a top level domain should not be decorated
2015-08-07 11:47:17 +03:00
AndreyL ProductEngine
e62d5ea4e8
MAINT-5019 FIXED Undesired "http://" added to domains sent in chat
...
Completely removed matching of the URLs w/o a protocol
+ Some unit tests
2015-07-29 07:35:08 +03:00
AndreyL ProductEngine
62c748936c
MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs starting with www.
2015-07-15 23:58:56 +03:00
AndreyL ProductEngine
078612e292
MAINT-5019 FIXED Additional cases
2015-07-14 04:39:20 +03:00
andreykproductengine
79ffc6569b
Merge from viewer-relese and become version 3.8.1
2015-07-01 14:40:05 +03:00
Oz Linden
949942c730
merge changes for 3.7.29-release
2015-06-08 16:33:02 -04:00
Mnikolenko ProductEngine
bb87365c37
Merge viewer-release, become version 3.7.29
2015-04-28 13:36:35 +03:00
simon
a219cf1c98
Merge viewer-release
2015-04-15 15:07:13 -07:00
Mnikolenko ProductEngine
cccde14f9b
MAINT-5058 FIXED Get the query string by simple extracting it from whole url.
2015-04-15 13:16:23 +03:00
Oz Linden
034fb74d05
merge changes for STORM-2113
2015-04-14 05:39:36 -04:00
Oz Linden
a8ef252571
merge changes for 3.7.27-release
2015-04-13 16:23:36 -04:00
Cinder
5a282abe18
STORM-2113 - uri parsing cleanup and fixes
2015-04-11 15:23:06 -06:00
Nat Goodspeed
b5324afb6f
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
2015-02-24 21:02:12 -05:00
Oz Linden
905431cf60
merge changes for 3.7.25-release
2015-02-24 15:48:28 -05:00
Oz Linden
6f3cf79a3a
merge changes for 3.7.24-release
2015-01-13 13:46:45 -05:00
Mnikolenko ProductEngine
f097c731d6
MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part of the link always appears.
2015-03-04 13:10:58 +02:00
Mnikolenko ProductEngine
bf51454223
MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done for non-Linden URLs
2015-01-09 12:10:32 +02:00
Mnikolenko ProductEngine
427191118e
MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part of the link always appears.
2015-01-19 17:52:06 +02:00
maksymsproductengine
027899963c
merge with 3.7.23-release
2014-12-19 23:20:47 +02:00
callum_linden
23711c9275
Rename llround(..) to ll_round(..) because of a collision with MS llround (long long round) in VS2013
2014-12-10 08:44:08 -08:00
Mnikolenko ProductEngine
28e8b8ecdb
MAINT-4683 FIXED Display SLURLs with incorrect coordinates as regular URLs.
2014-12-04 12:40:13 +02:00
dolphin
c2a516aee1
ACME-1635: Trusted Experiences now referred to as Key Experiences.
2014-11-06 16:25:17 -08:00
maksymsproductengine
c8cfcf8ea1
Fix build issues.
2014-10-16 17:27:44 +03:00
maksymsproductengine
2b8827a55f
MAINT-4169 FIXED Suppress initial display of the path portion of URLs from other users and scripts
2014-10-13 19:14:42 +03:00
Mnikolenko ProductEngine
99bf150059
MAINT-4582 FIXED Certain URLs which end contain secondlife.com or lindenlab.com incorrectly open the Place Profile floater
2014-10-16 10:41:03 +03:00
maksymsproductengine
6ea75fd4b0
MAINT-4548 & MAINT-4557 FIXED build issues
2014-10-07 18:59:11 +03:00
maksymsproductengine
a25748e11e
MAINT-4119 FIXED Uniquely decorate links on Second Life or Linden Lab domains
2014-10-02 18:20:10 +03:00
Cho
89eac2548a
Made it possible to search for experiences with an empty search string, and show experiences with blank names as (untitled experience) for ACME-1585
2014-08-20 01:11:27 +01:00
Mnikolenko ProductEngine
25547d320a
MAINT-4210 FIXED Don't try to replace wiki-link with label if it's not correct(contains url in label part).
2014-08-26 12:02:22 +03:00
Cho
f10f3d2fde
Added URL menu for experience profile links for ACME-1469
2014-06-02 21:16:28 +01:00
dolphin
48fece4473
Merge with 3.7.7-release
2014-05-07 11:14:26 -07:00
dolphin
74dcc04e69
Updated experience cache to get a const reference to xp data
2014-03-17 15:57:15 -07:00
Richard Linden
5b846ed2a6
merge with release
2014-03-12 12:48:43 -07:00
dolphin
34c12d009c
Merge
2014-03-10 13:06:06 -07:00
simon
cfadbe631f
Revert earlier back-out for MAINT-535 ... it's back in
2014-01-10 13:15:19 -08:00
simon
f291995dac
Revert changes made for MAINT-535 to test in a release cohort.
2014-01-07 15:18:29 -08:00