Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 1173)

Ticket Resolution Summary Owner Reporter
#683 fixed add mediaimport gmg command alon
Description

Importing media in a new local instance is useful:

  • mass importing when media already available locally
  • debugging

https://gitorious.org/~alon/mediagoblin/alons-mediagoblin/commits/mediaimport

#685 wontfix Big Migration Unit Test Elrond
Description

After a bit of discussion we agreed on a unit test that shall test all old migrations. To make sure they still work on the current codebase.

Points needed for level 1 implementation:

  • Empty db
  • fill with models_v0 tables
  • Run all migrations
#686 fixed Create User.url_for_self() method and use it Elrond
Description

The User object should have a .url_for_self method like the media entries or collections already have.

With the new redirect_obj it should then be as easy as

return redirect_obj(request, user)

to redirect to the user's main page.

So use redirect_obj or at least the .url_for_self around the sources.

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