Commit Graph

1939 Commits

Author SHA1 Message Date
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
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
JackDandy d5863943c0 Fix theme identification for spinner when restarting. 2014-10-28 04:29:15 +00:00
JackDandy 22021a9a4e Merge pull request #44 from SickragePVR/feature/AddDarkSpinner
Add an in progress spinner that is suitable for the dark theme.
2014-10-28 00:41:56 +00:00
JackDandy 0c765e552c Add an in progress spinner that is suitable for the dark theme.
Add dark spinner to "Add New Show" (searching indexers), "Add existing shows" (Loading Folders), Coming Eps and all config pages (when saving).
2014-10-28 00:36:02 +00:00
JackDandy dbaf256d74 Merge pull request #43 from SickragePVR/feature/FixShowListSort
Fix sorting options on Show List page.
2014-10-27 19:43:33 +00:00
JackDandy aa731b31ce Fix sorting options on Show List page.
Fix Layout "Poster" sort of Paused, Ended, and Continuing shows as they were random.
Fix Layout "Simple" sort of tvrage "New" and "Returning" series by changing status column text to "Continuing".
2014-10-27 19:39:15 +00:00
adam 195277f708 Clarify description for backlog searches option on provider settings page 2014-10-27 23:32:45 +08:00
adam111316 6dbfa51b73 Merge pull request #40 from adam111316/feature/save_poster_layout
Implement automatic saving of poster layout sorting options on show list
2014-10-27 23:14:20 +08:00
Adam 9903819ce0 Implement automatic saving of poster layout sorting options on show list 2014-10-27 23:12:24 +08:00
adam111316 2707748219 Merge pull request #42 from SickragePVR/feature/GenConfigLogAndNav
Overhaul General Configuration. Tweak top navbar. Fix imdb and other ima...
2014-10-27 22:54:19 +08:00
JackDandy 8ecd4c796b Tweak description under "Git remote for branch" on "General Config"/"Advanced Settings". 2014-10-27 14:45:46 +00:00
JackDandy 3b5fe4b0de Overhaul General Configuration. Tweak top navbar. Fix imdb and other images.
Change to rename General Configuration -> "Web Interface" tab as "Interface".
Add a "User Interface" section to the "Interface" tab.
Change consolidate "Date and Time" and "Theme" tab content to "User Interface" section.
Add field in Advanced setting for a custom remote name used to populate branch versions.
Change theme name "original" to "light".
Improve text wording on all UI options under General Configuration.
Improve reduce over use of capitals.
Improve streamline UI layout, mark-up and some CSS styling of all General Configuration tabs.
Fix default top navbar background white-out behaviour on browsers that don't support gradients.
Improve top navbar gradient use for greater cross browser compatibility (e.g. Safari).
Fix dark theme divider between Season numbers on display show page.
Fix main background and border colour of logs on log page.
Fix imdb and three other images rejected by IExplorer because they were corrupt. Turns out that they were .ico files renamed to either .gif or .png instead of being properly converted.
Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings.
Clean up text, correct quotations, use spaces for code lines, tabs for html.
Update changelog.
2014-10-27 00:29:12 +00:00
JackDandy 7dd545ecae Improve display of progress bars.
Change fill color height of progress bars in the Downloads columns of the show list page.
Change fill color height of progress bars under the images in Layout Poster of the show list page.
Remove top grey border on the up to 20% red progress bars in Layout Poster of the show list page.
2014-10-24 19:28:50 +01:00
JackDandy 6c8d72b9c1 Revert "Added gui for IMDB watchlists in Config General."
The main core of this code was lifted from Trakt code and not developed enough to be suitable for purpose given that the Trakt code isn't fully developed either. An issue found leading to this decision was that show statuses were set false instead of the expected default, however, worse was that users had no way of choosing shows to add, was not informed of what was actually going on once a URL was added to the UI, and was not offered options prior to adding shows like the normal add new show work-flow does. Basically, there are too many issues and this feature is too immature for inclusion.
2014-10-24 17:03:32 +01:00
adam111316 322a6f1423 Merge pull request #34 from SickragePVR/feature/FluidUI
Improve UI to display fluidly on different screen sizes.
2014-10-24 07:23:47 +08:00
Supremicus 2c510aa210 Improve UI to display fluidly on different screen sizes.
Fixes the issue where top menu items would disappear on smaller screens.
Add Bootstrap v3.2.0 with Normalize v3.0.1 from github.com/twbs/bootstrap.
Add a modified jquery pnotify stylesheet.
Various UI tweaks.
Update CHANGES.md and TODO.txt
2014-10-23 23:23:56 +01:00
adam e2841c2a9c Merge branch 'hotfix/0.2.1' into develop 2014-10-22 14:45:03 +08:00
adam 3ffb561282 Update changelog 2014-10-22 14:42:03 +08:00
Anthony Snavely 3494d071b9 Fix HD-Torrents
Fix HD-Torrents so it works properly.
2014-10-22 14:39:33 +08:00
adam111316 f7ea3f8195 Merge pull request #25 from Supremicus/feature/date_format
Added date formats for d/m/y
2014-10-22 14:19:28 +08:00
Supremicus 82343608a0 Added date formats for d/m/y 2014-10-22 12:19:06 +10:00
Adam d1ea52bb8c Merge branch 'release/0.2.0' into develop 2014-10-21 20:49:04 +08:00
Adam 262c2e8e8c Merge branch 'release/0.2.0' 2014-10-21 20:49:00 +08:00
Adam 0bb60c6d1c Update changes file 2014-10-21 20:45:22 +08:00
adam111316 bd6cc51975 Merge pull request #21 from SickragePVR/feature/FixIPT
Feature/fix ipt
2014-10-19 02:39:22 +08:00
adam111316 bc8ae3ca18 Merge pull request #12 from SickragePVR/feature/travis_del_python_2.5
Remove building against python 2.5 as travis no longer supports it
2014-10-19 02:30:20 +08:00
adam111316 7d3f0ed5b6 Merge pull request #20 from SickragePVR/feature/MassArchiveOnFirstMatch
Feature/mass archive on first match
2014-10-19 02:27:42 +08:00
JackDandy 0aa9a992ff Merge pull request #17 from JackDandy/FixIPT
Fix searching IPTorrentsProvider.
2014-10-17 04:25:50 +01:00
JackDandy b7c37ccaf7 Fix searching IPTorrentsProvider. 2014-10-17 04:21:21 +01:00
JackDandy a7ed0c411a Merge pull request #15 from JackDandy/feature/MassArchiveOnFirstMatch
Add "Archive on first match" to Manage, Mass Update, Edit Selected page.
2014-10-16 23:13:33 +01:00
JackDandy 85d022916f Add "Archive on first match" to Manage, Mass Update, Edit Selected page. 2014-10-16 22:41:46 +01:00
adam d452f199b6 Merge branch 'hotfix/0.1.0' into develop 2014-10-16 20:35:18 +08:00
adam 52ae70e010 Merge branch 'hotfix/0.1.0' 2014-10-16 20:35:15 +08:00
adam 4e6afd7615 Update repo urls from echel0n to point to SickragePVR. Should fix autoupdating to the correct repo 2014-10-16 19:55:33 +08:00
adam cebc0d2d92 Remove building against python 2.5 as travis no longer supports it 2014-10-16 18:19:52 +08:00
Gareth Kirwan 33ed4eaefa Added Changes file 2014-10-16 10:48:15 +01:00
JackDandy a751af4291 Merge pull request #8 from JackDandy/UpdateComingEpsCalendar
Update Calender View on Coming Episodes Page.
2014-10-15 17:23:31 +01:00
JackDandy f845ec24a4 Update Calender View on Coming Episodes Page.
Note: these updates are a bit hacky and will be cleaned up when new CSS arrives.
Tweak display of show cards.
Display show time based on General settings ... Date and Time.
Add hover over showtitle incase card image is non-descriptive.
Add text to columns where there are no shows for this day.
2014-10-15 16:45:55 +01:00
adam111316 a20cde9f76 Merge pull request #877 from JackDandy/ImproveAddTrending
Improve addShows trending page by using less memory and loading quicker.
2014-10-15 00:24:24 +08:00
JackDandy 397cc09610 Improve addShows trending page by using less memory and loading quicker.
The trending page shows approx. 500 images and typically, the size of fetched images were 1000 x 1500 pixels. The browser was relied on to reduce the images while rendering to 186 x 273 pixels. The result used a *lot* of memory, bandwidth, time, render processing, and server resources to populate the page so those issues have been eased by fetching smaller 300 x 450 pixel images instead.
2014-10-14 17:17:33 +01:00