Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (529 - 531 of 2447)

Ticket Resolution Summary Owner Reporter
#1052 Fixed Deluge console commands crash if not connected to daemon andar ianmartin
Description

If not connected to daemon commands that reply on being connected eg info crash:

>>> info
'ConsoleUI' object has no attribute 'torrents'
Traceback (most recent call last):
  File "/home/ian/dev/deluge/deluge-1.2/deluge/ui/console/main.py", line 286, in do_command
    ret = self._commands[cmd].handle(*args, **options.__dict__)
  File "/home/ian/dev/deluge/deluge-1.2/deluge/ui/console/commands/info.py", line 114, in handle
    torrent_ids.extend(self.console.match_torrent(""))
  File "/home/ian/dev/deluge/deluge-1.2/deluge/ui/console/main.py", line 402, in match_torrent
    for tid, name in self.torrents:
AttributeError: 'ConsoleUI' object has no attribute 'torrents'
#1054 Fixed Web ui peers tab only shows a small fraction of the connected and active peers Damien Churchill Nick13ro
Description

Web ui peers tab only shows a small fraction of the connected and active peers.

#1055 Fixed Sort included files by default andar TedBuckland
Description

Hi, thank you very much for developing this awesome application! It just rocks.

One thing that's been bothering me though is that you always have to click on the header of the filenames view (where you can set the priorities) to sort the files included in the torrent by their flenames. It would be great if you could sort the files ascendingly by their filenames automatically.

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