[web2py] Re: web2py Job and Recruitment site

2016-03-28 Thread Francisco Tomé Costa
Thanks Massimo, it means alot coming from you -- 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 subscribed to the

Re: [web2py] web2py Job and Recruitment site

2016-03-28 Thread Francisco Tomé Costa
The database is mongodb, the logos are set by the companies in the dedicated backoffice -- 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

Re: [web2py] web2py Job and Recruitment site

2016-03-28 Thread Francisco Tomé Costa
Yes, builted with web2py -- 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 subscribed to the Google Groups "web2p

[web2py] web2py Job and Recruitment site

2016-03-26 Thread Francisco Tomé Costa
Hi, At https://www.emprego.pt we've developed a job posting site, where candidates can create their professional profile (like LinkedIn) https://www.emprego.pt/apresentacao and companies have a complete backoffice solution for managing recuitment https://www.emprego.pt/recrutamento The website

Re: [web2py] Absolute URLs

2015-06-09 Thread Francisco Tomé Costa
thanks for the solution Anthony, it works pretty well Francisco Tomé Costa +351 918412636 <+351918412636> https://www.linkedin.com/in/franciscocosta​ On Tue, Jun 9, 2015 at 4:19 PM, Anthony wrote: > On Tuesday, June 9, 2015 at 10:48:25 AM UTC-4, Francisco Costa wrote: >>

Re: [web2py] Absolute URLs

2015-06-09 Thread Francisco Tomé Costa
Marin: Yes! Anthony: Well I was wondering if there was a simple solution. Never used functools before Francisco Tomé Costa +351 918412636 <+351918412636> https://www.linkedin.com/in/franciscocosta​ On Tue, Jun 9, 2015 at 3:33 PM, Anthony wrote: > On Tuesday, June 9, 2015 at 9:32:48

Re: [web2py] Absolute URLs

2015-06-09 Thread Francisco Tomé Costa
I was looking for a classy way to change the default, didn't want to rewrite the URL() function Francisco Tomé Costa +351 918412636 <+351918412636> https://www.linkedin.com/in/franciscocosta​ On Tue, Jun 9, 2015 at 1:14 PM, Marin Pranjić wrote: > Ok, as you wish... > > Pu

Re: [web2py] Absolute URLs

2015-06-09 Thread Francisco Tomé Costa
but that way I would have to rewrite all my apps code, can't I change the default variables in models? I would like to have host=True by default Francisco Tomé Costa +351 918412636 <+351918412636> https://www.linkedin.com/in/franciscocosta​ On Tue, Jun 9, 2015 at 12:26 PM, Marin Pra

Re: [web2py] Re: How to add a trailing slash in URL?

2015-05-05 Thread Francisco Tomé Costa
nothing to explain, I just want my URL's to finish with a trail (obviously excluding the ones with vars) Francisco Tomé Costa +351 918412636 <+351918412636> https://www.linkedin.com/in/franciscocosta​ On Tue, May 5, 2015 at 8:46 PM, Willoughby wrote: > Maybe if you explaine

Re: [web2py] Re: How to add a trailing slash in URL?

2015-05-05 Thread Francisco Tomé Costa
I'm not saying changing all the URL's, but if there was an argument on the URL() Something like this: URL(trailing=True) Francisco Tomé Costa +351 918412636 <+351918412636> https://www.linkedin.com/in/franciscocosta​ On Tue, May 5, 2015 at 8:06 PM, Leonel Câmara wrot

Re: [web2py] Re: How to add a trailing slash in URL?

2015-05-05 Thread Francisco Tomé Costa
My idea was to only add the trailing slash to the last argument (if any) or function. URLs with vars would look like this: http://www.example.com/application/controller/function/?foo=bar Francisco Tomé Costa +351 918412636 <+351918412636> https://www.linkedin.com/in/franciscocosta​ On Tu

Re: [web2py] Re: Convert MongoDB / dict into a DAL Row

2014-11-17 Thread Francisco Tomé Costa
Performance, some collections (tables) have lots of references fields and have poor select performance using the DAL On Nov 14, 2014 6:40 PM, "Leonel Câmara" wrote: > Why are you talking to mongodb directly? This completely ruins the purpose > of using a DAL. > > What's happening here is that whe