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
Fechel0n
7ac0265746
Fixed missing USE_IMDBWATCHLIST variable
2014-11-12 18:44:48 -08:00
echel0n
081997727d
Added function to auto-update remote origin url, can be manually set in config as well.
...
(cherry picked from commit 88e1f2e
)
2014-11-12 16:15:06 -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
34bbd76196
Changed repo org url to reflect new org SiCKRAGETV
2014-11-12 14:07:39 -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
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