Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (331 - 333 of 1174)

Ticket Resolution Summary Owner Reporter
#292 duplicate Enable "favoriting" of media Aaron Williamson david kosata
Description

Users should be able to mark media entries as favorites by clicking a button/link in the entry detail view (and probably from gallery views as well). This change will likely require the creation of a new "UserFavorite" model with a structure like:

{'user': user_id, 'media_entry': media_entry_id, 'created': datetime.datetime.now()}

...and also a new field on MediaEntry containing a count of UserFavorites for that entry (to avoid expensive queries to generate this number dynamically for every request).

#744 invalid Enable "favoriting" of media rodney757
Description

This is an old merge request that I am moving here. If someone want to update this that would be great. Also checkout the original ticket's comments (http://bugs.foocorp.net/issues/618). I'm not really sure what is still relevant and what got updated in the merge request.

Heres the link to the merge request: https://gitorious.org/mediagoblin/mediagoblin/merge_requests/28

And to the repo: https://gitorious.org/~copiesofcopies/mediagoblin/copiesofcopies-mediagoblin/commits/feature618_favorites

#690 fixed Enable 'relate to' plugin in trac Jessica Tallon
Description

In followup to the meeting we had in IRC regarding. To enable us to have larger tickets split into smaller tickets the 'relates to' plugin needs to be enabled on trac.

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