[web2py:27037] about README in version 1.65.5

2009-07-21 Thread zhang zheng
in the version 1.65.5, there is no new change log in the README, when upgrade web2py, I used to look at this file, I would like to know the progress of the project. follow text is come from SVN log 1.65.3 fixes Field.store/retrieve 1.65.4 fixed bug in tools, thanks Jonathan small fixes, _va

[web2py:26637] report a small bug

2009-07-16 Thread zhang zheng
in gluon/contrib/login_methods/email_auth.py, version 1.65.5 .. try: server = smtplib.SMTP(host, port) server.ehlo() server.starttls() server.ehlo() server.login(email, password) server.quit() return

[web2py:26547] Re: innerHTML about Calendar

2009-07-14 Thread zhang zheng
sorry, the "layout .. " is only the surface. The real reason is: in the body's style, position's value must be static I do not know deeper reasons for this , 2009/7/15 mdipierro > > interesting. thanks for letting us know. > > On Jul 14, 11:04 pm, zha

[web2py:26536] Re: innerHTML about Calendar

2009-07-14 Thread zhang zheng
I found the issue, in my view: the key word "layout" maybe do not allow in jquery, if I change the id to "something", it work very well 2009/7/15 mdipierro > > I do not understand the context of the question. You should not call > web2py_ajax_init() it is called automatically

[web2py:26480] Re: report bug, maybe

2009-07-13 Thread zhang zheng
t reproduce this. > Which web2py version? > Do you have a custom user_table? > Can you use appadmin and check what is in the password field before > and after email verification? > Is anybody else having or not having problems with it? > > Massimo > > On Jul 13, 10:08 pm, z

[web2py:26473] Re: report bug, maybe

2009-07-13 Thread zhang zheng
URL:http://127.0.0.1:8000/auth/appadmin/select/db?query=db.auth_user.id>0 auth_user.id auth_user.password 3 25ed1bcb423b0... but URL:http://127.0.0.1:8000/auth/appadmin/update/db/auth_user/3 Id:3 First Name:zz Last Name:z

[web2py:26009] Re: innerHTML about javascript

2009-07-08 Thread zhang zheng
the right is div's id. for example: in controller start/ def index(): return dict() def get_info(): return dict() end/ in view index.html {{extend 'layout.html'}} info display info get_info.html alert('