Custom Query (2447 matches)
Results (430 - 432 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1184 | WebUI doesn't show filter data 1.3.0 | |||
Description |
I just upgrade from 1.2.1 to 1.3.0_dev using the git master version. WebUI shows the filters on the left side empty. Also, even with any torrent selected none of the bottom tabs work, only show the default information or empty textboxes. I tested the web ui with MacOSX Snow Leopard 10.6.2 in the following browsers:
In firefox, the css theme is not loaded (i see all black/white and blue links) and it gives javascript errors. |
|||
#1339 | Fixed | iOS WebClip icons and HTML | ||
Description |
Below/Attached is a patch to include iOS WebClip icons in the WebUI component. These icons show up on the home-screen of an iPhone, iPad or iPod Touch when saving the WebUI as a bookmark. Without this code a miniature screenshot of the browser UI is used instead. I have created the Icons at the proper dimensions and resolutions for each device type using the precomposed method (which avoids adding the superfluous "glossy" effect). HTML <head> code: <link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="${base}icons/iOS-Precomposed-57.png" /> <link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="${base}icons/iOS-Precomposed-72.png" /> <link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="${base}icons/iOS-Precomposed-114.png" /> Icons DL: http://commondatastorage.googleapis.com/deluge/iOS-Precomposed.zip |
|||
#2329 | Duplicate | Deluge creates parent directories for output | ||
Description |
Problem Deluge creates the necessary parent directories of it. However, it does not own the parent directory of the torrent output and thus should not manage it. Creating it is being overly helpful and the problems with auto-creating it include:
Steps to reproduce
Example I had all torrents saved in a path like /storage/data/torrents/. (Eg: /storage/data/torrents/TORRENT_NAME.) /storage/data was a mountpoint for another filesystem. I quit Deluge, unmounted /storage/data, and rebooted. Deluge was set to auto-start on boot and it created /storage/data/torrents and then started to re-download everything. This both filled up the filesystem for /storage and caused undesired leeching. Desired behavior If the parent directory for a torrent is missing Deluge should not create it and instead fail to proceed. |