Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (334 - 336 of 2447)

Ticket Resolution Summary Owner Reporter
#2838 Fixed missing ! in ui/console/colors.py line 59 Bro haryjustwantstofileabug
Description

root/deluge/ui/console/colors.py line 59

 "Moving": "{!green,black,bold}"

is missing the final !, it should be:

    "Moving": "{!green,black,bold!}"

this fix will stop the console from pukeing warnings every time a torrent finishes and gets moved

#2837 Fixed WebUI gettext created in setup.py at build time DjLegolas Calum
Description

Constantly keeping gettext.js updated is not ideal and it serves no purpose being in the git repo. Two things are need to

  • The gettext.js file should be created in setup.py, either as part of Translation build or WebUI build. This would require the gen_web_gettext.py to be added to manifest or code included in setup.py.
  • WebUI code needs to handle a missing gettext.js file.
#2836 Invalid webui returns blank page when used with --base Matt
Description

This is in reference to closed ticket http://dev.deluge-torrent.org/ticket/2677

I am running latest develop branch which includes the commits to fix this issue.

When configured as such (using --base or setting base in web.conf) I get nothing but a blank page when browsing to the web site.

I've tested the site in IE, FF, Chrome, and Edge, all have the same issue.

I can privately provide a URL which is publicly accessible for verification.

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