Custom Query (2447 matches)
Results (139 - 141 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1136 | Invalid | Ability to save password in WebUI | ||
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 | ||
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):
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 | ||
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: |