Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (280 - 282 of 2449)

Ticket Resolution Summary Owner Reporter
#559 Fixed webui: validation || wsgi mvoncken orbisvicis
Description

change <image to <img

  • classic/part_button.html
  • white/part_tb_button.html

Also the css doesn't validate but the css is a mess anyway so...

Lastly, since there are links in the static content (the stylesheet and the JavaScript?), it should be templated so you can do <%url_for('torrent/info')%> or whatever and it works via wsgi : )

#560 Fixed changing max connections in status bar crash deluge andar tagallo@…
Description

Issue: If I change the max connections value in status, bar deluge crashes and cannot be started again. Looking at core.conf I found that the value is been set as Float, and according to the crash traceback it should be a Int.

How to reproduce: Try to change the "Connections" value in status bar using the option "Other" and entering a value (I tried 160)

Expected result: value is set as Int

Actual result: value is set as Float

#564 Fixed WebUI crash when trying to set refresh frequency mvoncken arvid@…
Description

I hit the "set" bytton next to the refresh time. I'm using the classing web UI template. This problem seems to be consistent.

--Deluge Error-- KeyError? : 'set' path : /refresh/set file : /Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/pages.py in POST, line 248

--Input-- <Storage {'redir': '/index'}>

--Versions-- WebUi? : 1.0.3r Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) [GCC 4.0.1 (Apple Inc. build 5465)]:

--Traceback--

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc

result = func()

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.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 "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/pages.py", line 244, in GET

return self.POST(name)

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/page_decorators.py", line 52, in deco

return func(self, name) #check_session:ok

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/pages.py", line 249, in POST

auto_refresh = {'off': '0', 'on': '1'}[name]

Note: See TracQuery for help on using queries.