Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1174)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#277 fixed Enable "favoriting" of media Aaron Williamson Aaron Williamson
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).

#282 fixed create user group in wiki for editors Will Kahn-Greene
Description

We need to create a new group in the wiki for people with enhanced editing powers. Elrond pointed out we already had a plan for this and to call it "Friends of the Elvenlord". Then he mentioned maybe "Friends of the Goblin" is better.

Anyhow, MediaWiki rights are listed here:

http://www.mediawiki.org/wiki/Manual:User_rights

It should have at least suppressredirect.

#284 fixed Support "Orientation" EXIF tag joar Aleksej
Description

The tag specifies that the image is to be displayed rotated and how.

The tag is supported by:

  • MediaWiki (it generates thumbnails already rotated).
  • digiKam (there is an option to set Orientation after rotating an image)
  • Geeqie (rotates for displaying)
  • Nautilus
  • Eye of GNOME
  • Thunar
  • exiftran (according to the man page)
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.