[web2py] Re: email not sent

2014-08-17 Thread Alex Glaros
okay, I assured Google it was really me, now password reset seems to work thanks folks! Alex -- 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 Issues) --- You receive

[web2py] Re: why doesn't my custom registration form work?

2014-08-17 Thread Robin Manoli
Hey thanks a lot Massimo, that worked perfectly! I really do put a lot of focus on how I write my code, in order to make the site easily maintainable. Thanks for a great job, and I love web2py! Den söndagen den 17:e augusti 2014 kl. 01:05:16 UTC+2 skrev Robin Manoli: > > Hi, > I know there are

[web2py] client browser small screen detect

2014-08-17 Thread lucas
hello one and all, how can web2py detect a small screen on the client side? i already read the post https://groups.google.com/forum/#!topic/web2py/cnfpKwNFB4Q and am using massimo's code to detect a mobile interface. but i really need to distinguish like a really small screen like in an iPod

[web2py] Re: client browser small screen detect

2014-08-17 Thread Massimo Di Pierro
You can check the screen size with jQuery(window).width() # js and send it to the server via ajax: jQuery.post('{{=URL('')}}', {'width':jQuery(window).width()}); You can also check device with this logic: http://stackoverflow.com/questions/3514784/what-is-the-best-way-to-detect-a-handh

Re: [web2py] Re: web2py shell vs terminal shell

2014-08-17 Thread Giacomo Dorigo
I don't know, for some reason it does not leave me submit the ticket: Windows 8 web2py : 2.9.5-stable+timestamp.2014.03.16.02.35.39 (Running on Rocket 1.2.6, Python 2.7.7) What steps will reproduce the problem? 1. run web2py from source code from a .bat file python path_to_web2py/web2py.py 2. at

[web2py] using FORM with new line layout

2014-08-17 Thread sid datta
HI - I wanted to customize the layout and use FORM. So a simple example - where I would like to have 2 input boxes and a 3 rd submit button each on its own line. I wanted to do this in the controller - so form = FORM(INPUT(_name='fname'),INPUT(_name='lname'),INPUT(_type='Submit')) this puts a

[web2py] Re: scheduler timeouts on successful tasks

2014-08-17 Thread Brad Miller
As a follow up question. Is it safe for me to mark the task as COMPLETED manually by updating the schedular_task or schedular_run table? Its not clear to me which one. I thought about using stop_task() but that did not appear to work, plus it seems silly to have the task marked as failed when

[web2py] Confused on how to deploy to GAE

2014-08-17 Thread Jeffrey Wong
Hello, I have been using the web UI interface to write a small application. I'm developing on a Mac and my application works well locally, but I cannot for the life of me figure out how to deploy it to GAE. I have a Google cloud account ready, and the python SDK installed. I downloaded web2p

[web2py] How to show just entered value in the same form after self-submitting?

2014-08-17 Thread Кирилл Шаталаев
Why not recreate form again? if form.vars.field1==None dictionary == db.().select form= return dict(form=form) ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/iss

[web2py] Re: Confused on how to deploy to GAE

2014-08-17 Thread Massimo Di Pierro
You are running the OSX binary. You cannot deploy from there. You need to run the source version of web2py. Your with with: python web2py.py -G configure It will ask you some questions and make the app.yaml for you. You make the GoogleAppLauncher point to the web2py folder, run it once,

Re: [web2py] Re: web2py shell vs terminal shell

2014-08-17 Thread Massimo Di Pierro
After truncate the table did you db.commit()? On Sunday, 17 August 2014 23:17:29 UTC-5, Giacomo Dorigo wrote: > > I don't know, > for some reason it does not leave me submit the ticket: > > Windows 8 > web2py : > 2.9.5-stable+timestamp.2014.03.16.02.35.39 > (Running on Rocket 1.2.6, Python 2.7.7)

[web2py] routes.py + route_in for Parameter-based system

2014-08-17 Thread Copper Lark
How made "Streaming virtual files" in Parameter-based system in routes.py route_in=( ('.*.(php|PHP|asp|ASP|jsp|JSP)','jammer/default/jam'), ) I try: routers = dict( # base router BASE=dict( default_application='ipay', domains = { 'www.ipo-polza.ru' : '