[web2py] Re: The best way to integrate web services API in one site ?

2011-02-16 Thread Lionel Barret
Thank you, that looks interesting indeed. On Feb 16, 12:55 am, pbreit wrote: > You should consider a > queue:https://groups.google.com/d/topic/web2py/W2gtGxIKYFc/discussion

[web2py] The best way to integrate web services API in one site ?

2011-02-15 Thread Lionel Barret
Hello, I need to send a bit of info to different web services we use (mainly, highrise and campaign monitor). I have tested some prototype code using their API and it works. Now, I am not sure what would be the best way to integrate it into our site/app. I see two potential problems : - delay as

[web2py] Re: blocks included displayed twice.

2010-08-14 Thread Lionel Barret
I am following you and I suspected something like this. Although I was expecting either to work or to send an error. The general quality of web2py made be complacent, I suppose. About your question, as a user, I would consider that if I respect the order of declaration (blocks from the extending v

[web2py] blocks included displayed twice.

2010-08-13 Thread Lionel Barret
The content of the blocks if coming from an included view are displayed twice. This is the situation I am in. - Main_layout.html includes blocks.html. - Index.html extends main_layout.html, overriding the blocks defined in blocks.html. In this cas, the blocks are displayed once as blocks and anot

[web2py] Re: database cannot be modified anymore : migration between v1.44 & current.

2010-07-28 Thread Lionel Barret
very much for you help. L. On Jul 28, 6:45 am, mdipierro wrote: > Could you email me the app (confidentially)? > > On Jul 27, 12:07 pm, Lionel Barret wrote: > > > In fact, I can update a row but I cannot add a new one. > > > On Jul 27, 7:01 pm, Lionel Barret

[web2py] Re: database cannot be modified anymore : migration between v1.44 & current.

2010-07-27 Thread Lionel Barret
In fact, I can update a row but I cannot add a new one. On Jul 27, 7:01 pm, Lionel Barret wrote: > Sorry to be slow but I don't get it. > > This is what I did : > * changed the sqldb to dal > * changed the sqlfield to field > * check that the params were good (the

[web2py] Re: database cannot be modified anymore : migration between v1.44 & current.

2010-07-27 Thread Lionel Barret
length=None. Change it to a value or (better) > > set the type to 'text'. > > > Massimo > > > On Jul 27, 11:26 am, Lionel Barret wrote: > > > > Hi all, > > > > We are moving our app from one host to the other. > > > > W

[web2py] database cannot be modified anymore : migration between v1.44 & current.

2010-07-27 Thread Lionel Barret
Hi all, We are moving our app from one host to the other. We used v1.44 on our old host, the new one use the current version. And as I test the new host, I discovered our database cannot be updated/written to anymore. It can be read, though as the site does work, and the admin app does display