Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 1173)

Ticket Resolution Summary Owner Reporter
#242 FIXED Closing storage objects joar Elrond
Description
As I don't have any simple way to test cloud storage, I'm filing
this as a bug.


1. StorageObjectWrapper should have a close() method
2. ``process_media/__init__.py`` should use the real ``closing()``
   function from ``contextlib`` instead of the current dummy one.

I would also suggest to rename StorageObjectWrapper to include
something about CloudFiles.



#252 FIXED Split storage.py into submodules joar joar
Description
Make it so that each StorageInterface implementation has it's own
submodule.

e.g.

::

    - mediagoblin/  
        - storage/  
           - cloudfiles.py  
           - mountstorage.py  
           - basicfile.py



#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)



Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.