timmie

Results 10 issues of timmie

With this change, the package becomes cross-platform.

title says it this would make packaging of the results easy. and pip would be a greater helper making the stuff transferable

On windows we would need a workaround: for https://github.com/tshauck/Gloo/blob/master/gloo/create_project.py#L42 http://bytes.com/topic/python/answers/159301-best-way-touch-file http://pypi.python.org/pypi/path.py/2.2 another solution: http://rogermcd.wordpress.com/2008/07/20/creating-a-file-with-python/ ``` def MakeFile(file_name): """ MakeFile(file_name): makes a file. """ temp_path = '.' + file_name file =...

README got renamed from *.txt to *.RST

in Movuca/views/bootstrap/app/layout.html ``` {{for content_type in content_types:}} {{=A(iicon('list-alt'), T(content_type.title), _href=CURL('article', 'new', args=content_type.identifier))}} {{pass}} ``` please replace ``` CURL('article', 'new', ``` by ``` CURL('content_type.title', 'new', ```

There is a nice data based configuration of the theme. But the current (bootstrap) theme seems to be still hardcoded. E.g. {{include "bootstrap/app/featured_slider.html"}}

'''' Traceback (most recent call last): File "/opt/source/webdev/web2py_github/gluon/restricted.py", line 205, in restricted exec ccode in environment File "/opt/source/webdev/web2py_github/applications/Movuca/controllers/default.py", line 90, in File "/opt/source/webdev/web2py_github/gluon/globals.py", line 182, in self._caller = lambda f:...

I added my language EN. But I am still getting it all portugese...

Owncloud creates the primary sync folder at ~/owncloud If I move it to /opt the program does not finde it any more. I would love to see a folder administration...

Enhancement

there's quite some developemnt for timeseries plotting: https://github.com/danvk/dygraphs and graphing: https://github.com/wrobstory/vincent