From 9f98c64d18927e15721448b6e411768189abf47c Mon Sep 17 00:00:00 2001 From: marcdeb1 Date: Sat, 23 Mar 2019 15:25:37 +0100 Subject: [PATCH 1/4] Merging --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 45cca5e..d66b5c5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ lbryexplorer.zip lbryexplorer.komodoproject .komodotools +/.gtm/ From b8a685a8dc2e46b230c7a924c84cf9611d5c1ea6 Mon Sep 17 00:00:00 2001 From: marcdeb1 Date: Mon, 25 Mar 2019 23:03:03 +0100 Subject: [PATCH 2/4] Home page lbry link fix --- src/Template/Main/index.ctp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Template/Main/index.ctp b/src/Template/Main/index.ctp index fedcf93..d6b53db 100644 --- a/src/Template/Main/index.ctp +++ b/src/Template/Main/index.ctp @@ -187,14 +187,6 @@ foreach ($recentClaims as $claim): $idx++; $autoThumbText = $claim->getAutoThumbText(); - $link = $claim->name; - $rawLink = $claim->name; - if (isset($claim->publisher)) { - $link = urlencode($claim->publisher) . '/' . $link; - $rawLink = $claim->publisher . '/' . $link; - } - $link = 'lbry://' . $link; - $rawLink = 'lbry://' . $rawLink; // content type $ctTag = $claim->getContentTag(); @@ -219,7 +211,7 @@