Commit Graph

1917 Commits

Author SHA1 Message Date
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
adam111316 4bb7e3cac0 Merge pull request #876 from JackDandy/UpdateTornado
Update Tornado webserver to 4.1dev1 and add the certifi lib dependency.
2014-10-14 13:01:15 +08:00
adam111316 d0fea0add2 Merge pull request #875 from JackDandy/UpdateUI
Various tweaks to UI including additional use of fuzzy dates.
2014-10-14 12:48:43 +08:00
JackDandy 2d18f5b8ab Update Tornado webserver to 4.1dev1 from 4.0b1 and add the certifi lib dependency. 2014-10-14 05:24:01 +01:00
JackDandy 0333a9aa3e Various tweaks to UI including additional use of fuzzy dates.
Add a parameter to FuzzyMoments to output dates inline.
Add fuzzy dates to compact view of History page.
add fuzzy dates to poster view cards of Home page.
Tweak Home page poster view cards to span the date displayed across the first line.
Tweak Home page poster view cards to display download stats on left and network logo on right.
Tweak the two columns of Show Summary on the displayShow page to hold content.
Add title "Filters" and tweak the layout of filters sections on the displayShow page.
Move display value for show air date from Next Episode to the Airs field on the comingEpisodes page.
Add fuzzy dates to the Airs field in banner and poster views on the comingEpisodes page.
Tweak CSS for showSummary.
Tweak CSS for poster view cards line-height.
2014-10-14 05:13:59 +01:00
adam111316 5c73569f52 Merge pull request #874 from JackDandy/FixFailedDLsAndManageTorrentsIcons
Fix failed DLs and manage torrents icons
2014-10-14 10:35:31 +08:00
adam111316 914f04c231 Merge pull request #873 from JackDandy/TweakWidthCalenderView
Change: reduce width on comingEpisodes Calendar view for new page width.
2014-10-14 10:34:46 +08:00
JackDandy 07c0316815 Fix: Button icons for "Failed Downloads" and "Manage Torrents" now show on respective pages. 2014-10-13 20:08:56 +01:00
JackDandy 46554c382e Change: reduce width on comingEpisodes Calendar view for new page width. 2014-10-13 19:46:37 +01:00
adam111316 d532353a98 Merge pull request #872 from JackDandy/TweakWidthDisplayShow
Change: reduce details width on display show page for new UI width.
2014-10-14 02:15:36 +08:00
JackDandy 7bff816947 Change: reduce details width on display show page for new page width. 2014-10-13 19:10:52 +01:00
adam111316 1966ac75dd Merge pull request #871 from JackDandy/TweakWidthUI
Change: Reduce UI width. Adjust "Limit:" right alignment on history page...
2014-10-14 01:55:56 +08:00
JackDandy 8e631b11e5 Change: Reduce UI width. Adjust "Limit:" right alignment on history page. 2014-10-13 18:53:09 +01:00
adam111316 ddf6a52053 Merge pull request #869 from JackDandy/TweakUIWidth
Change: Reduce UI width. Adjust "Limit:" right alignment on history page...
2014-10-14 01:28:39 +08:00
JackDandy d8f4c74acd Change: Reduce UI width. Adjust "Limit:" right alignment on history page. 2014-10-13 17:48:45 +01:00
Adam 560ffca7dd Make hardlink debug error more verbose 2014-10-13 23:20:44 +08:00
Adam 16a54e62d6 Make failed torrent log message more verbose 2014-10-13 23:10:19 +08:00
Adam d2077453b6 Fix ABD regex for certain filenames 2014-10-13 19:19:33 +08:00
adam111316 e708a1c94c Merge pull request #868 from ofir123/search_subtitles_bug
Tiny bugfix in searchShowSubtitles
2014-10-13 18:58:20 +08:00
Ofir Brukner b8c8e02394 Fixed a tiny bug in searchShowSubtitles, to show all languages instead of just the new one. 2014-10-13 12:49:05 +03:00
adam111316 f9bac63135 Merge pull request #867 from ofir123/subscenter_support
Subscenter support
2014-10-13 15:15:16 +08:00
adam111316 aeaeab2efa Merge pull request #865 from KalleDK/tv2-icon-with-space
Danish TV 2 with space
2014-10-13 15:15:01 +08:00
Adam 18f1e17306 Update TODO 2014-10-13 10:18:01 +08:00