Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 2447)

Ticket Resolution Summary Owner Reporter
#1136 Invalid Ability to save password in WebUI Damien Churchill trantor
Description

Hello,

In previous version 1.1.x, we can save the password to access the webui.

But now in 1.2 we can't do that anymore :(

Please can you do something about that ?

Thanks

#984 WontFix Can't browse in ajax web UI andar Trahloc
Description

I may have incorrectly posted this in: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=13705

Background: I'm running freebsd 7.2 amd64 and added deluge 1.1.9 from the ports collection, I can't select 1.1.9 in the Version option as its missing in the bug report page.

To summarize: When I try adding a torrent and select the file option and then click "browse" the add window exits with no error on the webpage.

Console window shows:

# Traceback (most recent call last):

File "/usr/local/lib/python2.6/site-packages/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc

result = func()

File "/usr/local/lib/python2.6/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/usr/local/lib/python2.6/site-packages/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/local/lib/python2.6/site-packages/deluge/ui/webui/page_decorators.py", line 87, in deco

return func(self, name) #check_session:ok

File "/usr/local/lib/python2.6/site-packages/deluge/ui/webui/json_api.py", line 258, in POST

tmp_file = open(path, 'w')

IOError: [Errno 21] Is a directory: '/tmp/'

[ERROR ] 13:54:48 json_api:75 JSON-error:local variable 'metadata' referenced before assignment:local variable 'metadata' referenced before assignment

#804 Invalid classic template: missing $base prefix mvoncken touki@jenux.homelinux.org
Description

A image url inside part_label_filters.html misses the $base prefix:

--- part_label_filters.html.orig        2009-02-17 10:54:48.000000000 +0100
+++ part_label_filters.html     2009-02-17 10:54:59.000000000 +0100
@@ -20,7 +20,7 @@
         >
         <a href="$self_url(filter_cat=cat, filter_value=value, sort=get('sort'), order=get('order')) ">
         $if cat == "state":
-            <img src="/pixmaps/$(value.lower())"></img>
+            <img src="$base/pixmaps/$(value.lower())"></img>
         $if cat == "tracker_host":
             <img src="$base/tracker/icon/$value" width="16" height="16"></img>
         $if not value:
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.