[web2py] unexpected keyword argument 'salt'

2012-07-30 Thread Andreas Kaiser
Hi, using latest trunk and in admin I've created a new simple app. If I try to run this app, I get a ticket. __init__() got an unexpected keyword argument 'salt' TRACEBACK 1. 2. 3. 4. 5. 6. 7. Traceback (most recent call last): File "E:\web2py-2-work\gluon\restricted.py", line 205, in rest

[web2py] Re: unexpected keyword argument 'salt'

2012-07-30 Thread Andreas Kaiser
e is broken. > > Massimo > > On Monday, 30 July 2012 02:16:01 UTC-5, Andreas Kaiser wrote: >> >> Hi, >> >> using latest trunk and in admin I've created a new simple app. If I try >> to run this app, I get a ticket. >> __init__() got an unexpecte

[web2py] Re: unexpected keyword argument 'salt'

2012-07-30 Thread Andreas Kaiser
is (it will > be automatically recreated starting from applications/welcome) > > Il giorno lunedì 30 luglio 2012 16:21:50 UTC+2, Andreas Kaiser ha scritto: >> >> Hi Massimo, >> >> I know, from now the password is always salted. But the automatic >&g

[web2py] datetime fields translation in latest trunk

2012-08-28 Thread Andreas Kaiser
Hi all, with the latest trunk the datetime translation seems to be broken. In models.py I have defined: db.timeevent.start.requires = [IS_NOT_EMPTY(), IS_DATETIME(format=T('%Y-%m-%d %H:%M:%S'))] db.timeevent.finish.requires = IS_DATETIME(format=T('%Y-%m-%d %H:%M:%S')) and in languages de-de.p

[web2py] Re: How to use instead of input in SQLForm

2012-07-07 Thread Andreas Kaiser
Hi, is there a way to simplify these expression: form[0][-1][1] ? Ok, I can assign these expression to a var. For a lot of questions regarding forms, there is form[0][-1][1] part of an answer. Thanks Andreas Am Samstag, 7. Juli 2012 02:38:04 UTC+2 schrieb Massimo Di Pierro: > > try > > form[