Custom Query (1174 matches)
Results (37 - 39 of 1174)
| 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 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:
|
|||
