DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Upgrade Guide

Update from 2.1.x to 2.2

Overview

  • Tested in PHP 7.2
  • Fix TS generation in BE context
  • Extract pagination configuration to TS
  • Fix issue with flash meta data
  • Add file collection type for images only (enable in EM config)
  • Some minor bugfixes

How to upgrade

Clear the cache using install tool.

Update from 2.0.x to 2.1

Overview

How to upgrade

Clear the cache using install tool.

Update from 1.4.x to 2.0

Overview

  • Added TYPO3 8.x support
  • Removed TYPO3 6.x support
  • Removed TypoLink ViewHelper -> use EXT:fluid default instead
  • GalleryCollection now inherits ObjectStorage -> easier usage in Fluid (e.g. paginate VH)
  • Added pagination to default gallery template
  • Removed Bootstrap JS & CSS file include from Bootstrap example configuration
  • Added new content element wizard for extension plugin

How to upgrade

Update your templates and TypoScript if needed. Clear the cache using install tool.

Update from 1.4.1 to 1.4.3

Overview

  • Fixed documentation rendering
  • Fix for use with TemplaVoila
  • Fix for backend preview (page module)

How to upgrade

Just clear the cache.

Update from 1.4.0 to 1.4.1

Overview

  • Bugfix for multiple plugins on one page (when using item detail action)
  • Improved TCA and extension configuration (adjusted to match latest TYPO3 API, thanks to Markus Klein!)
  • Fixed composer.json and added correct PHP dependency (thanks to Markus Klein!)
  • Small improvements to built in templates

How to upgrade

Just clear the cache and check your templates. You may need to clear cache in install tool or even re-install the extension in case you experiencing issues with backend forms!

Make sure to use new detail action link argument contentElement: <f:link.action action=”show” controller=”GalleryItem” arguments=”{item: item.uid, contentElement: uid}”></f:link>

Update from 1.3.x to 1.4.0

New features overview

  • Bugfix for “Merge FAL file meta data with file reference data”
  • Support for TYPO3 link validator
  • Use built-in image cropping (since TYPO3 7.2)

How to upgrade

Just clear the cache and check your templates. Make sure to use new image rendering condition: <f:image image=”{f:if(condition: ‘{item.imageReference}’, then: ‘{item.imageReference}’, else: ‘{item.image}’)}” />

Update from 1.2.x to 1.3.0

New features overview

  • TYPO3 7.6 compatibility
  • Merge FAL file meta data with inline meta data (file reference)

How to upgrade

Just clear the cache and check your templates. Make sure to use {item.imageData.description} instead of {item.image.properties.description} when you want to use merged meta data.

Update from 1.1.0 to 1.2.0

New features overview

  • TYPO3 7.4 compatibility
  • Improve and fix examples
  • Update examples to Twitter Bootstrap 3.3.5

How to upgrade

Just clear the cache.

Update from 1.0.x to 1.1.0

New features overview

  • TYPO3 7.x compatibility
  • Better backend previews (for example collection image preview)

How to upgrade

Just clear the cache in install tool.

Update from 0.4.x to 1.0.x

New features overview

  • Migration from pibase to extbase / fluid
  • Better FAL support
  • Image detail view
  • Image collection support
  • Twitter Bootstrap Examples

How to upgrade

First of all you need to upgrade TYPO3 to 6.x and migrate all DAM records to FAL. This task exceeds the scope of this documentation.

  • Update via Extension Manager
  • Run update script in Extension Manager
  • Adjust TypoScript
    • Change TypoScript path
      • from plugin.tx_genericgallery_pi1.gallery
      • to plugin.tx_genericgallery.settings.gallery
    • Change gallery settings to new specification
  • Update your templates to match fluid structure

See demos: /Configuration/TypoScript/Examples

Tip

You will need to install EXT:filemetadata and EXT:metadata in order to use EXIF data

Update from 0.3.x to 0.4.0

First of all you need to upgrade TYPO3 to 6.x and migrate all DAM records to FAL. This task exceeds the scope of this documentation.

  • You will need to install EXT:filemetadata and EXT:metadata
  • Generic Gallery itself needs no DB migration but you will need to update yours TS and templates.
  • All ###DAM_* marker have been removed. Use custom markers instead.

Update from 0.3.3 to 0.3.4

Please make sure your non admin BE users still have access to all fields. You might need to change permissions of your BE user group.

Update from 0.3.2 to 0.3.3

As there has been some changes to the RTE (IRRE description field) processing you probably need to link your hyperlinks within the RTE text again. At least if you like to have proper (RealUrl aware) links and not wrong ones like: http://domain.com/index.php?id=123

Update from 0.2.0 to 0.3.0

Some template marker have changed to match extension marker naming more precise:

  • ###WIDTH### to ###IMAGE_WIDTH###
  • ###HEIGHT### to ###IMAGE_HEIGHT###

No other changes necessary, but recommended (TS option marker is more useful than damMarker ).