From 42db53f11485b44fc66537dfb20b7a98f563f668 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Sat, 28 Oct 2017 21:06:09 +0100 Subject: [PATCH] Change Bulk Changes and Notifications save to be web_root setting aware. Change subtitle addons no longer need to be saved before Search Subtitles is enabled as a forbidden action to reuse an exited FindSubtitles thread is no longer attempted. Fix tools menu not opening for some browsers. --- CHANGES.md | 4 ++ .../default/config_notifications.tmpl | 2 +- gui/slick/interfaces/default/displayShow.tmpl | 2 +- gui/slick/interfaces/default/history.tmpl | 3 +- gui/slick/interfaces/default/inc_top.tmpl | 2 +- gui/slick/js/bulkChange.js | 2 +- sickbeard/__init__.py | 45 +++++++------------ sickbeard/config.py | 14 ++++-- sickbeard/webserve.py | 22 +-------- 9 files changed, 37 insertions(+), 59 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0b21eced..be558210 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -126,6 +126,10 @@ * Remove Pushalot notifier * Remove XBMC notifier * Change a link to include webroot for "plot overview for this ended show" +* Change Bulk Changes and Notifications save to be web_root setting aware +* Change subtitle addons no longer need to be saved before Search Subtitles is enabled as a + forbidden action to reuse an exited FindSubtitles thread is no longer attempted +* Fix tools menu not opening for some browsers [develop changelog] diff --git a/gui/slick/interfaces/default/config_notifications.tmpl b/gui/slick/interfaces/default/config_notifications.tmpl index 5d894b1e..ed41191c 100644 --- a/gui/slick/interfaces/default/config_notifications.tmpl +++ b/gui/slick/interfaces/default/config_notifications.tmpl @@ -35,7 +35,7 @@
-
+
  • Home Theater / NAS
  • diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index a3af1244..98541b1c 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -321,7 +321,7 @@ #echo ('', '

    ')[any($ep_tally)] #if $show_ended #if $varExists('force_update') - A force full update may return a plot overview for this ended show + A force full update may return a plot overview for this ended show #else Restart SickGear to get a new link here for this ended show #end if diff --git a/gui/slick/interfaces/default/history.tmpl b/gui/slick/interfaces/default/history.tmpl index aa288c15..aeaffa57 100644 --- a/gui/slick/interfaces/default/history.tmpl +++ b/gui/slick/interfaces/default/history.tmpl @@ -58,8 +58,7 @@ }); \$('#limit').change(function(){ - url = '$sbRoot/history/?limit=' + \$(this).val() - window.location.href = url + window.location.href = '$sbRoot/history/?limit=' + \$(this).val() }); #set $fuzzydate = 'airdate' diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index a7489561..603c39cf 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -196,7 +196,7 @@
-