Custom Query (1173 matches)
Results (25 - 27 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1033 | wontfix | (spam bug) | ||
Description |
Spam bug, removed. |
|||
#298 | FIXED | ./bin/gmg adduser should take password, email as arguments, and prompt if not provided | ||
Description |
Instead of being sequential arguments, email and password (or at least password) should be --keyword arguments. If not provided, we should prompt the user for them (and obscure the password as being entered). This is a fairly easy and entry level task. |
|||
#910 | fixed | ./bin/gmg assetlink and mediagoblin default setup | ||
Description |
GMG ships with mediagoblin.ini with enabled "mediagoblin.plugins.basic_auth" plugin. But this plugin has a directory with static files, that needs to be linked with "./bin/gmg assetlink". Neither setup.py does it, nor it is suggested in the docs. Also, ./bin/gmg assetlink seems to be not documentated well, and http://mediagoblin.readthedocs.org/en/latest/siteadmin/plugins.html misses it. |