From a692cfb745c346283bada74775a7e89185fdb1dc Mon Sep 17 00:00:00 2001 From: evilhero Date: Mon, 9 Feb 2015 13:44:10 -0500 Subject: [PATCH] FIX: Hopefully addressed the issue where re-downloads of the pull-list occur after they've already been downloaded, FIX: Having duplicate issues within the series directory will now be handled properly based entirely on duplication settings in the GUI, FIX: Fixed a small bug when adding a series, would not populate the pull-list when the series was on said list, IMP: Removed Downloaded status as an available option to change issues to on the comic details page, FIX: Formatted multiple series diretories on the comic details page a bit better, IMP: Added different css colouring for Downloaded status on the weekly pull list, FIX: Annuals should now be appearing on the Manage Issues tab --- data/interfaces/default/comicdetails.html | 9 +-- data/interfaces/default/css/data_table.css | 17 +++++ data/interfaces/default/css/style.css | 3 + data/interfaces/default/manageissues.html | 15 +++- data/interfaces/default/weeklypull.html | 2 + mylar/importer.py | 70 ++++++++++++------ mylar/updater.py | 86 ++++++++++++++-------- mylar/webserve.py | 1 - mylar/weeklypull.py | 4 +- 9 files changed, 145 insertions(+), 62 deletions(-) diff --git a/data/interfaces/default/comicdetails.html b/data/interfaces/default/comicdetails.html index 15b4b18d..5414b676 100755 --- a/data/interfaces/default/comicdetails.html +++ b/data/interfaces/default/comicdetails.html @@ -146,11 +146,11 @@ archive_path = 'None' %> %if os.path.exists(archive_path) and archive_path != comic['ComicLocation']: - - Secondary: ${archive_path} +
+

Primary: ${comic['ComicLocation']}
+ Secondary: ${archive_path}

%else: -