Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (541 - 543 of 2449)

Ticket Resolution Summary Owner Reporter
#550 Fixed Problem with Opera & WebUI when labels are enabled mvoncken anonymous
Description

The new webui has a problem with Opera. When I have labels activated things look like this:

http://forum.deluge-torrent.org/download/file.php?id=1175

In Firefox it looks proper, like this.

http://forum.deluge-torrent.org/download/file.php?id=1185

#551 Duplicate Stop seeding when share time reaches.. andar anonymous
Description

Just like Stop seeding when share ratio reaches.. but set to x hours instead. Ideally used in conjunction, so it stops after either x hours or x share ratio, whichever comes first (or last).

#552 Fixed setup.py wrong path to Gentoo svn folder andar danii
Description

in setup.py the Gentoo SVN folder is:

# Try to get the SVN revision on Gentoo systems
    if revision_string == "":
        stdout = os.popen("svn info /usr/portage/distfiles/svn-src/deluge/deluge-0.6")

where it should be

# Try to get the SVN revision on Gentoo systems
    if revision_string == "":
        stdout = os.popen("svn info /usr/portage/distfiles/svn-src/deluge/trunk")
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.