[web2py] Re: github - please follow

2013-09-08 Thread Marcio Andrey Oliveira
done. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out

[web2py] Re: Invalid request with special chars in URL

2013-09-04 Thread Marcio Andrey Oliveira
Can't you send encoded parameters (say in Bas64 or hexadecimal) and decode them inside the methods? Regards. On Wednesday, September 4, 2013 8:24:26 PM UTC-3, Wonton wrote: > > Hello everyone! > > I've developed a web2py backend which is given me problems with special > chars in URLs. I'm a new

[web2py] Re: URL filter chain

2013-08-07 Thread Marcio Andrey Oliveira
Thank you all. That will solve what I want to do. Best regards. On Monday, August 5, 2013 11:15:59 PM UTC-3, Marcio Andrey Oliveira wrote: > > Hi. > > In Java there is the concept of URL filter chain (implemented by one or > more servlets). These filters may intercept requests

[web2py] Re: URL filter chain

2013-08-06 Thread Marcio Andrey Oliveira
So I don't know what to do. I was reading about the conditional models but it doesn't seem to be what I want. I will try to explain (forgive my bad English): >From my own application I want to be able to intercept requests to some / all URLs (it varies based on what I want to do) so that I coul

[web2py] Re: URL filter chain

2013-08-05 Thread Marcio Andrey Oliveira
Thank you both for replying. It seems wsgi middleware fits better my needs. Regards. Em segunda-feira, 5 de agosto de 2013 23h15min59s UTC-3, Marcio Andrey Oliveira escreveu: > > Hi. > > In Java there is the concept of URL filter chain (implemented by one or > more servlets)

[web2py] URL filter chain

2013-08-05 Thread Marcio Andrey Oliveira
Hi. In Java there is the concept of URL filter chain (implemented by one or more servlets). These filters may intercept requests to a specif URL or a bunch of them prior the request arrive to the controller(servlet) responsible to handle it. Is there such concept on web2py? How could I implem

[web2py] Re: Mobile and Tablets detection

2013-07-20 Thread Marcio Andrey Oliveira
I have no idea how complete WURFL is but it it seems that request.user_agent() will do the job. Regards. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[web2py] Re: MSSQL connection error

2013-07-18 Thread Marcio Andrey Oliveira
Hi. I have no experience with web2py but it seems it's not able to read some file. Try to use strace command to determine what file is missing then you can search on the net which package contains the missing file. You can try something like strace -o output.txt or strace -p -o output.t

[web2py] Re: Mobile and Tablets detection

2013-07-18 Thread Marcio Andrey Oliveira
vince, thank you for answering me. Regards. On Wednesday, July 17, 2013 3:12:47 PM UTC-3, Marcio Andrey Oliveira wrote: > > Hi. > > I'm wondering whether exists a python project that detect mobiles and > tables that be as good and as up to date as http://mobilede

Re: [web2py] Re: Mobile and Tablets detection

2013-07-18 Thread Marcio Andrey Oliveira
Niphlod, I'm fairly new to web2py (I'm reading the official book but I'm still on page #160 of 614 pages) and I'm trying to collect the most possible information that I think relevant for what I'm planning to do. Even if I had read entirely book I believe that not all information about web2py will

[web2py] Re: Mobile and Tablets detection

2013-07-17 Thread Marcio Andrey Oliveira
ibrary / module. Regards. On Wednesday, July 17, 2013 3:12:47 PM UTC-3, Marcio Andrey Oliveira wrote: > > Hi. > > I'm wondering whether exists a python project that detect mobiles and > tables that be as good and as up to date as http://mobiledetect.net/ > > Thanks. > --

[web2py] Mobile and Tablets detection

2013-07-17 Thread Marcio Andrey Oliveira
Hi. I'm wondering whether exists a python project that detect mobiles and tables that be as good and as up to date as http://mobiledetect.net/ Thanks. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and st

[web2py] Re: How to handle multiple domains with the same application

2013-07-16 Thread Marcio Andrey Oliveira
Derek is right. He explained exactly what I want (sorry my bad English). Massimo, thanks for the solution. I started studying web2py these days and it seems the right tool for the work. Thank all. On Sunday, July 14, 2013 8:22:31 PM UTC-3, Marcio Andrey Oliveira wrote: > > Hi. > >

[web2py] How to handle multiple domains with the same application

2013-07-14 Thread Marcio Andrey Oliveira
Hi. Currently I have 3 arcade sites: 1 with all kinds of games, 1 with only girls games and another one with only escaping games. Each site is running in a separated script, and worst than that is that I have some games in girls game site and on escaping games sites that exist on general arcad