[web2py] Re: web2py 1.81.1 is OUT

2010-07-17 Thread mdipierro
I apologize. I tried to push 1.81.1 just before leaving for Europython, made a mistake in commit and have been unable to connect for 20 hours. I am posting 1.81.2 with the bugfix. SORRY. Massimo On 16 Lug, 23:49, Thadeus Burgess wrote: > One thing Ive learned. NEVER update your production code

Re: [web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread Thadeus Burgess
One thing Ive learned. NEVER update your production code to the latest version. ALWAYS find a stable release, and stick to it until you can test another stable release 100%. Honestly I would stay away from upgrading at all unless you are needing a new feature. Typically new features in web2py don'

Re: [web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread Bruno Rocha
I ike the new visual style, just think it should be centralized or fluid. strings of the README are not all being very well translated into Portuguese, I can send you the language file for that. why the administration interface does not have the same new visual style of "welcome" app? 2010/7/16 P

Re: [web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread Phyo Arkar
same to mee too.. i updated on my production site and screwed :(.. On Fri, Jul 16, 2010 at 3:43 PM, VP wrote: > well, i should have read this thread before upgrading. Hope to see > 1.81.2 soon. > > > On Jul 16, 8:53 am, "mr.freeze" wrote: > > You can just change line 1401 of tools.py to 'els

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread VP
well, i should have read this thread before upgrading. Hope to see 1.81.2 soon. On Jul 16, 8:53 am, "mr.freeze" wrote: > You can just change line 1401 of tools.py to 'else:' and it should > work. > > On Jul 16, 8:48 am, Narendran wrote: > > > Looks like there is no get_user method in default A

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread mr.freeze
You can just change line 1401 of tools.py to 'else:' and it should work. On Jul 16, 8:48 am, Narendran wrote: > Looks like there is no get_user method in default Auth. I find a > get_or_create_user. May be the name was modified in the recent > checkins. > > On Jul 16, 6:34 pm, "mr.freeze" wrote:

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread Narendran
Looks like there is no get_user method in default Auth. I find a get_or_create_user. May be the name was modified in the recent checkins. On Jul 16, 6:34 pm, "mr.freeze" wrote: > Line 1401 of tools.py needs to be changed (back) from... >     if self.settings.login_form: > to... >    else: > > It

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread mr.freeze
Line 1401 of tools.py needs to be changed (back) from... if self.settings.login_form: to... else: It didn't affect my test app because it already used CAS. On Jul 16, 3:44 am, David Marko wrote: > The same problem is on all apps I have. > > David > > On 16 čnc, 10:21, David Marko wrote:

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread Narendran
Hi, Yes, that was in fact the issue. On fixing that it works. Now, onto David's problem :). On Jul 16, 6:28 pm, Narendran wrote: > I guess in rpx_account.py, the __init__ parameter url has to be > changed to login_url to conform with auth in tools.py. > > On Jul 16, 6:16 pm, Narendran wrote: > >

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread Narendran
I guess in rpx_account.py, the __init__ parameter url has to be changed to login_url to conform with auth in tools.py. On Jul 16, 6:16 pm, Narendran wrote: > On my case, after upgrade, and trying to use rpx, I get this error: > Traceback (most recent call last): >   File "/usr/lib/web2py/gluon/re

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread Narendran
On my case, after upgrade, and trying to use rpx, I get this error: Traceback (most recent call last): File "/usr/lib/web2py/gluon/restricted.py", line 178, in restricted exec ccode in environment File "/usr/lib/web2py/applications/deals/controllers/default.py", line 156, in File "/usr/l

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread David Marko
The same problem is on all apps I have. David On 16 čnc, 10:21, David Marko wrote: > I updated web2py but it breaks my app. This is what I got for standard > login dialog. (no rpx_account login used, app remained unchanged) > > Traceback (most recent call last): >   File "c:\java\google_appengin

[web2py] Re: web2py 1.81.1 is OUT

2010-07-16 Thread David Marko
I updated web2py but it breaks my app. This is what I got for standard login dialog. (no rpx_account login used, app remained unchanged) Traceback (most recent call last): File "c:\java\google_appengine\web2py\gluon\restricted.py", line 178, in restricted exec ccode in environment File "c: