[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread DJ
I am seeing some issues with admin and CRUD after upgrade - happens only for one table. Updating a table through the admin interface does not work - no values are sent to database; but I get a 'Done' message. Likewise for the CRUD action in a controller. Database update works when executed in

[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread VP
I understand what you mean. But maybe I didn't write it clearly. Let me describe it again. Prior to upgrading to 1.92.1, I have apps A, B and C. After upgrading to 1.92.1 and set MULTI_USER_MODE to True, I have to register to log into admin control panel. Then, I register to create the first u

[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread Massimo Di Pierro
On Feb 16, 4:31 pm, VP wrote: > Specifically, after setting MULTI_USER_MODE to True in 0.py.  It's not > clear what should be done next.   Here are some problems: > > + After creating  the first account (is this supposed to be the > "admin" account?), the first account user does not have permiss

[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread VP
Specifically, after setting MULTI_USER_MODE to True in 0.py. It's not clear what should be done next. Here are some problems: + After creating the first account (is this supposed to be the "admin" account?), the first account user does not have permission to edit existing apps. + The second a

[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread VP
>> admin has MULTI_USER_MODE (admin/models/0.py) Can you show how to use this? It's not clear how to invoke this feature and use it from the admin panel. Thanks. On Feb 16, 8:52 am, Massimo Di Pierro wrote: > changelog: > > much improved routing (thanks Jonathan) > Expression.__mod__ (thanks

[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread LightOfMooN
THX for new URL!!! On 16 фев, 19:52, Massimo Di Pierro wrote: > changelog: > > much improved routing (thanks Jonathan) > Expression.__mod__ (thanks Denes) > admin has MULTI_USER_MODE (admin/models/0.py) > support for count(distinct=...) > has_permissions(...,group_id) > IS_MATCH(...,strict=True)

[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread Brian Meents
I just downloaded from source on Windows and installed it and I'm seeing 1.92.1 here... vortex wrote: > I just downloaded and it says: version 1.91.6 > > Also I think issue 172 is still present in the windows version. > > > > > On Feb 16, 3:04 pm, Marin Pranjic wrote: > > I wanted to update from

[web2py] Re: web2py 1.92.1 is OUT

2011-02-16 Thread vortex
I just downloaded and it says: version 1.91.6 Also I think issue 172 is still present in the windows version. On Feb 16, 3:04 pm, Marin Pranjic wrote: > I wanted to update from admin app but it gives me neverending "Checking for > upgrades..." > Not sure what is the problem, so better to repo