pkgsrc/www/gallery2/MESSAGE
jym 2006a25aec Update gallery2 to 2.3.1.
ok by pettai@.

Changes:

   1.   New version of the slideshow module now uses PicLens  to provide a rich, full screen slideshow.
   2. Comment module now offers moderation and Akismet support to help weed out spam comments.
   3. New email notification module allowing users to configure events they wish to get notified for. You can watch albums for changes, items for new comments, etc.
   4. New Jpegtran module to support rotation and cropping of jpeg images with no loss in image quality.
   5. New SnapGalaxy module for prints from snapgalaxy.com.
   6. Registration module can now send a welcome email to new users upon account activation.
   7. EXIF block now uses AJAX to switch between summary and detail display.
   8. External image block now has a "rawImage" mode to return a single binary image instead of HTML output.
   9. Support in RSS module for Media RSS format and random RSS streams.
  10. Remote module now bundles the Gallery Remote client and makes it available via Java Web Start. Users with a Java enabled browser can then launch Gallery Remote with a single click instead of manually downloading and installing.
  11. Hybrid theme now uses automatic navigation between pages in its image viewer and slideshow. This means the slideshow will show all images in the album, moving between album pages as needed. Requesting the next/previous image in the image viewer will also load a new album page as needed.
  12. Webcam module now accepts file:// URLs to retrieve image from local filesystem.
  13. Dcraw module now supports Adobe Digital Negative (dng) files, when used with dcraw v7.0 or newer.
  14. Added support for Windows Vista in PublishXP module.
  15. New database backup feature. Backup at start of upgrade, or anytime from Site Admin / Maintenance. Restore a backup from lib/support interface.
  16. Can now put Gallery into maintenance mode from Site Admin / Maintenance. Setting in config.php file is still available too.
  17. New event logging system records Gallery errors, viewable in the Site Admin interface.
  18. Themes can now override module template files, allowing a themed look to more aspects of the application.
  19. New Language Manager that allows the addition or removal of translations.
  20. User interface changes.
          * Use AJAX to speed up deleting comments(spam) on items/albums.
          * Use quick DHTML confirm dialog for deleting single items. Dialog offers link to bulk delete several items from an album.
          * Use YUI ItemTree instead of plain select box to select target album when moving items, creating replicas or link items.
  21. Performance and stability improvements.
          * Smarty templates now permanently cached by default. Turn this off in Site Admin / Performance when working on tpl files, so changes take effect immediately during development.
          * Avoid reading EXIF data multiple times in Carbon theme.
          * Some added caching in GalleryUrlGenerator.
          * Use progress bar when adding items to avoid server or browser timeouts. Particularly helpful when adding many items from local server.
          * Restructuring to greatly reduce the number of directories for language files.
          * Refactor of translator hints to avoid some processing when translations are not used (en_US).
          * Faster plugin and language package downloads.
          * Refactor of event system working towards a performance improvement in the next release.
  22. New database options.
          * Support for SQLite 3.x
          * Support for PostgreSQL schemas
  23. New install package options.
          * English only variants of installation downloads. The minimal is English only. In addition, Typical and Full are available in English language only variants.
          * Greatly reduced the number of directories for language files.
  24. Upgraded to newer versions of several bundled software packages: YUI! 2.3.1, ADOdb 4.98, Smarty 2.6.20, GetID3 1.7.7, BBCode 0.3.3.
  25. Updates to improve compatibility with PHP 5.3.
  26. Many bugs fixed.
2011-01-11 12:35:45 +00:00

31 lines
1 KiB
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2011/01/11 12:35:45 jym Exp $
For pkgsrc installations, Gallery2 is installed with the following
locations:
Document root: ${G2DIR}
Data directory: ${G2DATA}
You will need to make Gallery2 accessible through your HTTP server.
If you are running Apache and ap-php, you can use the following file:
${PKG_SYSCONFDIR}/gallery2.conf
and add an Include directive directly within Apache configuration:
Include ${PKG_SYSCONFDIR}/gallery2.conf
To get the final installation & setup instructions, go to the Gallery2
documentation homepage:
http://codex.gallery2.org/Category:Gallery_2:Installation
And don't forget to read the security information regarding Gallery2:
http://codex.gallery2.org/Gallery2:Security
More tips? Read more about optional (but useful) Gallery2 plugins here:
http://codex.gallery2.org/Gallery2:Installation_Requirements#Optional_Items
===========================================================================