Custom Query (1174 matches)
Results (274 - 276 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #535 | fixed | Some files cause a mystery error - MakerNote Tag 0x0001 | ||
| Description |
This file was troublesome, for some reason. It is pretty big, but I'm not sure that's the problem. |
|||
| #615 | fixed | UndefinedError: 'configobj.Section object' has no attribute 'geolocation_map_visible' | ||
| Description |
Viewing an image results in the following error for me:
I've been able to work around this issue by inserting the following line into the
I have the geolocation plugin enabled and I'm using Let me know if you need more information. |
|||
| #328 | fixed | Atom feed thumbnails | ||
| Description |
Not entirely on topic with #658 or #659, but related. My expectation was for the atom feed to contain the thumbnail of the image (or equivalent of other media types). This is important to me, as I want to widgetize/aggregate the feed on other sites. I found two places where feeds are generated, mediagoblin/user_pages/views.py and mediagoblin/listings/views.py:
for entry in cursor:
feed.add(entry.get('title'),
entry.get('description_html'),
content_type='html',
author=request.matchdict['user'],
updated=entry.get('created'),
url=entry.url_for_self(request.urlgen))
I am not sure what the thumbnail is, but I am betting it is a summary or maybe content (see the werkzeug atom docs). I think this is important, even if we are moving to make it a full ActivityStream, since the federation I have in mind is something akin to a dashboard view of new photos posted on my friends' sites. So, can we get a thumbnail in there? =] |
|||
