Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (430 - 432 of 2447)

Ticket Resolution Summary Owner Reporter
#1184 WebUI doesn't show filter data 1.3.0 Damien Churchill bckspc
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:

  • Chrome 5.0 dev
  • Safari 4.0.4
  • Firefox 3.5.8

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 Damien Churchill bcode
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 B-Con
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:

a) The parent directory may intentionally be missing

b) Deluge may create the directory with the wrong permissions

Steps to reproduce

1) Download torrent

2) Exit Deluge

3) Move said torrent and delete torrent's parent directory

4) Open Deluge

5) Deluge will create the parent directory and re-download the the torrent

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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.