Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (445 - 447 of 2447)

Ticket Resolution Summary Owner Reporter
#15 Invalid test ticket anonymous
Description

I am just testing

#2789 Fixed Test for google tracker icon redirect is failing Calum
Description

This is the commit that broke it: [02f6bfd578f3a5a52d8bef]

#2065 Fixed Tested - [Console] Crash upon forgetting closing quote Calum nogare
Description
>>> rm --remove_data foo"                                                                                                    
rm --remove_data T[ERROR   ] 15:31:31 screen:307 No closing quotation                                                                                 
                                                                     Traceback (most recent call last):
                                                                    File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.4_dev-py2.6.egg/deluge/ui/console/screen.py", line 305, in doRead self._doRead()
File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.4_dev-py2.6.egg/deluge/ui/console/screen.py", line 318, in _doRead self.command_parser(self.input.encode(self.encoding))
File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.4_dev-py2.6.egg/deluge/ui/console/main.py", line 299, in do_command
args = self._commands[cmd].split(line)
                                                               File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.4_dev-py2.6.egg/deluge/ui/console/main.py", line 115, in split
return shlex.split(text)
                                                                  File "/usr/lib/python2.6/shlex.py", line 279, in split
return list(lex)
                                                                    File "/usr/lib/python2.6/shlex.py", line 269, in next token = self.get_token()
                                                                 File "/usr/lib/python2.6/shlex.py", line 96, in get_token
raw = self.read_token()
File "/usr/lib/python2.6/shlex.py", line 172, in read_token
raise ValueError, "No closing quotation"
ValueError: No closing quotation

If you type a command say rm --remove_data "foo bar and hit enter console dies. Instead the user should be informed that they forgot to add a closing quotation.

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