Commit graph

2126 commits

Author SHA1 Message Date
adam
8bc6e7bbea Merge branch 'release/0.4.0' 2014-12-04 18:52:44 +08:00
adam
bee6637cbc Fix release date for 0.4.0 2014-12-04 18:51:53 +08:00
JackDandy
d0de39d685 Merge pull request #73 from JackDandy/feature/FixDisplayShowAndAPISort
Fix article sorting for Display Show, and API pages.
2014-12-04 10:39:03 +00:00
JackDandy
f72229c591 Fix article sorting for Display Show, and API pages. 2014-12-04 10:28:29 +00:00
JackDandy
b1d7de9714 Merge pull request #64 from JackDandy/feature/FixArticleSort
Fix article sorting for Coming Eps, Manage, Show List, and Trending Shows
2014-11-27 03:39:54 +00:00
JackDandy
3cac799877 Fix article sorting for Coming Eps, Manage, Show List, and Trending Shows.
Increase article sorting strictness with a central helper function.
2014-11-27 03:34:41 +00:00
JackDandy
73648186cd Merge pull request #60 from JackDandy/feature/FixDisplayShowSeasonJump
Fix season jumping dropdown menu for shows with over 15 seasons on Display Show.
2014-11-26 14:21:12 +00:00
Supremicus
765fe798fd Fix season jumping dropdown menu for shows with over 15 seasons on Display Show. 2014-11-26 13:43:40 +00:00
JackDandy
ac1cf1879a Merge pull request #57 from JackDandy/feature/FixCalendarThisWeek
Feature/fix calendar this week
2014-11-26 00:19:37 +00:00
JackDandy
2808e8edf4 Add multi dimension sorting and clarify some variable naming. 2014-11-25 23:14:49 +00:00
Prinz23
fb70e80461 Fix items shown for the current week on Coming Episodes/Calendar Layout.
Other data: past and after next week isn't shown in this view.
Fix wrong sql operator being used.
Fix: convert tomorrow toordinal().
Change bring webapi inline to these changes.
2014-11-25 14:15:13 +00:00
JackDandy
d9e3eacdda Merge pull request #55 from JackDandy/feature/FixComingEpsIncludeShows
Fix Coming Eps Page to include shows +/- 1 day for time zone corrections.
2014-11-24 01:12:35 +00:00
Prinz23
9ff267bd76 Fix Coming Eps Page to include shows +/- 1 day for time zone corrections.
More detail...
Episodes airing in a different time zone to the users own can be missing on the Coming Episodes Page. For today, the current day next week, and the last day in the missing episode range; these 3 days (+/- 1 day) can be missing episodes from the display if they air on a different day in their time zone compared to the users current day.

All episodes in the banner layout for today may display as red or green background even if not aired/missing yet because of their airing time. The background colour of the first episode of today in banner view would be shown for all episodes today in this view, since the variable for the episode ending which determines the background colour was only set for the first episode after the today's day header.

Technical detail...
Fix banner view: cur_ep_enddate wasn't set for every episode.
Remove duplicates from SQL result.
2014-11-24 01:07:14 +00:00
JackDandy
56d27a390a Merge pull request #54 from JackDandy/feature/FixAPIShowsSpeed
Fix reduces time API endpoint Shows takes to return results.
2014-11-23 21:01:18 +00:00
Adam
7930cbcd80 Fix reduces time API endpoint Shows takes to return results.
Fix indexer mapper caching.
Fix tvrage API garbage collection.
2014-11-23 20:57:38 +00:00
JackDandy
6ddee0257e Merge pull request #52 from JackDandy/feature/FixTrendingFilter
Fix Add Trending Shows "Not In library" now filters tvrage added shows.
2014-11-23 03:50:15 +00:00
JackDandy
67c3352eee Fix Add Trending Shows "Not In library" now filters tvrage added shows.
Add a hover over text "In library" on Add Trending Shows to display tv database show was added from.
2014-11-23 03:28:45 +00:00
JackDandy
1a21189edf Merge pull request #51 from JackDandy/feature/FixGenConfigTypo
Fix typo on General Config/Misc.
2014-11-22 23:38:55 +00:00
JackDandy
d735d81ed5 Fix typo on General Config/Misc. 2014-11-22 23:30:09 +00:00
Adam
bf14d08d9a Update changelog for 0.4.0 release 2014-11-22 10:53:58 +08:00
JackDandy
f65227bf43 Merge pull request #45 from JackDandy/feature/OverhaulSearchProviders
Change overhaul Config/Search Providers plus fix a couple of config links
2014-11-22 01:44:54 +00:00
JackDandy
5c6ca57474 Change overhaul Config/Search Providers plus fix a couple of config links.
Change Config/Search Providers texts and descriptions.
Fix display when no providers are visible on Config/Search Providers.
Fix failing "Search Settings" link that is shown on Config/Search Providers when Torrents Search is not enabled under that Config/Search Settings/Torrent Search tab.
Fix failing "Providers" link on Config/Search Settings/Episode Search tab.
Change case of labels in General Config/Interface/Timezone.
Split enabled from not enabled providers in the Configure Provider drop down on the Providers Options tab.
2014-11-22 01:18:53 +00:00
JackDandy
7f3ed3ef63 Merge pull request #41 from JackDandy/feature/FixDisplayShowRatingsGlitch
Fix glitch above rating stars on Display Show page.
2014-11-21 11:57:15 +00:00
JackDandy
4f5e1f01ad Fix glitch above rating stars on Display Show page.
And the alignment of items on that line.

Conflicts:
	CHANGES.md
2014-11-21 11:53:09 +00:00
JackDandy
2ebd0a90a3 Merge pull request #44 from JackDandy/feature/FixAddShowFromTVRage
Fix adding shows from TVRage API plus sorting them in Layout Simple of S...
2014-11-21 11:51:29 +00:00
JackDandy
aab5476bc2 Fix adding shows from TVRage API plus sorting them in Layout Simple of Show List.
Show failed to be added from TVRage API with "show contains no season/episode data" error.
Change TVRage "Canceled/Ended" to "Ended" status to correct the sort on Simple Layout of Show List page.

Conflicts:
	CHANGES.md
2014-11-21 11:48:51 +00:00
JackDandy
f3785e9867 Merge pull request #42 from Supremicus/feature/fix_qtip_binds
Fix qtips on Display Show and Config Post Processing
2014-11-21 11:45:12 +00:00
Supremicus
ed4256d8c2 Fix qtips on Display Show and Config Post Processing 2014-11-21 14:41:42 +10:00
JackDandy
07d9956ce6 Merge branch 'feature/FixTypo' into develop 2014-11-21 00:59:19 +00:00
JackDandy
4ceee9a803 Fix typo for commit "ShowData handler" i.e. SHA-1:3eec217. 2014-11-21 00:55:41 +00:00
JackDandy
262e54a123 Merge pull request #40 from JackDandy/feature/FixNoEpisodeDataHandler
Fix a handler when EpisodeData is not available in tvdb and tvrage APIs
2014-11-20 21:28:10 +00:00
JackDandy
64bb3d53dc Fix a handler when EpisodeData is not available in tvdb and tvrage APIs
Addresses Traceback TypeError: list indices must be integers, not str. Is sometimes raised when doing a Force Full Update.
2014-11-20 21:25:44 +00:00
JackDandy
17f5da7281 Merge pull request #39 from JackDandy/feature/FixNoShowDataHandler
Fix a handler when ShowData is not available in tvdb and tvrage APIs.
2014-11-20 18:47:56 +00:00
JackDandy
3eec21704a Fix a handler when ShowData is not available in tvdb and tvrage APIs.
"KeyError:<show_id>" Traceback is addressed.
2014-11-20 18:46:17 +00:00
JackDandy
037f2e96b2 Merge pull request #38 from JackDandy/feature/ChangeAirdateModifyStamp
Change airdateModifyStamp to handle hour that is "00:00".
2014-11-20 18:36:07 +00:00
JackDandy
b92eecb41b Change airdateModifyStamp to handle hour that is "00:00". 2014-11-20 18:35:14 +00:00
JackDandy
9a3fcf9920 Merge pull request #37 from JackDandy/feature/FixAPIEpisodeSetStatus
Fix API endpoint Episode.SetStatus to "Wanted".
2014-11-20 18:30:31 +00:00
JackDandy
f164934888 Fix API endpoint Episode.SetStatus to "Wanted". 2014-11-20 16:37:58 +00:00
JackDandy
d68351ac87 Merge pull request #31 from JackDandy/feature/UpdateRequestsLib
Update Requests library 2.3.0 to 2.4.3 (9dc6602).
2014-11-20 14:50:27 +00:00
JackDandy
6da09b8db0 Change suppress HTTPS verification InsecureRequestWarning.
Suppress this potentially confusing warning because many sites use self-certified certificates.

Change a couple of lib references to be full paths.
2014-11-20 03:07:44 +00:00
JackDandy
d03f198e13 Reapply check that SSLv3 is available before use that is listed in hacks.txt to new lib.
This fixes an issue in the urllib3/PyOpenSSL contrib in requests lib that assumes ssl.protocol_sslv3 is always defined. Many systems have disabled this protocol in light of recent security issues.
2014-11-20 02:09:45 +00:00
JackDandy
556e92a730 Update Requests library 2.3.0 to 2.4.3 (9dc6602). 2014-11-20 02:05:32 +00:00
JackDandy
476a539432 Merge branch 'feature/AddIfExistsSSLv3' into develop 2014-11-19 18:04:49 +00:00
vergessen
b5b3ad980a Add check that SSLv3 is available before use.
This fixes an issue in the urllib3/PyOpenSSL contrib in requests lib that assumes ssl.protocol_sslv3 is always defined. Many systems have disabled this protocol in light of recent security issues.
2014-11-19 18:01:54 +00:00
JackDandy
d24d6888ad Merge branch 'feature/OverhaulConfigPostprocessing' into develop 2014-11-19 17:21:12 +00:00
JackDandy
9d37bd538f Change more overhaul to Config Post Processing.
Change texts and descriptions throughout.
Fix info icons in "Naming Legends".
Change naming sample lines to be more available.
Add failed downloads Sabnzbd setup guide.
Fix "Anime name pattern" custom javascript validation.
2014-11-19 17:20:32 +00:00
Supremicus
be92776792 Overhaul Config Post Processing.
Change overhaul Config Post Processing to be in line with General Configuration.
Change rearrange post processing items into sections for easier use.
Fix CSS overriding link colors on config pages.
2014-11-19 17:19:25 +00:00
JackDandy
463df59b05 Merge branch 'develop' of github.com:SickGear/SickGear into develop 2014-11-19 16:54:30 +00:00
Adam
d0dfc1ca3f Merge branch 'hotfix/0.3.1' into develop 2014-11-20 00:43:06 +08:00
Adam
b117ae2807 Merge branch 'hotfix/0.3.1' 2014-11-20 00:41:36 +08:00