Custom Query (1168 matches)
Results (25 - 27 of 1168)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#5022 | fixed | ./configure with/without virtualenv | ||
Description |
configure uses inconsistent descriptions of virtualenv options. ac_user_opts=' enable_option_checking with_python3 with_virtualenv Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-python3 Set up to use Python 3 by default. --without-virtualenv install to a Python virtualenv |