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
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
6bba04489a
Merge pull request #117 from Prinz23/SYS_ENCODING_fix2
...
Fix SYS_ENCODING - Set System Default if UTF-8 fails
2014-11-08 01:16:51 +00:00
Prinz23
e338c569c5
SYS_ENCODING set to System Default
2014-11-08 02:09:54 +01:00
JackDandy
a3a38f76e7
Merge pull request #119 from JackDandy/feature/ImproveAddTrendingPage
...
Change improve Add Show/Add Trending Show page.
2014-11-07 23:00:29 +00: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
JackDandy
7f379b1356
Merge pull request #95 from adam111316/feature/FixNewznabUnicode
...
Fixes unicode issues during searches on newznab providers when rid mapping occurs.
2014-11-07 19:29:38 +00:00
JackDandy
5969fca638
Merge pull request #118 from SickragePVR/revert-113-fix_SYS_ENCODING
...
Revert "Fix SYS_ENCODING "
2014-11-07 19:24:26 +00:00
JackDandy
967ea383b7
Revert "Fix SYS_ENCODING "
2014-11-07 19:23:50 +00:00
adam
e63ffd363c
Fixes unicode issues during searches on newznab providers when rid mapping occurs
2014-11-08 01:02:29 +08:00
JackDandy
01ff50b204
Merge pull request #114 from adam111316/feature/FixSearchtvdbApi
...
Fix invalid responses when using sickbeard.searchtvdb api command
2014-11-07 16:57:36 +00:00
Adam
16b146284d
Fix invalid responses when using sickbeard.searchtvdb api command
2014-11-07 08:19:27 +08:00
JackDandy
793005d58f
Merge pull request #106 from BrandonOCasey/executable-init-scripts
...
Make all init scripts executable by default
2014-11-06 19:14:32 +00: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
5f561a9575
Merge pull request #113 from Prinz23/fix_SYS_ENCODING
...
Fix SYS_ENCODING
2014-11-06 16:03:07 +00:00
Prinz23
80fe5327df
Fix SYS_ENCODING should still be set if locale.setlocale fails (like it does on Windows)
2014-11-06 15:59:33 +01:00
JackDandy
d3736c1df5
Merge pull request #108 from JackDandy/ChangesUpdate
...
Tweak CHANGES.md.
2014-11-05 17:03:04 +00:00
JackDandy
cacce83dbf
Tweak CHANGES.md.
2014-11-05 17:00:45 +00:00
JackDandy
b8938bb3cb
Merge pull request #107 from JackDandy/FixCalendarViewPaused
...
Fix Coming Episodes/Layout Calender/View Paused and tweak its UI text.
2014-11-05 15:56:56 +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
19e876b63a
Merge pull request #101 from JackDandy/feature/AddSend2TrashLib
...
Add send2trash, General Config/Send to trash, and catch show dir not found exception.
2014-11-05 05:44:47 +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
JackDandy
12f616d60d
Merge pull request #98 from adam111316/feature/FixMassRootDirChange
...
Fixes changing root dirs on the mass edit page
2014-11-05 05:14:06 +00:00
Adam
1cf3237b9e
Fixes changing root dirs on the mass edit page
2014-11-04 18:39:43 +08:00
JackDandy
ba4bb7ca54
Merge pull request #96 from JackDandy/AddSupressTornadoError1
...
Change to suppress reporting of Tornado exception error 1.
2014-11-03 23:14:54 +00:00
JackDandy
cfd6ec4e00
Change to suppress reporting of Tornado exception error 1.
2014-11-03 23:04:36 +00:00
JackDandy
135443d8b1
Merge pull request #82 from tehspede/feature/api_local_timezone
...
Change API now uses Timezone setting at General Config/Interface/User Interface/ at relevant endpoints
2014-11-03 22:42:42 +00:00