From e85b7a05a177f803ae36ba5c12835313f31177bc Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 11 Nov 2017 14:01:21 +0100 Subject: Update thumbnail integration after rebasing the branch --- tpl/default/configure.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index a63c7ad3..b91fc07e 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -242,6 +242,26 @@ +
+
+
+ +
+
+
+
+ +
+
+
-- cgit v1.2.3 From 787faa42f3a2bcbf83a7853f23f3667a6febf9da Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 6 Apr 2018 18:21:47 +0200 Subject: Take code review into account Upgrade web-thumbnailer and display thumbs right after download --- tpl/default/configure.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index b91fc07e..5695ae8e 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -249,8 +249,12 @@ {'Enable thumbnails'|t}
{'Warning: '|t} - {'It\'s recommended to visit the picture wall after enabling this feature.'|t} - {'If you have a large database, the first retrieval may take a few minutes.'|t} + {if="$gd_enabled"} + {'It\'s recommended to visit the picture wall after enabling this feature.'|t} + {'If you have a large database, the first retrieval may take a few minutes.'|t} + {else} + {'You need to enable the extension php-gd to use thumbnails.'|t} + {/if} @@ -258,7 +262,7 @@
+ {if="$thumbnails_enabled"}checked{/if} {if="!$gd_enabled"}disabled{/if} />
-- cgit v1.2.3 From 28f26524609338316cc6e51c743058e6e8c7b12b Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 8 Jun 2018 12:50:49 +0200 Subject: Add a page to update all thumbnails through AJAX requests in both templates --- tpl/default/configure.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 5695ae8e..dca9503b 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -248,12 +248,10 @@ -- cgit v1.2.3 From b302b3c584b84f22f0e6f187b072180ecbacdfab Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 5 Jul 2018 20:29:55 +0200 Subject: Thumbnails: add a common mode to only retrieve thumbs from popular media websites --- tpl/default/configure.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index dca9503b..9711d151 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -259,8 +259,17 @@
- +
-- cgit v1.2.3 From 7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 17 Jul 2018 13:13:26 +0200 Subject: Bunch of improvement for thumbnails integration: - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config --- tpl/default/configure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 9711d151..42e32230 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -251,7 +251,7 @@ {if="! $gd_enabled"} {'You need to enable the extension php-gd to use thumbnails.'|t} {elseif="$thumbnails_enabled"} - {'Synchonize thumbnails'|t} + {'Synchronize thumbnails'|t} {/if} -- cgit v1.2.3