From e9e6fc34833ce56b9728063b2afc3e56d4d9dff3 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 7 May 2017 17:00:46 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Download=20icon=20=F0=9F=92=BE=20for=20othe?= =?UTF-8?q?r=20MIME=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299627105 --- app/Models/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Feed.php b/app/Models/Feed.php index 1bc6e48e8..f6059e9de 100644 --- a/app/Models/Feed.php +++ b/app/Models/Feed.php @@ -328,7 +328,7 @@ class FreshRSS_Feed extends Minz_Model { } elseif (strpos($mime, 'video/') === 0) { $content .= '

💾

'; } else { - unset($elinks[$elink]); + $content .= '

💾

'; } } } From 1a59bf8e52296563ee11277837249010a37a2e64 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 7 May 2017 17:03:52 +0200 Subject: [PATCH 2/2] Readme 1522 https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299627105 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b980e9d..bfd368be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ * Fix UI lowest subscription popup hidden [#1479](https://github.com/FreshRSS/FreshRSS/issues/1479) * Fix update system via ZIP archive [#1498](https://github.com/FreshRSS/FreshRSS/pull/1498) * Work around for IE / Edge bug in username pattern in version 1.6.3 [#1511](https://github.com/FreshRSS/FreshRSS/issues/1511) +* UI + * Download icon 💾 for other MIME types (e.g. `application/*`) [#1522](https://github.com/FreshRSS/FreshRSS/pull/1522) * I18n * Improve English [#1465](https://github.com/FreshRSS/FreshRSS/pull/1465) * Misc.