|
(this file is also available in the distribution as a text file called "CHANGES".)
Changes from 0.94d to 0.94e: modified the photononav.tmpl template to fix the
previous/next navigation on pages where the toolbars and thumbnails are hidden.
This is the only change in this version, and users of 0.94d may prefer to make
this change by hand. in photononav.tmpl line 37 should be changed from:
<form action="%%htmllfcgiurl%%/%%htmlgallery%%/%%htmllastnum%%/%%htmlsize%%" met
hod="POST">
to:
<form action="%%htmllfcgiurl%%/%%htmlgallery%%/%%htmlnextnum%%/%%htmlsize%%" met
hod="POST">
Changes from 0.94c to 0.94d: modified templates to improve preview rendering
performance and the display of long captions
Changes from 0.94b to 0.94c: modified templates to allow noframes version
Changes from 0.94 to 0.94b: modified docs
Changes from 0.92 to 0.94
this is a pretty major upgrade; liveframe.cgi has leaped from 400 lines
to a little under 800.
- there are a dozen new html templates (19 versus 0.92's 7). the
additional templates support new features and further separate the html
from the script itself. the only html now generated directly by the
script are the slideshow meta tags and the resizing drop down options,
allowing complete user interface customization to be done in the
templates. yay!
- new directory names: "tmpl" is now "templates" and "series" is now
"galleries". go clarity!
- new Gallery Index features: thumbnails, the ability to hide galleries
(not securely), and the ability to sort galleries manually (thanks
spine@electricrain.com)
- previous and next gallery links with thumbnails appear automatically
on the start page if they are at least three galleries total.
- added ability to pause and resume slideshows.
- users can resize images to suit their display or purpose: upload up to
five sets of different sizes.
- added ability to hide navigation easily, making it easier to focus on
the picture and cut and paste URLs to specific images.
- changed the default configuration file separator from ":" to "}" so
you can use colons in your captions. the separator is now an easily
modified configuration option.
- added ability to set up LiveFrame without start pages (thanks
sonic@tipsy.com).
- made several user interface improvements.
- wrote documentation.
read the INSTALL guide for more information about using 0.94's new
features with your galleries, and UPGRADE for important information
about using old galleries with the new code. |