Custom Query (1173 matches)
Results (37 - 39 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#277 | fixed | Enable "favoriting" of media | ||
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 | ||
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 <http://www.mediawiki.org/wiki/Manual:User_rights>`_ It should have at least suppressredirect. |
|||
#284 | fixed | Support "Orientation" EXIF tag | ||
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) |
Note:
See TracQuery
for help on using queries.