[web2py:15889] How to disable registration in T3

2009-02-04 Thread ANDROSoft
Hello, I want disable registration on T3, how to do that ?? Exactly what i want is: registration disabled, authorization required for most pages, but some pages must be public, like Home or About Us... regards --~--~-~--~~~---~--~~ You received this message beca

[web2py:15897] Re: How to disable registration in T3

2009-02-05 Thread ANDROSoft
dmin. You can comment the > register controller or replace it with something else. > > Via the wiki you can mark some pages as public and they will not > require login. > > Massimo > > On Feb 4, 9:01 pm, ANDROSoft wrote: > > > Hello, > > > I want disable reg

[web2py:15900] Re: How to disable registration in T3

2009-02-05 Thread ANDROSoft
place it with something else. > > > Via the wiki you can mark some pages as public and they will not > > require login. > > > Massimo > > > On Feb 4, 9:01 pm, ANDROSoft wrote: > > > > Hello, > > > > I want disable registration on T3, how to

[web2py:15901] T3 is not working with web2py ver. 1.56

2009-02-05 Thread ANDROSoft
Hello, Current download link of T3 is linked to outdated version (with 'delete_uploads=True' which is not working with web2py 1.56+). Can we have updated version of T3 to download from web2py.appspot.com/ t3 ?? --~--~-~--~~~---~--~~ You received this message becau

[web2py:16065] 1.56.1 on GAE error 'SQLQuery' object has no attribute 'left'

2009-02-09 Thread ANDROSoft
hello On GAE i get 'SQLQuery' object has no attribute 'left' after adding a few rows to table Traceback (most recent call last): File "/base/data/home/apps/aspekt-erp/1.331262110087268070/ applications/welcome/modules/t2.py", line 39, in t3_execute p=xmlescape(environment['_res']) File

[web2py:16110] Re: t3 edit fields have "None" to the right

2009-02-09 Thread ANDROSoft
on created pages with forms "None" is too :D On 10 Lut, 00:21, Wes James wrote: > Anyone else seeing "None" to the right of fields while editing data in > a form or editing models, settings, etc in Manage menu? > > This is using t3 > > -wj --~--~-~--~~~---~--~~ Yo

[web2py:16135] Re: 1.56.1 on GAE error 'SQLQuery' object has no attribute 'left'

2009-02-10 Thread ANDROSoft
ve a left operator. > > what happens if you change this: gql.py:591: >     def __str__(self): >         return str(self.left) > > to this: gql.py:591: >     def __str__(self): >         return str(getattr(self,'left','')) > > Robin > > On Feb 9, 4:1

[web2py:16169] Re: 1.56.1 on GAE error 'SQLQuery' object has no attribute 'left'

2009-02-11 Thread ANDROSoft
O(n) and > google will not let you offset beyond 2000, so you must add a unique > sequential field and use next=unique_seq_value to reference the start > of the next page. > > See:http://sites.google.com/site/io/building-scalable-web-applications-wi... > > Robin > > O

[web2py:16532] Re: How to disable registration in T3

2009-02-18 Thread ANDROSoft
27;y...@registered.mail.here'] settings.registration_disabled=True >From now you can turn on/off registration by changing settings.registration_disabled=True/False regards On 5 Lut, 11:48, ANDROSoft wrote: > Hello, again > > I'm just do it in 3 steps for now: > > 1. deployT3ap

[web2py:18332] GAE web2py 1.59 T3 problem with import when db has more then 1000 rows

2009-03-18 Thread ANDROSoft
hello, export and backup of T3 is working, i get all rows from tables... but i have problem with importing back database when table has more then 1000 rows, import function put in table only first 1000 rows. spliting exported csv is not working, after import next part eg. rows 999 - > 1100, tab