Commit graph

2362 commits

Author SHA1 Message Date
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
b117ae2807 Merge branch 'hotfix/0.3.1' 2014-11-20 00:41:36 +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
JackDandy
b3010932b8 Merge pull request #18 from adam111316/feature/RemoveOldVersionChecker
Remove old version checking code that no longer applies to SickGear's release system
2014-11-18 13:03:35 +00:00
Adam
d599406861 Remove old version checking code that no longer applies to SickGear's release system 2014-11-18 15:46:23 +08:00
JackDandy
f1de451516 Merge branch 'feature/AddAnimeTreatAsHDTV' into develop 2014-11-17 16:02:44 +00:00
Adam
8780d6a601 Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown". 2014-11-17 15:58:17 +00:00
JackDandy
1ed4020f8b Merge branch 'feature/RemoveAnimezbProvider' into develop 2014-11-17 11:50:34 +00:00
Adam
ff654aa894 Remove obsolete Animezb provider
Animezb provider no longer exists
2014-11-17 11:49:02 +00:00
JackDandy
71e28fc87a Merge pull request #22 from adam111316/feature/Remove_t411_provider
Remove unsupported t411 provider
2014-11-17 10:38:55 +00:00
Adam
8b5ab27444 Remove unsupported t411 provider
Removing unsupported french private tracker
2014-11-17 14:50:44 +08:00
JackDandy
7852aa0478 Merge branch 'feature/FixLimitedBacklogOutput' into develop 2014-11-16 02:20:13 +00:00
JackDandy
b6d079fe48 Fix the log output of the limited backlog search for episodes missed.
The log text backwardly reported processing was for missed episodes older than x days. It's for episodes missed during the last x days.
2014-11-16 02:19:15 +00:00
JackDandy
3d8be67d81 Merge branch 'feature/RemoveUnneededDatetimeConvert' into develop 2014-11-16 01:01:16 +00:00