Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 1174)

Ticket Resolution Summary Owner Reporter
#86 FIXED MediaEntry.thumbnail_file not used Christopher Allan Webber Elrond
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 Alejandro Villanueva Christopher Allan Webber
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 Rasmus Larsson Christopher Allan Webber
Description

This is something easy, and probably something many people want.

Related: http://bugs.foocorp.net/issues/373

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.