Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 1174)

Ticket Resolution Summary Owner Reporter
#149 FIXED media submission success template, view, and routing deprecated Rasmus Larsson Caleb Davis
Description

Successful completion of #409 (media submission success messaging) leaves some debris to clean up

these aren't actually used anywhere

  • submit_success view
  • mediagoblin/submit/success.html template
  • mediagoblin.submit.success route
#163 FIXED Add tag views Christopher Allan Webber Caleb Davis
Description

Chris said,

Should we have some page that allows us to view all active media related to an active tag? Something like: /tag/bunnies/

Why, yes. Yes we should. And by should, I mean, we could, and it would be very helpful if we did. This feature was rolled over from #360.

[BONUS] - /tag/bunnies+fangs

#165 WONTFIX submit_success function deprecated Caleb Davis
Description

A navigation function in mediagoblin/submit/views.py doesn't seem to be in use any longer.

def submit_success(request):
    return render_to_response(
        request, 'mediagoblin/submit/success.html', {})

Let's delete it.

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