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

59 Commits

Author SHA1 Message Date
echel0n
9ecbd401f4 Name change XBMC -> Kodi 2014-11-28 14:47:43 -08:00
echel0n
78b9bb2c8d Changed repo org url to reflect new org SiCKRAGETV 2014-11-12 14:02:25 -08:00
tehspede
a1ce52df8f Fix missing HTML in notifications resulting in incorrect formatting. 2014-11-12 09:24:34 +02: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
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
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
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
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
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
adam
af1c16c4da Fix parsing utf8 data from tvdb and tvrage 2014-11-10 10:07:47 +08:00
Supremicus
8d12cadd14 Fix dropdown confirm dialogs 2014-11-10 08:10:37 +10:00
JackDandy
9ad811432a Fix invalid use of str() in the Send2Trash library for platforms other. 2014-11-09 20:25:23 +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
Supremicus
c0d6641f04 Fix missing kat url in config_providers 2014-11-09 13:45:10 +10:00
Brendann
e58f3fd9cd Update growl.py with missing registration of update notification
Update CHANGES.md

Added line to growl registration which adds common.NOTIFY_GIT_UPDATE as a sickrage notification type.
growl on some systems will not show notification unless it is registered.
2014-11-08 20:59:07 +08:00
JackDandy
46cd85299e Change improve Add Show/Add Trending Show page.
Fix white screen of death when trying to add a show that is already in library by replacing "Add Show" button with "In library".
Add show sorting options.
Add handler for when Trakt returns no results.
Fix image links when anchor child images are not found at Trakt.
Add image to be used when Trakt posters are void.
2014-11-07 22:45:56 +00:00
adam
e63ffd363c Fixes unicode issues during searches on newznab providers when rid mapping occurs 2014-11-08 01:02:29 +08:00
Adam
16b146284d Fix invalid responses when using sickbeard.searchtvdb api command 2014-11-07 08:19:27 +08:00
Brandon Casey
1845bdd5a9 Made all init scripts executable
Added to made init scripts executable to the changelog
2014-11-06 13:43:58 -05:00
JackDandy
cacce83dbf Tweak CHANGES.md. 2014-11-05 17:00:45 +00:00
JackDandy
2452063057 Fix Coming Episodes/Layout Calender/View Paused and tweak its UI text. 2014-11-05 15:53:01 +00:00
JackDandy
ef4470bd78 Add send2trash, General Config/Send to trash, and catch show dir not found exception.
Add send2trash, a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms. If send2trash is found not compatible, the user can use the default delete and manually delete failed send2trash files.
Add General Config/Misc/Send to trash for actions that involve removing shows and log rotation.
Add handling for the exception raised while deleting a show and show folder no longer exists.
2014-11-05 05:36:16 +00:00
Adam
1cf3237b9e Fixes changing root dirs on the mass edit page 2014-11-04 18:39:43 +08:00
JackDandy
cfd6ec4e00 Change to suppress reporting of Tornado exception error 1. 2014-11-03 23:04:36 +00:00
tehspede
ae94ab6d80 Change API now uses Timezone setting at General Config/Interface/User Interface/ at relevant endpoints 2014-11-04 00:26:22 +02:00
JackDandy
dfdc747018 Fix display issue of season tables in displayShow view / Display Specials. 2014-11-03 04:20:52 +00:00
Adam
d835e32063 Removed requirement for http login for API when an API key is provided 2014-11-02 23:50:47 +08:00
JackDandy
0cf76f2ea7 Merge pull request #78 from Supremicus/feature/displayshow_fixes
Fix and repositioned show_message on display show
2014-11-02 12:19:54 +00:00
Supremicus
9870d090d3 Fix and repositioned show_message on display show
Fix and repositioned show_message on display show to use bootstrap
styling
Remove commented out html from display show accidently left in during UI
changes
2014-11-02 21:18:59 +10:00
Adam
341491e638 Merge branch 'network_logo_svt' of https://github.com/garnesson/SickRage into develop 2014-11-01 12:00:29 +08:00
Adam
f6eda6954d Merge branch 'subtitle_api' of https://github.com/Hellowlol/SickRage into develop 2014-11-01 11:56:48 +08:00
Adam
72b9708a40 Merge branch 'feature/fix_indexers_config' of https://github.com/pmaciocia/SickBeard-TVRage into develop 2014-11-01 11:48:32 +08:00
JackDandy
d6950bc6f1 Fix exception raised when converting 12pm to 24hr format, also handles 12am.
Triggered when setting file modify time (e.g. during PP and also scheduled show updates).
2014-10-31 15:29:18 +00:00
Adam
f733ea936d Merge branch 'feature/fix_backlogoverview' of https://github.com/adam111316/SickRage into develop 2014-10-31 07:22:46 +08:00
JackDandy
b3ca1a7c8e Change to separate stable and develop only items in CHANGES.md.
If a commit will alter existing "stable" code then it should be documented in the main CHANGES.md section. However, if the commit relates to a change that began in develop and is not yet in stable, then it should be documented under a "develop changelog" stanza because the change is moot in the context of the "stable" end user experience.  Example, a UI feature committed on develop is not yet merged to stable, and a fix is later applied. The stable user never saw the new feature, so to document a fix to that audience is moot. However, the dev team does still need to see the change.
2014-10-30 15:31:56 +00:00
JackDandy
59f4f44edb Fix the home page from failing to load if a show status contains nothing. 2014-10-30 13:26:00 +00:00
Adam
8dd822cef0 Fixes issues with backlog overview page failing to load
Issue #62
2014-10-30 18:59:00 +08:00
tehspede
b9b88b18a6 Combined 'Delete' and 'Remove' buttons in to one on the individual show pages. 2014-10-29 21:06:20 +02:00
Supremicus
91c004c990 feature/confirmation_dialogs
* Added confirmation dialogs back in that were missed due to new UI
changes
2014-10-29 22:55:54 +10:00
Adam
d7b4d868a0 Merge branch 'feature/FixInvalidShowFolders' of https://github.com/adam111316/SickRage into develop 2014-10-29 12:34:32 +08:00
Adam
a38a9de8cb Merge branch 'feature/OverhaulSearchSettings' of https://github.com/JackDandy/SickRage into develop 2014-10-29 12:33:28 +08:00
Adam
df5777c90b Merge branch 'feature/config_provider_improvements' of https://github.com/Supremicus/SickRage into develop 2014-10-29 12:30:12 +08:00
Supremicus
12dd9abd5f config_notifications improvements
* Changed notifier test buttons to not run if required field is missing
* Required fields will now highlight input box and add an icon if field is missing when test is pushed
* Changed Test Plex Media Server to Test Plex Client as it only tests the client and not the server
* Styled config_notifications to match new config_general styling

Wording corrections
2014-10-29 13:07:49 +10:00
JackDandy
1b2195d246 Overhaul Config Search Settings in line with General Configuration.
Improve text wording on many UI elements under Search Settings.
Improve reduce over use of capitals.
Change prevent specific rTorrent guidance from showing everywhere.
Fix duplicate html IDs used on the Torrent Search tab, there can be only ONE ID!
Improve streamline UI layout, mark-up, and javascript, remove unused DOM setters.
Clean up text, correct quotations, use spaces for code lines, tabs for html.
2014-10-29 03:04:31 +00:00
Supremicus
6489905690 Feature/config_provider_improvements
* Styled config_providers to match new config_general styling
* Removed qtip from providers and converted back to a tab
* Removed superfish-1.4.8.js and supersubs-0.2b.js as they no longer
break provider sorting with qtip removed and is no longer required due
to new UI
2014-10-29 13:00:39 +10:00
Adam
dda6cfce57 Fixes errors occurring when a show folder is deleted outside of SickRage 2014-10-28 14:47:47 +08:00