You are here

CHANGES.txt in Exif 6

// $Id: 

FAST GALLERY MODULE CHANGES
---------------------------

ACKNOWLEDGEMENTS
----------------
 * rapsli (Raphael Schär)


CHANGES LOG
-----------
2010/10/08
* Minor Bug with encoding
* Bug in XMP #935220 by silvio 
* Fixed exif_location #892986 by David Stosik 

2010/04/27
* UTF-8 support #783310 by silvio
* XMP Support #783344 by silvio

2009/12/01
* added option to choose if the exif information should be refreshed upon update or not

2009/11/25
* Prevent from reading exif information from png files (http://drupal.org/node/613776) by rapsli

2009/10/26
* Multiple IPTC Keywords http://drupal.org/node/226703 by chachasikes
* Error with exif extraction http://drupal.org/node/473140 by raintonr

2009/09/24 dman
* Cleaned up PHP E_ALL notices (undefined variables) in a few places, including exif.class
* Typo in exif_nodeapi()
* Applied fix for array-structured Geo tags http://drupal.org/node/473140

2009/09/24
* Applied Drupal Code styles

2009/09/21
* Better communications for users who don't have the exif_read_data function available

2009/09/15
* committed patch for iptc support

2009/04/13
* changed to fit the new CCK Datastructure.

2009/03/30
* better support for datefields

2009/03/17
 * if the datetime exif data is read we make sure to put it into the correct form (2004-02-12T15:19:21) so that we don't
   need to use a text field only, but could use some date CCK field

2009/02/05
 * give the user the option to either show or not show the exif form fields created with cck on the node-form

2009/01/23
 * Initial first version providing support for CCK.

File

CHANGES.txt
View source
  1. // $Id:
  2. FAST GALLERY MODULE CHANGES
  3. ---------------------------
  4. ACKNOWLEDGEMENTS
  5. ----------------
  6. * rapsli (Raphael Schär)
  7. CHANGES LOG
  8. -----------
  9. 2010/10/08
  10. * Minor Bug with encoding
  11. * Bug in XMP #935220 by silvio
  12. * Fixed exif_location #892986 by David Stosik
  13. 2010/04/27
  14. * UTF-8 support #783310 by silvio
  15. * XMP Support #783344 by silvio
  16. 2009/12/01
  17. * added option to choose if the exif information should be refreshed upon update or not
  18. 2009/11/25
  19. * Prevent from reading exif information from png files (http://drupal.org/node/613776) by rapsli
  20. 2009/10/26
  21. * Multiple IPTC Keywords http://drupal.org/node/226703 by chachasikes
  22. * Error with exif extraction http://drupal.org/node/473140 by raintonr
  23. 2009/09/24 dman
  24. * Cleaned up PHP E_ALL notices (undefined variables) in a few places, including exif.class
  25. * Typo in exif_nodeapi()
  26. * Applied fix for array-structured Geo tags http://drupal.org/node/473140
  27. 2009/09/24
  28. * Applied Drupal Code styles
  29. 2009/09/21
  30. * Better communications for users who don't have the exif_read_data function available
  31. 2009/09/15
  32. * committed patch for iptc support
  33. 2009/04/13
  34. * changed to fit the new CCK Datastructure.
  35. 2009/03/30
  36. * better support for datefields
  37. 2009/03/17
  38. * if the datetime exif data is read we make sure to put it into the correct form (2004-02-12T15:19:21) so that we don't
  39. need to use a text field only, but could use some date CCK field
  40. 2009/02/05
  41. * give the user the option to either show or not show the exif form fields created with cck on the node-form
  42. 2009/01/23
  43. * Initial first version providing support for CCK.