[web2py] Anyone ever done a braintree integration with web2py?

2014-05-30 Thread Mark Graves
Hey everyone, Using braintree to process payments in an app I'm working on. Anyone ever done it and willing to answer a few questions? (I checked their documentation, I was more interested in a few web2py specifics) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] Anyone ever done a braintree integration with web2py?

2014-05-30 Thread Mark Graves
Hey everyone, Using braintree to process payments in an app I'm working on. Anyone ever done it and willing to answer a few questions? (I checked their documentation, I was more interested in a few web2py specifics) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] Re: User Registration Form POSTed to Application Root

2014-05-30 Thread RHC
Well your response prompted me to check the nginx logs which confirm it was going straight to /CMS, no redirect. I then switched to a minimal layout.html file as that was the one component that was still not a default file. This then registered a user okay. When I went through the original

Re: [web2py] Google security patch progrem

2014-05-30 Thread Manuele Pesenti
Il 29/05/14 23:29, Michele Comitini ha scritto: Richard, LOL +1, I was thinking just that :D ok just don't tell where the holes are... it'a treasure hunt :) M. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: how to determine the server (name) ?

2014-05-30 Thread Michael Beller
Depending on your server and hosting environment, request.env.http_host may always return '127.0.0.1:8000' when you're using the browser based shell (in admin) or running web2py from console. I found it was more reliable to use request.env.web2py_path which always gave a unique path (in the

[web2py] Re: which version of bootstrap is web2py running?

2014-05-30 Thread weheh
Thanks. Curious. That was the first place I looked and didn't find that line, which is why I posted. And now that I'm looking again, I must have messed with my bootstrap.min.css because it says Based on Bootstrap v3.0.0. I suspect a faulty drag and drop op whilst moving stuff around. My fairly

[web2py] webDAV server plugin for web2py

2014-05-30 Thread Andrey K
Hi guys, We would like to make a web file manager for web2py as a plugin, that offer good speed, security and big file transfer. Any idea what is already done in this direction? We thinking about webDAV server as the platform for it. Is anybody deal with webDAV in conjunction with web2py

[web2py] web2py CMS

2014-05-30 Thread Andrey K
I am interested to add in CMS system for our web2py application. Quick search does not give me any solutions. Is there any CMS plugin already or any recipes on it? Any thoughts, suggestions, links and comments would be very appreciated. Thank you in advance! -- Resources: - http://web2py.com -

Re: [web2py] Google security patch progrem

2014-05-30 Thread Massimo Di Pierro
web2py has been added! On Thursday, 29 May 2014 12:25:10 UTC-5, Michele Comitini wrote: Currently, the scope is limited to the following projects: - ... - ... web2py the only one not in the list! ;-) 2014-05-29 19:16 GMT+02:00 Massimo Di Pierro massimo.dipie...@gmail.com: Find,

[web2py] Re: webDAV server plugin for web2py

2014-05-30 Thread Massimo Di Pierro
You could help us improve this: https://github.com/web2py/web2py/blob/master/gluon/tools.py#L5342 On Friday, 30 May 2014 09:15:44 UTC-5, Andrey K wrote: Hi guys, We would like to make a web file manager for web2py as a plugin, that offer good speed, security and big file transfer. Any

Re: [web2py] Re: not able to include jqueryui in web2py

2014-05-30 Thread sarfaraz ahmed
Sir script $(function() { $( #accordion ).accordion();$( #accordion ).accordion(); }); /script On Wed, May 28, 2014 at 10:37 PM, sarfaraz ahmed findsarfa...@gmail.com wrote: i am very sorry about my last message which went before i could complete. I have included the following

[web2py] web2py password encryption/decryption

2014-05-30 Thread farmy zdrowia
Hello, I'm trying to integrate web2py users to be stored in joomla _users database instead of auth_user. I can see joomla and web2py use different algorithm do code/decode passwords. Joomla password looks like: $P$DryHu7D3LgdPOK//FPvuVMcMR13HgU1 , while web2py

[web2py] Re: DAL doesn't fully support datetime operations

2014-05-30 Thread Pham Quang Dung
Hm, Not true, I forgot to say I did with execlsql OK, for Sqlite, select DATETIME((writetime), -5 minutes) from xxx On Friday, May 30, 2014 2:35:42 AM UTC+7, Niphlod wrote: This will never work because there is no notion of timedelta in any db backend (nor any substitute for it). Calculate

Re: [web2py] web2py password encryption/decryption

2014-05-30 Thread Marin Pranjić
You can change current behavior by changing db.auth_user.password.requires. This is a default validator: https://github.com/web2py/web2py/blob/master/gluon/tools.py#L1786-L1787 it's being used here: https://github.com/web2py/web2py/blob/master/gluon/tools.py#L1850-L1852 Check if you can get

[web2py] Re: DAL doesn't fully support datetime operations

2014-05-30 Thread Niphlod
perfect. now find a way to do it on every supported backend, and for every possible timedelta, than we'll include it ^_^. On Friday, May 30, 2014 5:49:06 AM UTC+2, Pham Quang Dung wrote: Hm, Not true, I forgot to say I did with execlsql OK, for Sqlite, select DATETIME((writetime), -5

[web2py] Re: DAL doesn't fully support datetime operations

2014-05-30 Thread Anthony
Note, you can do: minus_5_min = 'DATETIME((writetime), -5 minutes)' row = db(db.mytable).select(minus_5_min).first() print row[minus_5_min] Anthony On Thursday, May 29, 2014 11:49:06 PM UTC-4, Pham Quang Dung wrote: Hm, Not true, I forgot to say I did with execlsql OK, for Sqlite, select

Re: [web2py] web2py CMS

2014-05-30 Thread Fabiano Almeida
Hi Andrey, Do you need a blog? 2014-05-30 11:21 GMT-03:00 Andrey K kmelevs...@gmail.com: I am interested to add in CMS system for our web2py application. Quick search does not give me any solutions. Is there any CMS plugin already or any recipes on it? Any thoughts, suggestions, links and

Re: [web2py] web2py CMS

2014-05-30 Thread Carlos Costa
We have some options as I know. Kpax from Massimo http://vimeo.com/1098656 https://github.com/mdipierro/web2py-appliances/tree/master/KPax2 Quoca and Movuca (more lika a social app) from Bruno Rocha http://quokkaproject.org/ https://github.com/rochacbruno/Movuca

Re: [web2py] Google security patch progrem

2014-05-30 Thread Mariano Reingart
Great news Massimo! I've a related patch in mind .. will discuss ASAP on the dev list Best regards, PS: just tweeted it to spread the word Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Fri, May 30, 2014 at 3:28 PM, Massimo Di Pierro

Re: [web2py] Re: requires IS_IN_DB set as a union of two queries

2014-05-30 Thread 98ujko9
This is my short version of SQL string that I am trying to convert for use with web2py. I am studding how to do it at this time but any help that comes sooner will be appreciated. It finds a vehicle without owner that is used when creating a vehicle owner. select