From 6eeeec4838d58e21087a75e437d7fbd614a09db2 Mon Sep 17 00:00:00 2001 From: woxcab Date: Fri, 3 Nov 2017 10:23:29 +0300 Subject: Allow
tag in the RSS item' description --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index f883a12e7..4265692ec 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1663,7 +1663,7 @@ 'caption', 'cite', 'center', 'code', 'col', 'colgroup', 'data', 'dd', 'del', 'details', 'description', 'dfn', 'div', 'dl', 'font', 'dt', 'em', 'footer', 'figure', 'figcaption', - 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i', + 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'hr', 'html', 'i', 'img', 'ins', 'kbd', 'li', 'main', 'mark', 'nav', 'noscript', 'ol', 'p', 'pre', 'q', 'ruby', 'rp', 'rt', 's', 'samp', 'section', 'small', 'source', 'span', 'strike', 'strong', 'sub', 'summary', -- cgit v1.2.3-54-g00ecf From ee0f64c0f2d7109ae0f4275338bfe5fc246cca01 Mon Sep 17 00:00:00 2001 From: tschuettler Date: Tue, 14 Nov 2017 01:09:11 +0100 Subject: Fix german string --- locale/de_DE/LC_MESSAGES/messages.mo | Bin 64601 -> 64602 bytes locale/de_DE/LC_MESSAGES/messages.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/de_DE/LC_MESSAGES/messages.mo b/locale/de_DE/LC_MESSAGES/messages.mo index 7a307dad8..b29dd8322 100644 Binary files a/locale/de_DE/LC_MESSAGES/messages.mo and b/locale/de_DE/LC_MESSAGES/messages.mo differ diff --git a/locale/de_DE/LC_MESSAGES/messages.po b/locale/de_DE/LC_MESSAGES/messages.po index fe549e93d..2c2f11881 100644 --- a/locale/de_DE/LC_MESSAGES/messages.po +++ b/locale/de_DE/LC_MESSAGES/messages.po @@ -3371,7 +3371,7 @@ msgstr "Keine Profile ausgewählt." #: js/prefs.js:1353 js/prefs.js:1406 msgid "Activate selected profile?" -msgstr "Ausgewählte Profile entfernen?" +msgstr "Ausgewählte Profile aktivieren?" #: js/prefs.js:1370 js/prefs.js:1422 msgid "Please choose a profile to activate." -- cgit v1.2.3-54-g00ecf From d1d05f7a12e3f044e76aefae9e2847e224469baf Mon Sep 17 00:00:00 2001 From: JustAMacUser Date: Thu, 16 Nov 2017 12:14:20 -0500 Subject: Updated af_comics GoComics handling to support comics with numbers and use the main web URL as a feed URL (legacy FeedBurner URL support still exists). --- plugins/af_comics/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index 6bd3c23e2..54054399e 100644 --- a/plugins/af_comics/init.php +++ b/plugins/af_comics/init.php @@ -65,7 +65,7 @@ class Af_Comics extends Plugin { } print ""; - print "

".__('GoComics requires a specific URL to workaround their lack of feed support: http://feeds.feedburner.com/uclick/comic_name (e.g. http://www.gocomics.com/garfield uses http://feeds.feedburner.com/uclick/garfield).')."

"; + print "

".__("To subscribe to GoComics use the comic's regular web page as the feed URL (e.g. for the Garfield comic use http://www.gocomics.com/garfield).")."

"; print "

".__('Drop any updated filters into filters.local in plugin directory.')."

"; @@ -89,7 +89,7 @@ class Af_Comics extends Plugin { if ($auth_login || $auth_pass) return $feed_data; - if (preg_match('#^https?://feeds.feedburner.com/uclick/([-a-z]+)#', $fetch_url, $comic)) { + if (preg_match('#^https?://(?:feeds\.feedburner\.com/uclick|www\.gocomics\.com)/([-a-z0-9]+)$#i', $fetch_url, $comic)) { $site_url = 'http://www.gocomics.com/' . $comic[1]; $article_link = $site_url . date('/Y/m/d'); -- cgit v1.2.3-54-g00ecf From 1d74979dfce07838bdc57f52be5477afc557a485 Mon Sep 17 00:00:00 2001 From: JustAMacUser Date: Thu, 16 Nov 2017 12:18:28 -0500 Subject: Add viewport meta tag to Preferences page. Similiar to commit b4865103 for the main index.php file. --- prefs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/prefs.php b/prefs.php index b1cdb0b49..82f23f583 100644 --- a/prefs.php +++ b/prefs.php @@ -31,6 +31,7 @@ Tiny Tiny RSS : <?php echo __("Preferences") ?> +