JackDandy
01ff50b204
Merge pull request #114 from adam111316/feature/FixSearchtvdbApi
Fix invalid responses when using sickbeard.searchtvdb api command
11 years ago
Adam
16b146284d
Fix invalid responses when using sickbeard.searchtvdb api command
11 years ago
JackDandy
793005d58f
Merge pull request #106 from BrandonOCasey/executable-init-scripts
Make all init scripts executable by default
11 years ago
Brandon Casey
1845bdd5a9
Made all init scripts executable
Added to made init scripts executable to the changelog
11 years ago
JackDandy
5f561a9575
Merge pull request #113 from Prinz23/fix_SYS_ENCODING
Fix SYS_ENCODING
11 years ago
Prinz23
80fe5327df
Fix SYS_ENCODING should still be set if locale.setlocale fails (like it does on Windows)
11 years ago
JackDandy
d3736c1df5
Merge pull request #108 from JackDandy/ChangesUpdate
Tweak CHANGES.md.
11 years ago
JackDandy
cacce83dbf
Tweak CHANGES.md.
11 years ago
JackDandy
b8938bb3cb
Merge pull request #107 from JackDandy/FixCalendarViewPaused
Fix Coming Episodes/Layout Calender/View Paused and tweak its UI text.
11 years ago
JackDandy
2452063057
Fix Coming Episodes/Layout Calender/View Paused and tweak its UI text.
11 years ago
JackDandy
19e876b63a
Merge pull request #101 from JackDandy/feature/AddSend2TrashLib
Add send2trash, General Config/Send to trash, and catch show dir not found exception.
11 years ago
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.
11 years ago
JackDandy
12f616d60d
Merge pull request #98 from adam111316/feature/FixMassRootDirChange
Fixes changing root dirs on the mass edit page
11 years ago
Adam
1cf3237b9e
Fixes changing root dirs on the mass edit page
11 years ago
JackDandy
ba4bb7ca54
Merge pull request #96 from JackDandy/AddSupressTornadoError1
Change to suppress reporting of Tornado exception error 1.
11 years ago
JackDandy
cfd6ec4e00
Change to suppress reporting of Tornado exception error 1.
11 years ago
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
11 years ago
tehspede
ae94ab6d80
Change API now uses Timezone setting at General Config/Interface/User Interface/ at relevant endpoints
11 years ago
JackDandy
5d89270d29
Merge pull request #94 from JackDandy/FixOnlyForDisplayShowSpecials
Fix apply specials fix only to displayShow page to not affect the calend...
11 years ago
JackDandy
102263d974
Fix apply specials fix only to displayShow page to not affect the calendar page.
11 years ago
adam111316
883c83600c
Merge pull request #88 from JackDandy/FixDisplayShowSpecials
Fix display issue of season tables in displayShow view / Display Special...
11 years ago
JackDandy
dfdc747018
Fix display issue of season tables in displayShow view / Display Specials.
11 years ago
JackDandy
8452471258
Merge pull request #85 from adam111316/feature/FixApiLogin
Removed requirement for http login for API when an API key is provided
11 years ago
Adam
d835e32063
Removed requirement for http login for API when an API key is provided
11 years ago
adam111316
af6816e9d9
Merge pull request #81 from Supremicus/feature/network_logo_changes
Update network logos
11 years ago
JackDandy
0cf76f2ea7
Merge pull request #78 from Supremicus/feature/displayshow_fixes
Fix and repositioned show_message on display show
11 years ago
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
11 years ago
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.
11 years ago
Adam
341491e638
Merge branch 'network_logo_svt' of https://github.com/garnesson/SickRage into develop
11 years ago
Adam
f6eda6954d
Merge branch 'subtitle_api' of https://github.com/Hellowlol/SickRage into develop
11 years ago
Adam
72b9708a40
Merge branch 'feature/fix_indexers_config' of https://github.com/pmaciocia/SickBeard-TVRage into develop
11 years ago
Gustav Arnesson
f935c2db2e
Added SVT network logo
11 years ago
JackDandy
acc09148f1
Merge pull request #74 from JackDandy/FixAirDateAt12
Fix exception raised when converting 12pm to 24hr format, also handles 1...
11 years ago
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).
11 years ago
Adam
f733ea936d
Merge branch 'feature/fix_backlogoverview' of https://github.com/adam111316/SickRage into develop
11 years ago
adam111316
75a4725cc7
Merge pull request #67 from adam111316/feature/FixSomeUnitTests
Fixes some unittests
11 years ago
John
f185c1fee0
add subtitle to cmd show and shows
11 years ago
Peter Maciocia
ea3a165987
fix not loading proxy_indexers config
11 years ago
Adam
f4ea244dc9
Fixes some unittests
11 years ago
JackDandy
cbe4548cbc
Merge pull request #66 from JackDandy/UpdateChangelog
Change to separate stable and develop only items in CHANGES.md.
11 years ago
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.
11 years ago
JackDandy
fde6abdf7a
Merge pull request #65 from JackDandy/FixHomeNoDataDate
Fix the home page from failing to load due to data_date not being set.
11 years ago
JackDandy
7fcbebd870
Fix the home page from failing to load due to data_date not being set.
11 years ago
JackDandy
a97a6ef06d
Merge pull request #64 from JackDandy/FixHomeWhenNoStatus
Fix the home page from failing to load if a show status contains nothing
11 years ago
JackDandy
59f4f44edb
Fix the home page from failing to load if a show status contains nothing.
11 years ago
Adam
8dd822cef0
Fixes issues with backlog overview page failing to load
Issue #62
11 years ago
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 ...
11 years ago
tehspede
b9b88b18a6
Combined 'Delete' and 'Remove' buttons in to one on the individual show pages.
11 years ago
JackDandy
10d8592966
Merge pull request #54 from Supremicus/feature/confirmation_dialogs
feature/confirmation_dialogs
11 years ago
Supremicus
91c004c990
feature/confirmation_dialogs
* Added confirmation dialogs back in that were missed due to new UI
changes
11 years ago