[web2py] Adding files casually

2013-08-30 Thread wiel
I tried to add a bulk of .js files to my static folder without using the admin interface. the files are not showing up in the admin interface and a couple of these files are giving a 404 not found error. how can I remedy this? here is a sample of the view file. I placed the .js files in a sub

[web2py] Re: Adding files casually

2013-08-30 Thread wiel
this was a permission problem. the sub folder was owned by root and not by the user that i created for web2py On Friday, August 30, 2013 2:29:28 PM UTC-5, wiel wrote: > > > I tried to add a bulk of .js files to my static folder without using the > admin interface. the files are no

[web2py] anytime.js widget on html forms and date,time issue

2013-09-13 Thread wiel
1. does the anytime.js widget work on hand written html forms that are processed by SQLFORM? http://dev.s-cubism.com/plugin_anytime_widget 2. the inputs of type "date" and "time" are blank on firefox and internet explorer but not chrome. is that a known issue? Im on 2.5.1-stable -- Resources:

[web2py] links are using https instead of htttp

2013-09-23 Thread wiel
why do my links use https instead of http ? I installed web2py with this script http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/w

[web2py] change web2py application directory

2013-10-29 Thread wiel
I have a local repository and a web2py installation up. how can I change web2py's application directory so that it points to the repository? or how can I let web2py use the repository? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Gaema/ web2py_multiauth, login_form not defined

2012-06-18 Thread wiel
I am trying to setup the gaema port from here http://code.google.com/p/cfhowes/source/browse/ now I followed the installation instructions to the T, but when the time came to view login_area.html i get this error: name 'login_form' is not defined did anybody get this error and get over it?