Movuca
Movuca copied to clipboard
Movuca - web2py powered social CMS (this project is not updated/maintained anymore, if you want to adopt it, let me know, then I can transfer ownership)
Hi, If I change only the file movuca/modules/config.py to connect to MySql and after I open the install URL. It looks works fine. But I can see tables in Mysql...
Your feed is not displayed and I got a following ticket. I'm using web2py version 2.1.1. Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 209, in restricted exec ccode in...
I got ticket when I click the username link to show profile page without login. Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 209, in restricted exec ccode in environment...
When running setup/install. Running from trunk and I just downloaded Movuca from github.
Going to http://movu.ca/ in Google Chrome gives me a frame security error then redirects to http://markdotto.github.com/github-buttons/github-btn.html?user=rochacbruno&repo=Movuca&type=fork&count=true Please fix. Thanks, Alec Taylor
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...
After noticing that email notifications were sent out with Portuguese titles and movu-specific branding, I exported the table via appadmin, modified it with Libre Office Calc, saved as CSV, and...