[web2py] Re: Customize bootstrap 3 forms

2014-05-20 Thread Chris DeGroot
. > > See an example: > https://groups.google.com/forum/#!topic/web2py/VSr2oLNnozg > > > On Thursday, May 15, 2014 2:52:25 PM UTC-7, Chris DeGroot wrote: >> >> Hi everyone, >> >> I just submitted a pull request for some changes I was working on to make >>

[web2py] Re: Customize bootstrap 3 forms

2014-05-16 Thread Chris DeGroot
s are something I ultimately did for myself, but I think others might also find them useful. Unfortunately I don't really know your development practices or how you like to receive potential new features. On Thursday, May 15, 2014 5:52:25 PM UTC-4, Chris DeGroot wrote: > > Hi everyone, >

[web2py] Customize bootstrap 3 forms

2014-05-15 Thread Chris DeGroot
Hi everyone, I just submitted a pull request for some changes I was working on to make bootstrap 3 forms more customizable: https://github.com/web2py/web2py/pull/444 What do you think? I've done some testing on my projects, but I can't say everything is fully tested. I would be interested in

[web2py] Re: {{include}} not being rendered

2014-05-15 Thread Chris DeGroot
Can you check if there are any errors given by your browser about the files not being found? Maybe take a look at the html that is generated and see what is there. Paths should be relative to the /views folder; can you confirm that all of the paths are correct? On Thursday, May 15, 2014 8:37

[web2py] Re: please help testing windows and mac binary

2014-03-20 Thread Chris DeGroot
Apparently my post was deleted... the binary does not seem to work on OSX 10.9.2. The icon flashes briefly and then disappears. Chris On Thursday, March 20, 2014 12:16:13 PM UTC-4, Massimo Di Pierro wrote: > > problems have been reported with the windows and mac binaries for 2.9.x. > > Can you

[web2py] Re: Problem with uploads using a remote sftp file system

2014-03-20 Thread Chris DeGroot
After some digging, I think I may have found the issue. See my pull request: https://github.com/web2py/web2py/pull/409. Comments welcome. On Wednesday, March 19, 2014 9:45:13 PM UTC-4, Chris DeGroot wrote: > > I am trying to deploy my web2py app on Heroku. I have a database

[web2py] Re: please help testing windows and mac binary

2014-03-20 Thread Chris DeGroot
Hi Massimo, I don't think the binary is working on my system; I am using OSX Mavericks (10.9.2). I never use the binaries, so I don't know what to expect, but if I try to launch the application (i.e. by double clicking on it), an icon starts to appear in the Dock and then disappears. Chris O

[web2py] Problem with uploads using a remote sftp file system

2014-03-20 Thread Chris DeGroot
I am trying to deploy my web2py app on Heroku. I have a database table containing an upload field that I want to put on a remote filesystem using sftp. In db.py, I have set up the file system: from fs import sftpfs file_system = sftpfs.SFTPFS('???', root_path='???

[web2py] Re: Problem with web2py on Heroku

2014-03-14 Thread Chris DeGroot
IMARY KEY(path));" self.db.executesql(sql) DatabaseStoredFile.web2py_filesystem = True On Thursday, March 13, 2014 11:40:59 AM UTC-4, Chris DeGroot wrote: > > I am looking again at the Heroku logs, specifically the line > >

Re: [web2py] Re: web2py on heroku getting "InternalError: current transaction is aborted..." Ticket

2014-03-13 Thread Chris DeGroot
n on heroku ASAP. > > But I still getting the error on every web2py application I try to deploy > on heroku. If I use postgres locally everything works just fine. > > On 12/03/2014, at 18:31, Chris DeGroot > > wrote: > > Did you solve this problem? I have the same issue and

[web2py] Re: Problem with web2py on Heroku

2014-03-13 Thread Chris DeGroot
gt; > Massimo > > > On Wednesday, 12 March 2014 17:53:08 UTC-5, Chris DeGroot wrote: >> >> Hello; >> >> I have tried everything I could think of to solve this problem, but I >> just can't find a solution. I am trying to deploy my application to >>

[web2py] Re: Problem with web2py on Heroku

2014-03-13 Thread Chris DeGroot
his an be > recovered but it is complicated to explain without direct access to the > system. It really depends on how it got there and what is in there. > > Massimo > > > On Wednesday, 12 March 2014 17:53:08 UTC-5, Chris DeGroot wrote: >> >> Hello; >> >> I

[web2py] Re: Problem with web2py on Heroku

2014-03-13 Thread Chris DeGroot
The Heroku logs might also help (password removed): 2014-03-13T01:37:17.022191+00:00 heroku[web.1]: Starting process with command `python web2py/web2py.py -a '{PASSWORD}' -i 0.0.0.0 -p 35330` 2014-03-13T01:37:20.361879+00:00 app[web.1]: web2py Web Framework 2014-03-13T01:37:20.361879+00:00 app[

[web2py] Problem with web2py on Heroku

2014-03-13 Thread Chris DeGroot
Hello; I have tried everything I could think of to solve this problem, but I just can't find a solution. I am trying to deploy my application to Heroku, following the instructions in the web2py manual. The welcome app works fine, so I think generally I have deployed the app properly. The ap

[web2py] Re: web2py on heroku getting "InternalError: current transaction is aborted..." Ticket

2014-03-13 Thread Chris DeGroot
Did you solve this problem? I have the same issue and the links at then end don't help. On Friday, December 27, 2013 11:45:24 PM UTC-5, Ismael Serratos wrote: > > Hello everybody, today I tried to push my application to Heroku by using > the setup-web2py-heroku.sh script. It works fine, but whe