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 +++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 28 deletions(-) (limited to 'app/views/configure/reading.phtml') 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'] ?>"/> -
+
+
-
+
- -
+
+ + +
+ +
+ +
+
+ +
+
+ +
-- cgit v1.2.3