[web2py] web2py.fedora.sh

2011-08-25 Thread ryo1kato
Hi, I found web2py.fedora.sh script have couple of problems in start() and stop(). So here's explanation and my solutions. If these fixes looks good, I can write a clean fix, test and send you a patch, could be tested only on RHEL6. (A) when calling daemon() shell-function, it is called

[web2py] User-friendly checkbox/radio-button widget in gluon/sqlhtml.py

2011-08-23 Thread ryo1kato
Hi, I'm frustrated that I can't check/select the checkboxes / radio- buttons by clicking on their labels rather than the box/buttons. So, here's my own solution for web2py, because I couldn't find any by quick googling. * http://bit.ly/nsNAmq (deep link in http://code.google.com/) * Demo is avai