[web2py] Re: Place different response.meta.description on each page

2015-12-30 Thread Joe
Hello Niphlod, Thanks for your reply. I tried to do that several different ways but I am sure I did it wrong. Can you please let me know how to set this exactly? Thanks On Wednesday, December 30, 2015 at 4:35:13 PM UTC+8, Niphlod wrote: > > set response.meta.description in the controller that

Re: [web2py] Re: web2py 2.13.3 is OUT

2015-12-30 Thread Luis Valladares
Now I'm using a token based authentication but it's server side, I store the data of the tokens inside a redis cluster server and make a request every time I want to retrieve this token data El dic. 30, 2015 8:33 PM, "Dave S" escribió: > > > On Wednesday, December 30, 2015 at 4:07:35 PM UTC-8, Lu

Re: [web2py] Re: web2py 2.13.3 is OUT

2015-12-30 Thread Dave S
On Wednesday, December 30, 2015 at 4:07:35 PM UTC-8, Luis Valladares wrote: > > All my applications are REST so CAS doesn't work I think > Currently not requiring login? You're using the REST decorator? And you want to add JWT for security? In that direction, I'm wondering what @response.res

Re: [web2py] Re: web2py 2.13.3 is OUT

2015-12-30 Thread Luis Valladares
All my applications are REST so CAS doesn't work I think El dic. 30, 2015 7:19 PM, "Dave S" escribió: > On Wednesday, December 30, 2015 at 2:33:46 PM UTC-8, > luis.va...@metamaxzone.com wrote: >> >> What if i've two different applications (event in two differents >> machines) one for the front en

[web2py] Re: web2py 2.13.3 is OUT

2015-12-30 Thread Dave S
On Wednesday, December 30, 2015 at 2:33:46 PM UTC-8, luis.va...@metamaxzone.com wrote: > > What if i've two different applications (event in two differents machines) > one for the front end of my site (all my views, form, etc...) and other to > authenticate my users, i mean, a micro service arch

[web2py] Re: web2py 2.13.3 is OUT

2015-12-30 Thread luis . valladares
What if i've two different applications (event in two differents machines) one for the front end of my site (all my views, form, etc...) and other to authenticate my users, i mean, a micro service architecture. El jueves, 24 de diciembre de 2015, 10:51:42 (UTC-4:30), Massimo Di Pierro escribió:

[web2py] Re: Upgrade to Web2py 2.10.4 breaks date field search in sqlform.grid

2015-12-30 Thread Laurent Lc
Did you find a solution ? Thanks Le vendredi 5 juin 2015 06:26:00 UTC+2, Mat Miles a écrit : > > I upgraded Web2py to version 2.10.4 on Pythonanywhere which has created a > problem with SQLFORM.grid. I have a table that has a date field. When you > attempt to search by this date field in a SQLFO

[web2py] Re: Upgrade to Web2py 2.10.4 breaks date field search in sqlform.grid

2015-12-30 Thread Niphlod
its fixed for some months now. On Wednesday, December 30, 2015 at 4:39:31 PM UTC+1, Laurent Lc wrote: > > Did you find a solution ? > Thanks > > Le vendredi 5 juin 2015 06:26:00 UTC+2, Mat Miles a écrit : >> >> I upgraded Web2py to version 2.10.4 on Pythonanywhere which has created a >> problem w

[web2py] search date sqlform.grid

2015-12-30 Thread Laurent Lc
Hi, I have a table that has a date field. When you attempt to search by this date field in a SQLFORM.grid, the date picker no longer appears, just a test box !! How can i do ? thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (

[web2py] Re: form wizard all steps in one page

2015-12-30 Thread aetagothno
Thank you for your responses, I finally figured it out. You are very helpful! On Tuesday, December 29, 2015 at 10:48:16 AM UTC-8, Anthony wrote: > > > step = 0 >> for i in STEPS: >> if step == 0: >> session.myformt = {} >> fields=STEPS[i] >> print "Fiel

[web2py] Re: why you should upgrade to web2py 2.13.4

2015-12-30 Thread Jim S
I'm not getting 2.13.4 from the github repo when I pull or clone. Am I working off the wrong branch? git clone https://github.com/web2py/web2py.git gives me web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2015 Version 2.13.3-stable+timestamp.2015.12.24.08.08.22 Database drive

[web2py] Re: Place different response.meta.description on each page

2015-12-30 Thread Anthony
Or in the view before the {{extend 'layout.html'}}. Anthony -- 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 received this message because you are sub

[web2py] Re: Place different response.meta.description on each page

2015-12-30 Thread Niphlod
set response.meta.description in the controller that generates the page On Wednesday, December 30, 2015 at 6:21:40 AM UTC+1, Joe wrote: > > Hello, > > By default meta tags are in menu.py > > response.meta.author = '' > response.meta.description = '' > response.meta.keywords = '' > response.me