Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 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

#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.

#687 fixed Write unit tests for redirect and redirect_obj Elrond
Description

Well, the title says it all. Those methods could use some unit tests.

For redirect two cases should be tested: with location= given, and without.

redirect_obj has big magic.

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