Re: [web2py] changing client side caching headers expires or cache-control value

2013-10-16 Thread molhokwai
ine, so not an issue, but good to know... Thanks -molhokwai On Thu, Oct 17, 2013 at 1:25 AM, Dave S wrote: > > > On Wednesday, October 16, 2013 11:06:23 AM UTC-7, molhokwai wrote: >> >> Well... >> It doesn't seem to work on local dev_appserver, but it actually wor

Re: [web2py] changing client side caching headers expires or cache-control value

2013-10-16 Thread molhokwai
Well... It doesn't seem to work on local dev_appserver, but it actually works, when deployed on appspot.com... So, anyway, problem solved... Thanks On Wed, Oct 16, 2013 at 4:14 PM, molhokwai wrote: > Hi, > > I've tried changing client side caching headers expires or ca

[web2py] changing client side caching headers expires or cache-control value

2013-10-16 Thread molhokwai
65*24*3600) # ex: Fri, 01 Jan 1990 00:00:00 GMT response.headers['Expires'] = expires.strftime("%a, %d %b %Y %H:%M:%S GMT") response.headers['Cache-Control'] = 'public,max-age:%i,must-revalidate' % (365*24*3600) How should this be do

Re: [web2py] Re: Janrain/RPX widget migration

2013-09-16 Thread molhokwai
Hi Massimo, Since the upgrade will most likely fix the issue I'm having (which can't be fixed for the legacy widget): can you give me pointers so I can implement it locally and if all is well, send the code to you? Thanks... On Sat, Aug 31, 2013 at 9:14 AM, molhokwai wrote: > D

Re: [web2py] Re: Janrain/RPX widget migration

2013-08-31 Thread molhokwai
Done. Thanks. On Sat, Aug 31, 2013 at 12:29 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Please open a ticket. We will do that asap. > > > On Friday, 30 August 2013 12:54:06 UTC-5, molhokwai wrote: >> >> Hi, >> >> The janrain/rp

[web2py] Janrain/RPX widget migration

2013-08-30 Thread molhokwai
Hi, The janrain/rpx widget is no longer supported since July ( http://developers.janrain.com/documentation/widgets/legacy-sign-in-widget/) and I am wondering if there are plans to upgrade the integrated rpx login method accordingly... ( http://developers.janrain.com/documentation/widgets/legacy-

Re: [web2py] Re: (Class) references issue

2013-01-12 Thread molhokwai
iple records, and res[0] will simply select the first > > such record (presumably the record of user 454 in this case). > > Anthony > > On Saturday, January 12, 2013 10:26:45 AM UTC-5, molhokwai wrote: >> >> Hi, >> >> The title is my best guess

[web2py] (Class) references issue

2013-01-12 Thread molhokwai
property for example... I would be grateful for a logical explanation of what is happening, and can provide more context/code, if ncessary... In any case, thanks for the great framework... --- molhokwai --

[web2py] open id, rpx auth: local rpxaccount.py modif

2010-08-03 Thread molhokwai
Hello, Just to share this modification in the gluon/contrib/login_methods/rpxaccount.py file that fixes an issue due to the fact that providers eventually send nothing for specific keys (ex: Facebook does not send the email key by default). The code (starting @line 56): --

[web2py] Re: WordPressClone/PyPress GAE fix

2010-07-08 Thread molhokwai
he project athttp://github.com/mdmcginn/pp4gae/andhave > asked him if he could make > > > me the owner of his Google Code project. Not that I know what I'm > > > doing, but I could add competent coders as owners and could continue > > > the project that way. Unl

[web2py] WordpressClone/PyPress for GAE: pypress4gae

2010-06-22 Thread molhokwai
- *M*ayou *N*kensa *P*enda *N*gué -*H*ervé +32 489 33 71 51,molhok...@gmail.com,skype:molhokwai http://www.google.com/profiles/molhokwai

[web2py] Re: WordPressClone/PyPress GAE fix

2010-06-22 Thread molhokwai
merge and have an even better app (if there is anything interesting to merge, from my code)... Voilà. -- *M*ayou *N*kensa *P*enda *N*gué -*H*ervé +32 489 33 71 51,molhok...@gmail.com,skype:molhokwai http://www.google.com/profiles/molhokwai On Tue, Jun

[web2py] kpx cms issue fix

2010-06-12 Thread molhokwai
Hello, Found an issue in kpax cms and implemented a quick fix: Issue: In /kpax/controllers/access.py redirect method called with an array instead of a string: line 47: if ch: redirect(request.vars.forward) Fix: line 47: if ch: redirect(request.vars.forward[0]) Voilà. Thanks a lot for web2py and

[web2py] Proposing myself for adding functionalities to web2py

2010-05-17 Thread molhokwai
Proposing myself for adding functionalities to web2py Hello everybody, Just want to express my love for this beautiful tool... ...and propose myself to participate in extending*... Voilà... A 1000 thanks to all who have participated in making this tool available for us all...