Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (355 - 357 of 1174)

Ticket Resolution Summary Owner Reporter
#60 FIXED Command to start shell w/ mediagoblin.globals set up Christopher Allan Webber
Description
./bin/gmg shell mediagoblin.ini

should launch a shell with:

  • mediagoblin.globals set up and pre-imported as mgoblin_globals
  • "mgoblin_app" instance set up, an instance of MediaGoblinApp
  • a bit of text is printed out explaining that those two variables are available
#64 FIXED MediaEntry['uploader'] should reference User, not embed it. Christopher Allan Webber
Description

Currently we embed the User object into the MediaEntry field. Bad, bad bad! This means all sorts of terrible things, but especially that we'll be keeping potentially out of date information. We should be referencing it instead.

#70 FIXED Usernames are case-sensitive Jakob Kramer
Description

On registration you can register a new account even if there is already a user with this name (but with some letters lower/uppercase).

An example: There could be a user "alice" and a user "Alice" at the same time.

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