Commit graph

2240 commits

Author SHA1 Message Date
Prinz23
bee6dae995 Remove redundant Coming Eps template code used in the old UI.
The submenu variable is no longer used on the Coming Eps page.
2014-12-03 02:50:47 +00:00
JackDandy
0dfe997ab3 Merge branch 'release/0.4.0' into develop 2014-11-27 03:51:01 +00:00
JackDandy
fe1ef70ef4 Merge pull request #63 from JackDandy/feature/AddImages
Change some provider images. Add a few new images.
2014-11-27 03:40:10 +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
79b1806cf9 Change some provider images. Add a few new images.
Add nzbs_in and nzb_is for custom providers to use.
Add network images for Esquire and Smithsonian.
Add a tweaked 6box for dark and light themes.
Reduce size of some images.
2014-11-27 03:04:58 +00:00
JackDandy
ee0a986fad Merge branch 'release/0.4.0' into develop 2014-11-26 14:52:26 +00:00
JackDandy
e86505e6bf Merge branch 'release/0.4.0' of github.com:SickGear/SickGear into release/0.4.0 2014-11-26 14:25:02 +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
90eff209e0 Merge branch 'release/0.4.0' into develop 2014-11-26 01:19:44 +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
2efe59bb0f Merge branch 'release/0.4.0' into develop 2014-11-24 01:20:51 +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
5f5080d3ab Merge branch 'release/0.4.0' into develop 2014-11-23 21:07:46 +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
42f8911798 Merge pull request #19 from adam111316/feature/AddNetworkStandardization
Add TVRage network name standardization
2014-11-23 14:20:41 +00:00
Adam
a046729436 Add TVRage network name standardization 2014-11-23 22:16:23 +08:00
JackDandy
d90af06c2c Merge branch 'release/0.4.0' into develop 2014-11-23 04:06:48 +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
a72727ed77 Merge branch 'release/0.4.0' into develop 2014-11-23 00:13:16 +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
JackDandy
5415c0934c Merge pull request #47 from JackDandy/feature/AddFocusToHomeSearchBox
Add auto focus to home page Search Show Name field.
2014-11-22 17:12:12 +00:00
JackDandy
2de69d028b Add auto focus to home page Search Show box.
Add ability to auto focus on Show List/Layout:Simple when page is refreshed, can control this option via General Config/Interface.
2014-11-22 17:06:23 +00:00
adam111316
9b69b18346 Merge pull request #33 from adam111316/feature/AddFailedDatabaseUnitTest
Add failed database to unit tests tear down function
2014-11-22 23:01:06 +08:00
Adam
711898aa46 Add failed database to unit tests tear down function
Fix purging of database files in tear down function during unit tests
2014-11-22 22:15:35 +08:00
adam111316
79d359607c Merge pull request #32 from adam111316/feature/FixNonEscapedWords
Fix searches freezing due to unescaped ignored or required words
2014-11-22 20:01:38 +08:00
Adam
bb2d874d2b Fix searches freezing due to unescaped ignored or required words
Conflicts:
	CHANGES.md
2014-11-22 19:20:01 +08: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