aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSilvio <s1lv10@uol.com.br>2010-04-23 17:23:54 -0300
committerSilvio <s1lv10@uol.com.br>2010-04-23 17:23:54 -0300
commit96d54bf6955d8e9711a50646473620182d442d76 (patch)
treefbf260846096a3fc208195545175900bcafcca30 /CHANGES.txt
downloadexif-96d54bf6955d8e9711a50646473620182d442d76.tar.gz
exif-96d54bf6955d8e9711a50646473620182d442d76.tar.bz2
Initial import from upstream release
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
new file mode 100644
index 0000000..3906bdb
--- /dev/null
+++ b/CHANGES.txt
@@ -0,0 +1,51 @@
+// $Id:
+
+FAST GALLERY MODULE CHANGES
+---------------------------
+
+ACKNOWLEDGEMENTS
+----------------
+ * rapsli (Raphael Schär)
+
+
+CHANGES LOG
+-----------
+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.