This page is still a beta!

1.5. Changelog

Version 0.1.1:

  1. Initial version.

Version 0.2.0:

  1. Was not working with Typo3 on Linux Systems.

Version 1.0.0:

  1. “hideBigImageOnOut” added (hide Big Image on Mouse out)

  2. “Sort” added (sorting the selected images by filename (with or without path) or filedate

Version 1.0.1:

  1. Sortorder added

Version 1.1.0:

  1. Added display big image on page load

  2. fixed a bug with E_NOTICE Messages

Version 1.1.1:

  1. Added possibility to enter for big image on load a specific path and imagename

Version 1.1.2:

  1. fixed various little bugs

Version 1.1.3:

  1. Attach Javascript-Load-Event with Attach-Event-Method

Version 1.1.5:

  1. Make the Javascript-Tags with valid XHTML

Version 1.1.6:

  1. Fix a XHTML-Bug (image tag without src attribute)

Version 1.2.0:

  1. You don't have to make images in the right size, it would be scaled by typo3 standard graphic methods

  2. BigImagePath skipped

  3. Scale image width typo3 standard graphic methods (e.g. Imagemagick)

  4. Possibility to give a max width and height for image and big image

Version 1.2.1:

  1. various bug fixes

  2. Deleted the imageposition for setting the position of the big image on load (now the position comes from the position of the hover-effect.

Version 1.2.2:

  1. bug fix of maxHeight (did not scale the image, if maxHeight was entered)

Version 1.2.3:

  1. bug fix. If there are less images than “count” -variable and dynamic change is true, the current image stay shown.

Version 1.2.4:

  1. Added “ignorefolder” property. Possibility to define folders, which should be ignored. With “ignore” you can define full pathes, with “ignorefolder” you can define folders.

Version 1.2.5:

  1. bug fix on ignorefolder.

Version 1.2.6:

  1. fixed a bug on ignorefolder

  2. Added “ignorefile” property. Possibility to define filenames or regular expressions, which should be ignored. All Files, which are found with the expression, will be excluded.

Version 1.2.7:

  1. make dynamic call of random image (xmlhttp-request) asynchron.

Version 1.2.8:

  1. Bugfix in DynamicImage.js. Fill in the bigimage informations only if the bigimage-div exists.

Version 1.2.9:

  1. Implementation of possibility to debug the informations of xmlhttp requests if dynamic change is set to true

Version 1.2.10:

  1. Change the “debug” property to “showDebugInfo”

  2. bug fix with $conf-variables on ajax-call

Version 1.2.11:

  1. Implementation of “changeBigImage” property. If set, changes also the big image, when small image is changed and mouse is over the small image and “showBigImageOnOver” is set to “true”.

Version 1.2.12:

  1. removed $this->wrapInBaseClass of return value (for valid xhtml)

Version 1.2.13:

  1. Implementation of standardWrap of the extension

Version 1.2.14:

  1. Image fading effect of dynamic change of small images

Version 1.2.15:

  1. bug fix. Id of div for image fading effect was written multiple.

Version 1.2.16:

  1. When fading effect is enabled, by more than one small image, the images are ordered from top to bottom. Now there is a style-sheet-class implemented, which can be defined in your stylesheet. Type in  your stylesheet “.tx_maagrandomimage_fade {float: left;}” and your images are ordered from left to right.

Version 1.3.0:

  1. Choose if you want it with or without imagemagick

  2. make a link around the image

  3. make links per image with a .txt-file

Version 1.3.1:

  1. little bug fix. Called a not necessary javascript function and gives an javascript error.

Version 1.4.0:

  1. Set imageFading property to image object. Set link property to image object. Use links with patterns. Use alttext with patterns. Captions for images with patterns. Little bug fixes.

Version 1.4.1:

  1. bug fixes with setting position of fading div (if fading effect is enabled)

Version 1.5.0:

  1. possibility to set a weight for each image to implement a little banner functionality

Version 1.5.3:

  1. Implementation of placeholder #fp# (filepath)

Version 1.5.4:

  1. Dynamic alt-text (like captiions and links)

  2. Bugfix for image-params. Params over typoscript wasn't taken.

Version 1.5.5:

  1. Implementation of imagemagick additional parameters

Version 1.5.6:

  1. Bug fix with additional parameters for imagemagick (dynamic change with the character “+” in javascript file)

Version 1.5.7:

  1. Implementation sort on dynamic change of images

Version 1.5.8:

  1. Bugfix with order settings

Version 1.6.0:

  1. Adding image magick commands. Bug fix in javascript for debug mechanism

Version 1.6.1:

  1. Define any image magick commands, delimited by semicolon

Version 1.6.2:

  1. Cache files, generated with imcommand or bigimageimcommand

Version 1.6.3:

  1. Bugfix for imcommand configuration initialization

Version 1.6.4:

  1. Bugfix for imcommand with quotes

Version 1.6.5:

  1. Fixed security issues with imcommand