Commit graph

2123 commits

Author SHA1 Message Date
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
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
b06576a6a1 Fix failing travis tests
Remove a test from scene helpers test suite
Remove unnecessary test from post processing test suite
Fix unicode test by catching InvalidShowException in  name parser test suite
2014-11-20 00:41:11 +08:00
JackDandy
0d5318cc2f Merge pull request #28 from Supremicus/feature/pnotify_fix
Fix pnotify notifications going full page
2014-11-18 13:35:39 +00:00
Supremicus
b52b8556ee Fix pnotify notifications going full page 2014-11-18 23:34:36 +10:00