Custom Query (1174 matches)
Results (85 - 87 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #86 | FIXED | MediaEntry.thumbnail_file not used | ||
| Description |
the thumbnail_file field in the MediaEntry db schema is not used currently. Mediagoblin/mediagoblin% grep thumbnail_file **/*.py db/models.py: 'thumbnail_file': [unicode]} I think, media_files['thumb'] is used for the thumbnail. |
|||
| #87 | FIXED | Ability to create users from command line | ||
| Description |
A script like: ./bin/gmg adduser <username> <password> <email> is clearly needed. We could also use: ./bin/gmg makeadmin <username> ./bin/gmg changepw <username> for making an existing user an admin or changing a user's password. |
|||
| #88 | FIXED | Ability to turn off registration | ||
| Description |
This is something easy, and probably something many people want. Related: http://bugs.foocorp.net/issues/373 |
|||
