From d785ddde2a00a9eadd38c45c528f2d2f6d1c356a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 25 Jun 2022 11:15:51 +0200 Subject: New option to automatically mark as read gone articles (#4426) * New option to automatically mark as read gone articles Option to automatically and immediately mark as read entries / articles that are no longer provided in their upstream RSS / ATOM / XPath feed * Reduce SQL queries Optimisation: Perform cache update only once --- app/views/configure/reading.phtml | 69 ++++++++++++++++++++++--------------- app/views/helpers/feed/update.phtml | 34 ++++++++++++------ 2 files changed, 64 insertions(+), 39 deletions(-) (limited to 'app/views') diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index 825655102..251981397 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -69,7 +69,7 @@ - +
@@ -200,21 +200,6 @@
-
- -
- -
-
-
@@ -236,7 +221,7 @@ data-leave-validation="mark_when['site'] ?>"/> -
+
@@ -248,31 +233,59 @@ data-leave-validation="mark_when['scroll'] ?>"/> -
+
+
-
+
- -
+
+ + +
+ +
+ +
+
+ +
+
+ +
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 1acf570ea..dc0f53a52 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -186,9 +186,17 @@
- +
- + +
@@ -205,17 +213,14 @@
- +
- + + + - +
@@ -231,6 +236,13 @@ +
+ +
+ +
+
+
-- cgit v1.2.3