Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 1173)

Ticket Owner Reporter Resolution Summary
#405 Derek Christopher Allan Webber fixed Email notifications for new comments
Description

It would be really great if when someone comments on your media entry that you get notified. I know I'd love to know if someone loved my video!

Several parts to this, I think:

  • User option to "email notifications of comments"
    • Add to the user interface in the user profile page
    • Add option to the model in Mongo and SQL models (if SQL hasn't landed completely by then!)
    • Add migration to Mongo (or SQL if it's landed before this ;))
  • Actually email notify users! See the registration code which has examples of this.
  • Possibly turn on and off this option altogether in the config file? See: http://wiki.mediagoblin.org/Configure_MediaGoblin (not sure if this is bloat or not ;))
  • Unit tests for this would be nice... but then again unit tests of comments at all would be nice. Not a requirement for merge, sadly! ;)
#406 joar Christopher Allan Webber fixed Audio support (and content sniffing branch)
Description

Joar Wandborg has been working on an audio support / content sniffing and negotiation branch for mediagoblin, so this bug's purpose is to track it!

#408 Jakob Kramer duplicate Localized dates and times
Description

Currently dates are displayed using the “Gregorian Big Endian” format1 (the 18th March 2012 is displayed as “2012-03-18”). It would be nice if there were localized date (and time) formats like “18.03.2012” for Germany and others.

1: https://en.wikipedia.org/wiki/Calendar_date#Gregorian_Big_Endian.2C_starting_with_Year

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