Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (571 - 573 of 2449)

Ticket Resolution Summary Owner Reporter
#1033 WontFix Switch from gettext to Babel andar s0undt3ch
Description

Would there be interest into switching from gettext to Babel?

  • All built in python
  • Glade string extraction support(extension)
  • Javascript support (for webui).
  • Catalog Extract/Complile/Merge/Update plus translated statistics for each or all catalogs, which can be as simple as python setup.py extract_messages, etc...
  • Available at least on debian/ubuntu(I don't run any other distros) as a package.

If there's enough interest, I'd be happy to create the necessary code changes to be reviewed by a developer.

#1034 Fixed UI can not connect demon andar sciko
Description

I use Ubuntu 9.04 and PPA (https://launchpad.net/~deluge-team/+archive/ppa) After update Deluge from 1.1.9 to 1.2.0_rc1, user interface (UI) can not connect demon (conky say that deluged work and download). If I press button "Start denom", deluge create error on terminal:

$ deluge
[ERROR   ] 16:13:16 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, <my_password>
)
--------------------------------------------------------------------------------
  File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch
    ret = component.get("AuthManager").authorize(*args, **kwargs)
  File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize
    raise BadLoginError("Password does not match")

BadLoginError: Password does not match
--------------------------------------------------------------------------------
[ERROR   ] 16:13:21 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, <my_password>
)
--------------------------------------------------------------------------------
  File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch
    ret = component.get("AuthManager").authorize(*args, **kwargs)
  File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize
    raise BadLoginError("Password does not match")

BadLoginError: Password does not match
--------------------------------------------------------------------------------


Consol UI say it too. I don't use WebUI.

#1035 Fixed Bug in client authentication when auth file has many lines (patch included) andar gcoriasco
Description

Hi, I found a problem in authenticating localclient to deluged running on the same host after upgrading to version 1.2.0_rc1 on my Ubuntu machine. The problem is in the fact that the client does not strip out the trailing newline from the password read from the auth file (as server do instead).

I'm attaching a little patch to deluge/ui/common.py that should solve this problem.

I hope this will help

Bye

Giovanni

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