Custom Query (1173 matches)
Results (274 - 276 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #669 | fixed | Android client cleanup | ||
| Description |
I've performed some cleanup on the Android client, and tested it with a local install of GMG 3.3.0. If you have problems with any of the commits, feel free to cherry-pick or ask me about it. You can view the list of my commits on GitHub: https://github.com/dnet/mediagoblin-android/compare/cleanup You can pull the changes from the cleanup branch from either |
|||
| #670 | wontfix | Test handling of exceptions during meddleware response | ||
| Description |
mediagoblin/app.py:226: undefined name 'render_http_exeption' This is in exception handling for those thrown by meddleware during response transformation. Hooray for pyflakes, but this should be covered by a test. |
|||
| #688 | fixed | Map MEDIA_MANAGER to new MediaManager classes | ||
| Description |
As Elrond suggested, MEDIA_MANAGER for all the media types must point to the new MediaManager classes. Currently, this is enabled only for "Image" media type. The attached patch makes MEDIA_MANAGER point to a class derived from MediaManagerBase for all the other media types. I have tested it manually for all the media types. |
|||
