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

2129 Commits

Author SHA1 Message Date
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
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
5d89270d29 Merge pull request #94 from JackDandy/FixOnlyForDisplayShowSpecials
Fix apply specials fix only to displayShow page to not affect the calend...
2014-11-03 15:11:04 +00:00
JackDandy
102263d974 Fix apply specials fix only to displayShow page to not affect the calendar page. 2014-11-03 14:54:02 +00:00
adam111316
883c83600c Merge pull request #88 from JackDandy/FixDisplayShowSpecials
Fix display issue of season tables in displayShow view / Display Special...
2014-11-03 14:45:48 +08:00
JackDandy
dfdc747018 Fix display issue of season tables in displayShow view / Display Specials. 2014-11-03 04:20:52 +00:00
JackDandy
8452471258 Merge pull request #85 from adam111316/feature/FixApiLogin
Removed requirement for http login for API when an API key is provided
2014-11-03 03:54:51 +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
adam111316
af6816e9d9 Merge pull request #81 from Supremicus/feature/network_logo_changes
Update network logos
2014-11-02 20:59:39 +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
Supremicus
97226ae6f3 Update network logos
Updated ABC Australia logo with their new 2014 logo, added border to
replacements and existing abc1 logo so viewable on light theme.
Updated fuji tv logo so it's viewable on light theme.
2014-11-02 21:00:17 +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
Gustav Arnesson
f935c2db2e Added SVT network logo 2014-11-01 00:08:09 +01:00
JackDandy
acc09148f1 Merge pull request #74 from JackDandy/FixAirDateAt12
Fix exception raised when converting 12pm to 24hr format, also handles 1...
2014-10-31 16:52:07 +00: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
adam111316
75a4725cc7 Merge pull request #67 from adam111316/feature/FixSomeUnitTests
Fixes some unittests
2014-10-31 07:19:44 +08:00
John
f185c1fee0 add subtitle to cmd show and shows 2014-10-30 22:24:08 +01:00
Peter Maciocia
ea3a165987 fix not loading proxy_indexers config 2014-10-30 19:39:44 +00:00
Adam
f4ea244dc9 Fixes some unittests 2014-10-30 23:50:15 +08:00
JackDandy
cbe4548cbc Merge pull request #66 from JackDandy/UpdateChangelog
Change to separate stable and develop only items in CHANGES.md.
2014-10-30 15:33:42 +00: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
fde6abdf7a Merge pull request #65 from JackDandy/FixHomeNoDataDate
Fix the home page from failing to load due to data_date not being set.
2014-10-30 14:10:43 +00:00
JackDandy
7fcbebd870 Fix the home page from failing to load due to data_date not being set. 2014-10-30 14:04:14 +00:00
JackDandy
a97a6ef06d Merge pull request #64 from JackDandy/FixHomeWhenNoStatus
Fix the home page from failing to load if a show status contains nothing
2014-10-30 13:46:12 +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
JackDandy
7a564d86f4 Merge pull request #56 from tehspede/feature/combine_delete_and_remove
Combined 'Delete' and 'Remove' buttons in to one on the individual show ...
2014-10-29 19:29:35 +00:00
tehspede
b9b88b18a6 Combined 'Delete' and 'Remove' buttons in to one on the individual show pages. 2014-10-29 21:06:20 +02:00
JackDandy
10d8592966 Merge pull request #54 from Supremicus/feature/confirmation_dialogs
feature/confirmation_dialogs
2014-10-29 13:03:18 +00: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
adam111316
7bc6bda41c Merge pull request #47 from Supremicus/feature/config_notification_improvements
Feature/config notification improvements
2014-10-29 12:26:30 +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
JackDandy
4ab2b141a1 Merge pull request #45 from JackDandy/feature/FixRestartRef
Fix theme identification for spinner when restarting.
2014-10-28 04:35:28 +00:00