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)
-
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)
-
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
head
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)
- h
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 bro
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
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 alread
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
-
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 :
>
> > Find, report and fix
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
Sir
$(function() {
$( "#accordion" ).accordion();$( "#accordion" ).accordion();
});
On Wed, May 28, 2014 at 10:37 PM, sarfaraz ahmed
wrote:
> i am very sorry about my last message which went before i could complete.
> I have included the following code. Please help
>
>
>
>
>
>
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
pbkdf2(1000,20,sha512)$a76b5
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).
> Cal
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 des
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 mi
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,
> sel
Hi Andrey,
Do you need a blog?
2014-05-30 11:21 GMT-03:00 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 b
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
https://code.google.com/p/instan
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 <
massimo.dipie...@gma
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 vehicle.id,vehicle.manufacturer,
Niphlod,
where may we find the default call back? e.g for onvalidation? thanks
On Thursday, September 19, 2013 5:32:40 AM UTC+7, Niphlod wrote:
>
> use always the same method. add a few logging lines between those lines of
> code and see for yourself why your code isn't executed
>
> On Wednes
Good hint, thanks, but anyway it's platform(sqlite) dependent.
Also thanks to Niphlod to have confirmed the same thing. Sometimes never
better choice.
On Saturday, May 31, 2014 3:23:44 AM UTC+7, Anthony wrote:
>
> Note, you can do:
>
> minus_5_min = 'DATETIME((writetime), "-5 minutes")'
> row =
Yes, I had. Just tried to find another way to import a file directly
without easyinstall.
When I placed it in the module subfolder, this rpdb2 (it is), cannot import
as a module. Anyway, will use easyinstall then.
On Friday, May 30, 2014 2:37:19 AM UTC+7, Niphlod wrote:
>
> read the book before
I am getting weird results when passing in cyrillic strings, or strings
that contain characters like ® in the name pattern.
If I do a search with another patter like email against the same user, the
username with cyrillic will display correctly.
I tried dumping the request.args and this is wha
Anybody enlighten me on while this form still updates the data? (I expected
it was disabled to then use my own callback)
form = SQLFORM.smartgrid(db.anyinfo,onupdate=None
,constraints = dict(anyinfo =
(tb.name[6:]=='level'))
,user_signature=Fals
We can help you read and validate Joomla passwords (you need a custom
validator instead of CRYPT) but we do not know how:
$P$DryHu7D3LgdPOK//FPvuVMcMR13HgU1
was generated. What algorithm?
It does not appear to be compatible with what the docs
say: http://stackoverflow.com/questions/10428126/jooml
kpax is so old I would recommend it any more.
On Friday, 30 May 2014 16:28:04 UTC-5, yamandu wrote:
>
> 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
27 matches
Mail list logo