MODIFICATION HISTORY
Version 1.3.3.-1
@copyright: 2005 by Reimar Bauer (R.Bauer@fz-juelich.de)
@license: GNU GPL, see COPYING for details.
2005-03-26: Version 1.3.3-2
keyword renew added.
Creation of thumbnails and webnails in two calls splitted
2005-03-26: Version 1.3.3-3
bug fixed if itemlist is given to describe only some of the images
but only_items is not set to 1 Example code changed
2005-03-27: Version 1.3.3-4
Action macro added and the form to call it.
User which have rights to delete could use the functions of gallery2image
2005-08-03: Version 1.3.3-5
theme path for icons corrected and a platform independent path joining
os.unlink removed as suggested by CraigJohnson
sort_by_name is default if not only_items is 1
optional sort_by_date could be used
keyword template_itemlist added
keyword help added
extra frame by mode=2 removed
2005-08-06: Version 1.3.5-6
slideshow mode added to toggle between webnails
keyword image_for_webnail added
2005-08-13: Version 1.3.5-7
syntax changed from GET to POST
forms instead of links
alias and exif_date from images submitted to gallery2image
filenames from images submitted to gallery2image too
new keyword sort_by_alias added
internal code clean up
this version needs: gallery2image-1.3.5-5.py
2005-08-14: Version 1.3.5-8 (TW) cleanup
2005-08-14: Version 1.3.5-9
changes by ThomasWaldmann incorporated
html code for tables changed
because of the ugly extra space of form elements
</div> tag removed so now we use the page style
slide show action goes to right webnail now
this version needs: gallery2image-1.3.5-5.py
2005-08-17: Version 1.3.5-10
html code separated in functions
structure of code changed
bug removed if quote is given but file does not exist
2005-09-02: Version 1.3.5-11
keyword album, album_name and front_image added
image urls changed to complete server url
2005-11-12: Version 1.3.5-12
bug fixed for image_for_webnail=1
bug fixed at last cell table end </tr> instead of <td>
bug fixed don't render a filename as WikiName
bug fixed " is allowed in alias name
bug fixed ' is allowed in alias name
bug fixed linebreak by a space in alias
not quite a bug but makes it very difficult to code in gallery2image so additional id removed in alias name
2005-11-17: Version 1.3.5-13
implementation of sequence video clips at first step for posix only (sequence_name)
sequence_type could be used to ommit the autoselection
fli/flc files are used for gif and png files, mpeg files for
jpeg files. Duration on both is 1 image/second
feature added of recognising the right url pattern (http or https)
2005-12-03: Version 1.3.5-14
bug fixed of to_slide tools function a wrong mark was used
all output of convert or ppm2fli redirected to /dev/null
it is not necessary to keep output in the webservers log file
2006-01-01: Version 1.3.5-15
only python libs are used in this version
flash (swf) format is used as sequence format
keyword sequence_fps added, keyword sequence_type removed
keyword eo_info added
EXIF.py moved to python lib
var wiki added as supposed
-----------------------------------------------------------------------------------------------
Version 1.5.4-16 2006-08-02 based on 1.3.5-13
FlorianFesti: major changes
more flexible but better aligned layout
better support for border_width=0
use of cfg.url_prefix insted of hard coding /wiki
ReimarBauer: PEP8 style
mode2 changed to Florians style too
some other changes to get things compatible to previous versions
flash (swf) format is used as sequence format
keyword sequence_fps added
keyword eo_info added
EXIF.py moved to python lib used the version of StigIversen and patched a bit more
file names of webnails and thumbnails does now have a prefix of tmp.
direct serving of webnails and thumbnails is possible but not default
if you want you have to set the var document_root in your wikiconfig.py to the absolute
path of the wiki alias. For the default installation it is
document_root = '/usr/share/moin/htdocs'
Using this method MoinMoin can't use acls for the webnails and thumbnails.