Re: [web2py] Re: auth.settings.registration_requires_approval has no effect

2016-12-09 Thread Teemu R
at the beginning of controllers/default.py: auth=Auth(db) This basically resets the auth object to its default state (I assume). Just thought to add this here as a one potential solution in case there are people having similar problems. -Teemu On Thursday, August 20, 2015 at 8:09:26 PM UTC+3, Karl-Thomas

[web2py] Re: selected values in widget SQLFORM.widgets.multiple.widget and SQLFORM.widgets.checkboxes.widget

2015-04-03 Thread Teemu
Thank you! That was the solution (type='list:string'). Now multiselect widgets seems to work correctly. T: Teemu -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] selected values in widget SQLFORM.widgets.multiple.widget and SQLFORM.widgets.checkboxes.widget

2015-04-02 Thread Teemu
show me how this widget should be used. I am also curious to know how SQLFORM.widgets.checkboxes.widget should be fixed to make it work correctly. I am using web2py version: 2.9.12-stable+timestamp.2015.03.19.06.51.11 on linux. Teemu -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] grid/smartgrid: pass parameters to form

2012-05-08 Thread teemu
and formstyle parameters are supported and they are passed to form constructor. I know that grid and smartgrid implementation is experimental and is subjected to change. Would it possible to support all relevant form parameters in the future? Teemu

[web2py] Re: grid/smartgrid: pass parameters to form

2012-05-08 Thread teemu
parameters already in the trunk. These new parameters should give all the desired flexibility. Teemu On Tuesday, May 8, 2012 3:52:18 PM UTC+3, Anthony wrote: +1 Maybe we could do it via **kwargs. Anthony On Tuesday, May 8, 2012 8:38:23 AM UTC-4, teemu wrote: Hi, Is it possible to pass more

[web2py] Re: super in templates

2011-06-01 Thread teemu
OK! Thank you for explanation. I just have to live with that and modify my apps to do those things differently. Teemu

[web2py] Re: super in templates

2011-05-31 Thread teemu
- If I remove {{include 'text.txt'}} from layout.html everything works perfectly (text/code from the parent block will be included in extended block). Web2py doesn't allow include directives in parent blocks anymore!! Teemu

[web2py] Best practice to start background process

2011-04-27 Thread teemu
running and restart process if it has been crashed How have you guys done this? Any suggestions? Teemu

[web2py] Re: DAL: all database connections should be made by using the credentials of the authenticated user?!?!

2011-04-02 Thread teemu
(db_oracle). These databases contains different kind of data: the first (db) contains public data and the second (db_oracle) sensitive/non-public data. Teemu

[web2py] DAL: all database connections should be made by using the credentials of the authenticated user?!?!

2011-04-01 Thread teemu
operations (especially delete, insert and update) by using the credentials of authenticated user. Is this possible in web2py? Teemu

[web2py] powerTable: disable tooltips

2011-02-18 Thread teemu
configuration options to do that. PowerTable seems to be very promising project. Even if it is very young project it is already very useable. Thank you Bruno Rocha for this great plugin! Regards, Teemu

[web2py] inconsistency in error messages (minor issue)

2011-01-16 Thread teemu
by auth. teemu