[web2py] Re: Top 3 web2py features

2010-05-25 Thread Jonas Rundberg
Mengu, I agree to all the mentioned pros for web2py. Would you like to elaborate on your first item -scalable? Which features in web2y fo you refer to that facilitates scalability? cheers / jonas On May 7, 12:13 am, Mengu wrote: > 1) scalable > 2) fast > 3) easy

[web2py] Re: generic.load

2010-07-16 Thread Jonas Rundberg
Thank you, I've been trying to find more information about LOAD, web2py_component, web2py_ajax_page and web2py_trap_form, but I still don't get the big picture. What are the web2py_components? When should I use LOAD?... I'm using ajax, but when should I use the above instead of a 'standard' ajax(

[web2py] w3p_fc bug?

2010-07-16 Thread Jonas Rundberg
Hi In sqlhtml.py, SQLFORM: the comment field's class is w3p_fc. Should't this be w2p_fc to be consistent with w2p_fl and w2p_fw? cheers / jonas

[web2py] one solution to web2py+eclipse and "undefined variable" warnings

2010-04-22 Thread Jonas Rundberg
find "Consider the following names global: (comma separated)" There you can add service,auth,T,response,session,request,db or whatever. Doing this seems easier then writing "global request", ... at the top of all of your controller files. cheers / jonas rundberg -- Subs

[web2py] Re: CRON doesn't work

2010-11-10 Thread Jonas Rundberg
Hi Sverre, I have the exact same issue. (Running web2py 1.87.3) Did you manage to get to work? / jonas On Nov 4, 11:10 am, Sverre wrote: > My cron tab looking like this > > #crontab > */2 * * * *     root  *sys/test_cron > @hourly          root  *applications/mm/cron/expire_sessions.py > > but

[web2py] sidebar bug in 1.99.1?

2011-10-05 Thread Jonas Rundberg
Hi Using left or right sidebars in layout.html doesn't render the page as intended. (Using both sidebars seems ok). layout.html sets the width of #content to 740px, but it should be 720px to handle the padding in #page. I've tried it on OSX, Chrome+FF5 cheers / jonas

[web2py] changes in 1.96.1 & 1.96.4

2011-06-23 Thread Jonas Rundberg
Hi Thanks all for the nice features in 1.96. Where can I find more information about these changes? 1.96.1 - "from gluon import *" imports in every python module a web2py environment... Is this expected to have any significant performance degredation? 1.96.1 - No more need for local_import loc