]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blob - Changes
* fix Francesco Potorti's name
[deb_pkgs/libapache-gallery-perl.git] / Changes
1 $Author: mil $ $Rev: 324 $
2 $Date: 2011-02-22 21:56:06 +0100 (Tue, 22 Feb 2011) $
3
4 Revision history for Perl extension Apache::Gallery.
5
6 1.0.1 Wed Feb 23 20:45:38 CET 2011
7
8         - Added missing template files to MANIFEST
9
10 1.0 Tue Feb 22 21:54:31 CET 2011
11
12         - Handle files that match both GalleryDocFile and GalleryImgFile
13           correctly. (Claus Faerber)
14         - Only respond to HEAD and GET requests, enabling users to use
15           WebDAV for upload (Andreas Plesner)
16         - Added new option GalleryCommentExifKey to get comments from
17           EXIF data (Michael Legart)
18         - Added new option GalleryEnableMediaRss to enable generation of
19           a media RSS feed for each directory listing. This works with
20           e.g. the plugin from http://piclens.com to enable 3D viewing
21           of your gallery. (Michael Legart)
22         - Make browser-caching work with mod_perl 2. Supports If-None-Match
23           and If-Modified-Since headers. Sets Last-Modified-Date and
24           ETag headers. (Michael Legart)
25
26 1.0RC3 Fri Sep 16 10:27:48 CEST 2005
27
28         - Add watermark even when picture doesn't need to be rescaled
29           (Andreas Plesner)
30         - Fix logging to work in Apache 1.3 (Andreas Plesner)
31         - Bugfix: If only one GallerySize was specified, the image's
32           max width was autmatically added to GallerySizes
33           (Andreas Plesner)
34         - Bugfix: Locate thm files if they are called .thm or .THM 
35                 (Michael Legart)
36
37 1.0RC2 Wed Jun  1 09:11:50 CEST 2005
38
39         - Added access keys for navigation (Michael Knudsen)
40
41 1.0RC1 Tue May 24 13:31:50 CEST 2005
42
43         - Added submit button to form in selection mode (Vlad Marchenko)
44         - Added new option GalleryRootPath for use when the gallery
45           is not running from the root of the virtual host (Lubomir Host)
46         - Report proper errors when there are problems with templates (Don Armstrong)
47         - Support newest mod_perl2 version (Philip Paeps)
48
49 0.9.1 Sat Sep 11 23:52:16 CEST 2004
50
51         - Fix mod_perl 1 support that was broken with 0.9 (Michael Legart)
52
53 0.9 Sat Sep 11 22:03:20 CEST 2004
54
55         - Handle .thm for all filetypes and not just tiff, gif and png
56                 (Michael Legart)
57         - Make GallerySortBy work for directories (Michael Legart)
58         - Make GalleryDirSortBy override GallerySortBy for directories
59           (Andreas Plesner)
60         - Report 404 for HEAD requests to non-existing files or directories
61           (Michael Legart)
62         - Scale images when they are requested from the cache instead of
63           before the index is displayed. (Michael Legart)
64         - Sort pictures the same way when viewing images as when viewing
65           directories (Andreas Plesner)
66         - Make the "back" link on the error page work in IE (Michael Legart)
67         - Fixed the TITLE tag for folder comments (Ondra Kudlik)
68         - New option GalleryUnderscoresToSpaces to convert underscores to
69           spaces in the listing of directories. (Ondra Kudlik)
70         - Bugfix for when running outside a virtual host (Jeffrey Hartmann)
71         - Support Apache2 on FreeBSD (Jesper Dalberg)
72         - Avoid false 404 errors when running under mod_perl 2 (Tom Brown)
73
74 0.8 Sun Mar  7 11:22:00 CET 2004
75
76         - Remember choosen width by setting a cookie (Rene Joergensen)
77         - Fixed a bug where $EXIFVALUES was left blank if a picture
78           had a comment. (Michael Legart)
79         - Fixed a bug where one line comments was showed as $COMMENT
80           (Jesper Skriver)
81         - Fixed a bug where comments did not get shown when using
82           the variables exif mode (Thomas L. Kjeldsen)
83         - Added two new configuration options GalleryDocFile and
84           GalleryImgFile that makes it possible to configured which
85           filetypes should be displayed. See the documentation for
86           details. (Guillaume Rousse)
87         - Added new option GalleryThumbnailSizeLS. If set to 1,
88           GalleryThumbnailSize is the long and the short side
89           of the thumbnail image instead of the width and height.
90           (Don Armstrong)
91         - Switched to use Text::Template instead of CGI::FastTemplate,
92           see the UPGRADE file for details. (Don Armstrong)
93         - Create copyright notices on pictures using truetype fonts
94     instead of png images. Font, color and size can be configured
95     (Thomas Petersen, Michael Legart)
96
97 0.7 Mon Sep  8 22:30:35 CEST 2003
98
99         - Support mod_perl version 1 and 2 (1.99) (Michael Legart)      
100         - Send status code 500 on errors, 404 on file not found and
101           make IE show our own errorpage. (Thomas L. Kjeldsen)
102         - Bugfix for directories named "0" (Andreas Plesner Jacobsen)
103         - Added "selection mode". Select images with checkboxes and
104           get a list of filenames. (Peter Andreasen)
105         - Fix to let the module work with perl 5.005 (Aaron)
106         - Do not allow scaling pictures to sizes above their
107           original size (Aaron)
108         - Added GalleryUseFileDate option to make A::G show
109           the files timestamps instead of using the EXIF value (Dennis Haney)
110         - Remember display size when turning Slideshow off (Hans Joergensen)
111         - Nice new layout (Thomas Kjaer)
112         - New option GalleryEXIFMode to control the way EXIF
113           info is displayed. See docs for details (Michael Legart)
114         - Support for the FNumber EXIF value (Thomas Corell)
115         - Added GalleryRootText option to allow changing the name of
116           the root element in the menu (Christopher Knight)
117         - Use Image::Imlib2 instead of Inline::C (Andreas Plesner Jacobsen)
118         - New option GalleryMaxThumbnailsPerPage to limit the number
119           of thumbnails displayed per page. Disabled by default
120           and requires templates update. (Michael Legart)
121         - Bugfix for the GalleryThumbnailSize option. Both height and
122           width max sizes are now obeyed. (David Gee)
123
124 0.6 Tue Apr 22 10:24:40 CEST 2003
125
126         - Apache now internally handles image dispatch which enables
127           use of all Apache caching possibilities (Thomas Eibner)
128         - Documentation and better implementation of the .folder
129           feature. (Jesper Skriver)
130         - Support the EXIF Orientation key for automatic rotate,
131           if your camera supports that - like Canon G3. You can
132           disable this by setting GalleryAutoRotate to 0 (Me)
133         - Works with Inline > 0.42 (Andreas Plesner)
134         - Show nice icons and allow downloads for doc,mp3,ogg,rtf,wav
135           and wmv in addition to the current movie types (Me)
136         - Now displays nice values for Aperture,FocalLength,ShutterSpeed
137           exif values (Thomas Eibner) 
138         - Directory comments added (Hans Joergensen)
139         - New GallerySortBy option to allow sort by time, size etc (Iain Wade)
140         - Set width/height on thumbnail images for better performance (Iain Wade) 
141
142 0.5.1 Sat Nov  9 11:49:29 CET 2002
143
144         - InlineDir is no longer configurable using PerlSetVar, which
145           fixes make test. (Me)
146         - Added test-suite (Me, Andreas Plesner Jacobsen)
147         - Write to the error log if unable to open files in the cache (Me)
148         - cache_dir changed to use File::Spec to make Apache::Gallery
149           more portable. It may even run under Windows now? (Andreas Plesner Jacobsen)
150
151 0.5 Sun Sep 15 11:55:56 CEST 2002
152
153         - Added slideshow feature (Me)  
154         - Code cleanup (Me)
155         - Moved the cache to one single directory outside the webscope (Rene Joergensen)
156         - Allow user to customize the "No info found" message (Me)
157
158 0.4.1 Sun Aug 11 17:48:09 CEST 2002
159
160         - URI Escape image URL in the size selection URLs. (Me)
161         - Fixed bug where .cache directory was not created when requesting images directly (Me)
162         - Don't allow scaling images more than their original size (Jan Chrillesen)
163         - Handle already rotated images correct (Jan Chrillesen, Me)
164         - Fix bug when rotating pictures and a .thm file was present (Thomas Eibner)
165         - Apache::Gallery now allows for regular files to be served correctly (Thomas Eibner)
166         - Support for detailed flash information from Image::Info 1.11 (Me, Allan Joergensen)
167         - Moved Apache::Gallery into subversion revision control instead of CVS (Me)
168
169 0.4 Sun Jun  2 13:11:09 CEST 2002
170
171         - Round height and width to integers when scaling to avoid
172           widths like 640x479.393939393939 (Me)
173         - Regenerate scaled pictures and thumbnails if the original
174           image has changed, the image.rotate file has been added or
175           changed or if the copyright image was added og changed. (Me)
176         - Don't show files starting with "." in the thumbnail index (Yann KerhervĂ©)
177         - Made thumbnailsizes configurable with the GalleryThumbnailSize
178           option. (Me)
179         - Print "Unknown" instead of $INFO in the imageinfo field if
180           unable to find any EXIF information. (Me)
181         - Added perldoc documentation of the module and a installationguide. (Me)
182         - Always list directories before images (Me)
183         - Allow textfiles (ie, robots.txt) (Me)
184         - Fixed a bug where $FILES was printed instead of "Empty directory"
185           if directory contained unsupported files (.txt, .htaccess etc) (Me)
186         - New templates where folders doesn't get displayed one on each line (Thomas Kjaer)
187         - Works without a VirtualHost now (Does not use DocumentRoot) (Peter Breton) 
188         - New option GalleryWrapNavigation to enable a new feature in the
189           pictureview where "Next" at the end displays the first picture etc
190                 (Peter Breton/Me)
191         - New option AllowOriginal for the user to be able to download the
192           original picture, not enabled by default (Thomas Eibner)
193         - TIFF and PPM support (Thomas Eibner)
194         - Initial movie support - download movie clips (Rene Joergensen)
195
196 0.3.1 Thu Jan 10 15:47:39 CET 2002
197
198         - Fixed a huge memoryleak.
199
200 0.3 Wed Jan  2 00:25:21 CET 2002
201
202         - Made Inline dir configurable. (Tim Coleman)
203         - Made it configurable which information about the image
204           should be viewed. (Thomas Eibner)
205         - Added GallerySizes option. You can now choose which
206           resolutions the user can scale between. The Gallery
207           will not allow scaling to 641x480 if you only configured
208           640x480. (To prevent evil people filling up your disk) (Me)
209         - Handle spaces in files and directories correct. 
210         - Now possible to rotate pictures on the fly. (Thomas Eibner)
211         - Copyright picture can be included on each picture (Thomas Eibner)
212         - Comments for each picture changed to be in 
213           picture.jpg.comments (Thomas Eibner)
214   - Scale thumbnails correct when images are rotated 90-degrees. (Me)
215
216 0.2 Sun Oct 14 19:57:06 2001
217         - addcomments.pl renamed to gallery-editcomments.pl
218         - Added "viewing picture X of Y" when viewing images
219         - Switched to using Imlib2 instead of GD. Apache::Gallery
220           now supports all the image formats Imlib2 supports.
221         - Added gallery-buildcache.pl script to generated thumbnails
222           (Usefull if your browser times out the first time you
223                 visit a new gallery)
224
225 0.1.1 Sat Sep 30 01:10:03 2001
226         - Added src/addcomments.pl script for editing picture
227           comments.
228
229         - Templates have been updated by Erwin Lansing and 
230           Thomas Kjaer and are now much nicer by default!
231
232 0.1  Mon Aug 20 19:38:31 2001
233         - original version; created by h2xs 1.21 with options
234                 -XA -n Apache::Gallery
235