Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (493 - 495 of 2447)

Ticket Resolution Summary Owner Reporter
#1341 Fixed @config.py:402, self._save_timer may be None elberet
Description

A bug in config.py results in config files not being properly written to disk. When save is called, self._save_timer may ne None which results in an exception at config.py:402.

Fix attached.

#1343 Fixed shouldn't import xdg on windows Chase
Description

Common.py line 66 imports xdg, this should be behind an 'if not windows_check()'

#1344 Invalid Don't delete .torrent files when auto-adding l0b0
Description

How to reproduce:

  1. Start Deluge
  2. Go to Preferences -> Downloads
  3. Set "Copy of .torrent files to:" to an existing directory
  4. Set "Auto add .torrents from:" to the same directory
  5. Save a .torrent file to the same directory or open a torrent file from another directory.

What happens: The .torrent file is added to Deluge and is not kept in the "Copy of .torrent files to:" directory.

What should happen: The .torrent file is added to Deluge and kept in the "Copy of .torrent files to:" directory.

Use case: If there are several installations of Deluge referring to the same directories (for example if using dual-boot), they can resume each others' work.

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