Custom Query (2449 matches)
Results (319 - 321 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #321 | Invalid | ETA calculation | ||
| Description |
To reproduce this bug enabled Torrent File plugin option is required. Add a new torrent file Select the added torrent Go to the Files Tab under the list and select only 1 or 2 files to download, put the rest of them to "Don't Download" Priority. The ETA calculation shouldn't be calculated from the "total torrent size", it should be calculated from the "total download size". |
|||
| #322 | Fixed | setting refresh rate in webui does not work (--> implement js refresh) | ||
| Description |
In the WebUI, if autorefresh is enabled, and you hit "Set" button to change the refresh rate, you get this: --Deluge Error--
KeyError : 'set'
path : /refresh/set
file : /usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/pages.py in POST, line 243
--Input--
<Storage {'redir': '/index'}>
--Versions--
WebUi : rev.185
Python : 2.5.1 (r251:54863, May 4 2007, 16:52:23)
[GCC 4.1.2]
--Traceback--
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc
result = func()
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/pages.py", line 239, in GET
return self.POST(name)
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/page_decorators.py", line 52, in deco
return func(self, name) #check_session:ok
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/pages.py", line 244, in POST
auto_refresh = {'off': '0', 'on': '1'}[name]
This is SVN revision 3344. Eugene |
|||
| #323 | WontFix | Timestamp in Event Log Tab | ||
| Description |
Requested by user in this thread: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=7315 Timestamps exist in the actual logs but do not appear in the tab. Included is a patch to do this. |
|||
