1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
Commit Graph

2046 Commits

Author SHA1 Message Date
echel0n
4d41d881eb Fix for pyGitHub module not found issue.
Added in bugtracker class
2014-11-16 02:58:20 -08:00
echel0n
9abe5ea859 Updated libs to include new pyGitHub modules.
Updated versionChecker code to reflect new pyGitHub module.
2014-11-15 23:58:37 -08:00
echel0n
ea2ec2390a Updated readme.md 2014-11-15 22:45:57 -08:00
echel0n
b8295024be Fixed bug #897, switched message to be classified as a warning instead of a error 2014-11-15 20:59:55 -08:00
echel0n
aa76734f56 Fix for bug #898, fixes issues with show image overlay when using small poster layout 2014-11-15 20:57:39 -08:00
echel0n
1f168c18c2 Merge pull request #907 from Eiber/feature/UI-improvement
UI improvement on Add Show pages
2014-11-15 20:29:51 -08:00
echel0n
238df07c1d Fix for bug #903, Fixes issues relating to proper and repack provider searches 2014-11-15 20:17:47 -08:00
Eiber
f4dbc35370 UI improvement on Add Show pages
UI improvement on Add Show pages
2014-11-15 21:15:06 +01:00
echel0n
b1d7cdc1ad Fixed bug #895, automatic post-processing not being enabled when setting enabled from config. 2014-11-14 19:59:22 -08:00
echel0n
a5c0fe1d3c Existing shows no longer display when adding new trending shows. 2014-11-14 16:53:39 -08:00
echel0n
1c46813e89 Fixed adding of trending shows.
Fixed adding root directory issues.
2014-11-14 16:35:10 -08:00
echel0n
5eaa84f429 Updated readme 2014-11-12 23:09:37 -08:00
echel0n
7a0f7af6fb Fixed TrendingShows regex issue 2014-11-12 22:50:55 -08:00
echel0n
9257a5f2fe Revert: Fixed regex issue (3e958ca0e1) 2014-11-12 22:48:05 -08:00
echel0n
297e69094a Fixed regex issue 2014-11-12 22:38:51 -08:00
echel0n
3e958ca0e1 Fixed regex issue 2014-11-12 22:35:36 -08:00
echel0n
db1babf8a2 Added back donation button 2014-11-12 19:47:26 -08:00
echel0n
88e1f2e65a Added function to auto-update remote origin url, can be manually set in config as well. 2014-11-12 16:00:45 -08:00
echel0n
78b9bb2c8d Changed repo org url to reflect new org SiCKRAGETV 2014-11-12 14:02:25 -08:00
JackDandy
9016956d6d Merge pull request #1 from tehspede/feature/fix_missing_html_in_notifications
Fix missing HTML in notifications resulting in incorrect formatting.
2014-11-12 07:28:10 +00:00
tehspede
a1ce52df8f Fix missing HTML in notifications resulting in incorrect formatting. 2014-11-12 09:24:34 +02:00
JackDandy
15fff14355 Merge pull request #150 from Prinz23/feature/ChangeShowNetworkSettingHandler
Change how the "local/network" setting is handled to address some issues...
2014-11-11 22:56:43 +00:00
Prinz23
732009fd98 Change how the "local/network" setting is handled to address some issues.
Move local/network setting datetime convert into it's own function.
Function parse_date_time() now returns when possible a correct timezone aware datetime.
Change webapi to use new converter.
Fix Daily Searcher.
Fix saving old DateTime setting.
Add safety check if network_dict is already loaded.
2014-11-11 18:15:25 +00:00
JackDandy
304206e979 Merge pull request #149 from tehspede/feature/close_button_notifications
Update PNotify lib. Make notify close button always visible. Fix issue w...
2014-11-11 18:12:15 +00:00
tehspede
8514285530 Update PNotify lib. Make notify close button always visible. Fix issue with multiple tabs. 2014-11-11 19:11:15 +02:00
JackDandy
6fb020372d Merge pull request #148 from JackDandy/feature/FixMissingNetworkHeader
Fix missing header and text in poster layout when network is none on com...
2014-11-11 15:51:09 +00:00
JackDandy
69a0e859ab Fix missing header and text in poster layout when network is none on coming episodes page.
Fix missing header and "on <missing text>" when network is none and Layout "Poster" with Sort By "Network" on coming episodes page.
2014-11-11 15:38:05 +00:00
JackDandy
4d6543b73a Merge pull request #146 from JackDandy/feature/FixAPI_JSON_Response
Fix API response header for JSON content type and the return of JSONP data
2014-11-11 15:34:38 +00:00
JackDandy
477b0806b0 Fix API response header for JSON content type and the return of JSONP data.
The API should return application/json Content-Type for JSON data instead of application/html. Tornado expects a dict in order to JSON encode and send header "Content-Type:application/json". SR already encodes data plus it supports JSONP. So, the encoded string data is wrapped into a dict, and a test is added at Tornado def write() to unwrap and skip encoding, in order to set the correct content-header and also use JSONP.

Added file HACKS.txt to serve as a reminder for anyone updating the library.
2014-11-11 13:22:03 +00:00
JackDandy
f43eb948c6 Merge pull request #137 from JackDandy/ChangeTZFailedToWarn
Change reporting failed network_timezones.txt updates from an error to a...
2014-11-10 13:34:07 +00:00
JackDandy
8c91bfdcc2 Merge pull request #139 from Supremicus/feature/fix_status_column
Fix displayShow status and subtitle columns
2014-11-10 13:33:06 +00:00
JackDandy
f03a3c9df1 Merge pull request #141 from Supremicus/feature/fix_comingeps_typo
Fix typo breaking layout on comingeps
2014-11-10 13:32:48 +00:00
Supremicus
d9c76b2f53 Fix typo breaking layout on comingeps
' should have been a "
2014-11-10 21:15:36 +10:00
Supremicus
c8b4ae918b Fix displayShow status and subtitle columns
Changed to the new column class names to properly update statuses.
Missed during new ui changes.
2014-11-10 17:29:24 +10:00
JackDandy
afce91f79d Change reporting failed network_timezones.txt updates from an error to a warning.
Tone down the language used and error to a warning for this common temporary server side fault.
2014-11-10 04:45:26 +00:00
JackDandy
fe3024c815 Merge pull request #124 from JackDandy/feature/AnonymousLinkBuilder
Add an anonymous redirect builder for external links.
2014-11-10 04:04:00 +00:00
JackDandy
0607b912d8 Add an anonymous redirect builder for external links.
Add anonymous redirect to external links on pages... Add Trending Show, Add Existing Shows, Add New Shows, Coming Episodes, Display Show, Config Notifications, Config Anime, Subtitle Providers, ASCII chart on General Config Advanced, links of newly created Usenet and Torrent providers.
Update xbmc link to Kodi at Config Notifications.
Fix irc protocol link to not use http protocol linkage on Config/Help and align lower right side column to the upper right side text.
2014-11-10 04:01:53 +00:00
JackDandy
3dba358dda Merge pull request #123 from adam111316/feature/FixUtf8OnIndexers
Fix parsing utf8 data from tvdb and tvrage
2014-11-10 02:13:36 +00:00
adam
af1c16c4da Fix parsing utf8 data from tvdb and tvrage 2014-11-10 10:07:47 +08:00
JackDandy
bd723abc9f Merge pull request #132 from Supremicus/feature/fix_dropdown_confirm
Fix dropdown confirm dialogs
2014-11-09 23:23:42 +00:00
Supremicus
8d12cadd14 Fix dropdown confirm dialogs 2014-11-10 08:10:37 +10:00
JackDandy
5cd1b65b8e Merge pull request #131 from JackDandy/FixTrashOnPlatformOther
Fix invalid use of str() in the Send2Trash library for platforms other.
2014-11-09 20:28:03 +00:00
JackDandy
9ad811432a Fix invalid use of str() in the Send2Trash library for platforms other. 2014-11-09 20:25:23 +00:00
JackDandy
80012e83f7 Merge pull request #127 from adam111316/feature/FixTvrageMediabrowser
Fix post processing when using tvrage indexer and mediabrowser metadata ...
2014-11-09 05:50:10 +00:00
Adam
687d2b96ab Fix post processing when using tvrage indexer and mediabrowser metadata generation 2014-11-09 13:44:47 +08:00
JackDandy
288d488d09 Merge pull request #126 from adam111316/feature/FixPosterProgressSort
Fix progress sort direction for poster layout view on home page
2014-11-09 03:59:41 +00:00
Adam
9cfad22870 Fix progress sort direction for poster layout view on home page 2014-11-09 11:49:19 +08:00
JackDandy
e01859bab6 Merge pull request #125 from Supremicus/feature/fix_kat_url
Fix missing kat url in config_providers
2014-11-09 03:47:12 +00:00
Supremicus
c0d6641f04 Fix missing kat url in config_providers 2014-11-09 13:45:10 +10:00
adam111316
7dfad34f5a Merge pull request #122 from bjtaylor93/growl-update-registration
Fix growl registration not sending sickrage update notification registration
2014-11-08 21:18:54 +08:00