Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (676 - 678 of 2449)

Ticket Resolution Summary Owner Reporter
#1637 Fixed deluge-console "pause --help" fails for non latin locale Calum Vladimir Berezhnoy
Description
non7top@s ~/bin $ LC_ALL=C deluge-console "pause --help"
Usage: pause [ * | <torrent-id> [<torrent-id> ...] ]

Options:
  -h, --help  show this help message and exit

Pause a torrent

non7top@s ~/bin $ deluge-console "pause --help"
Error parsing options: 'ascii' codec can't decode byte 0xd0 in position 54: ordinal not in range(128)

non7top@s ~/bin $ locale
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=

non7top@s ~/bin $ python --version
Python 2.7.1

Other commands show same error with --help option

#1646 Fixed Add columns for per torrent upload and download speed limits Calum Rune K. Svendsen
Description

This small patch adds two columns to the torrent view called "Down Limit" and "Up Limit", which, respectively, display the download speed limit and upload speed limit for each torrent.

#1714 Fixed GTK "Add Torrents" dialog on Windows uses incorrect directory separator for *nix hosts Calum aguenter
Description

When connected to a 1.3.1 deluge daemon running on a remote Linux machine and adding a torrent from the 1.3.1 GTK client running in Windows, renaming a directory within the torrent's structure using the "Add Torrents" dialog will cause the incorrect directory separator to be used (backslash instead of slash). This corrupts the entire torrent data structure.

Original post here.

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