"Fossies" - the Fresh Open Source Software Archive

Member "Apache-Gallery-1.0.2/Changes" (8 Jun 2011, 11191 Bytes) of package /linux/www/old/Apache-Gallery-1.0.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

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