Ansariel
3af46da957
FIRE-15972: Recognize InWorldz IZURLs properly
2016-06-28 19:32:10 +02:00
Ansariel
2797c5938a
Merge Firestorm LGPL
2016-04-05 10:47:23 +02:00
Nicky
e71f62e0b9
Merge.
2016-04-01 18:37:30 +02:00
Nicky
a50faa943c
Merge.
2016-04-01 12:59:37 +02:00
Ansariel
d171e16c58
Merge Firestorm LGPL
2016-03-18 10:16:25 +01:00
Rider Linden
b8c1976460
Merge
2016-03-17 13:14:21 -07:00
Ansariel
3192fe832f
Merge viewer-quickgraphics
2016-03-08 01:41:31 +01:00
Ansariel
e7ade840e4
Merge viewer-bear
2016-01-24 14:00:30 +01:00
Nicky
6b0da7af72
Merge.
2016-01-17 01:05:13 +01: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
Nicky
4b7fb09a47
Merge.
2015-12-21 19:16:34 +01:00
AndreyL ProductEngine
40699b9663
MAINT-5498 LLUrlEntry regex refactoring
...
Improved LLUrlEntryHTTP, extended a test
2015-12-15 01:17:26 +02:00
Ansariel
1d91bb3bc5
Merge Firestorm LGPL tip
2015-12-03 10:34:52 +01:00
Ansariel
d5e65beb9d
FIRE-17152: Lindens Home Home control panel House Control panel URL is wrong
2015-12-01 00:43:27 +01:00
Oz Linden
c8726aba30
remove execute permission from many files that should not have it
2015-11-10 09:48:56 -05:00
Ansariel
68739bc569
Merge Viewer-Bear
2015-10-27 01:31:15 +01:00
Nicky
c218e524b2
Merge - Step 1; Still enough to do.
2015-10-26 20:20:13 +01: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
Ansariel
4a7ebe3708
size_t this...
2015-08-22 20:37:43 +02:00
Ansariel
f7e1774fcd
Try to re-allow URLs without protocol again...
2015-08-22 12:40:09 +02:00
Ansariel
5fe09cb64d
Merge Viewer-Bear
2015-08-22 03:13:17 +02: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
Ansariel
805c83bc7a
Simplify fix for FIRE-16642
2015-08-13 20:59:06 +02:00
Ansariel
3273e637f9
FIRE-16642: Show invalid Hypergrid node URIs
2015-08-13 20:35:35 +02: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
Ansariel
4ce6691cf8
Merge viewer-xp_tools
2015-06-25 11:57:17 +02: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
Ansariel
d7091cd375
FIRE-16298: Fix OpenSim SLURL parsing
2015-06-08 23:21:37 +02:00
Nicky
006190f2a1
Merge with tools update.
2015-05-05 13:09:27 +02:00
Ansariel
aabeeadf77
More hammering on the URI fail:
...
* Don't try to parse an unescaped URI - it will fail; unescape the label after parsing
* Use the default tooltip text for the labels
* Set the tooltip for both host and query part of an URI
2015-05-04 10:17:43 +02:00
Ansariel
6477e1c742
More URI unfailing
2015-05-04 00:26:12 +02:00
Ansariel
9be423524d
Merge LL V3.7.27
2015-04-14 22:08:31 +02: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