2.1.3releasedField: Multilingual Image Upload

Multilingual version of the Image upload field.

Clone URLhttps://github.com/DeuxHuitHuit/multilingual_image_upload.git

Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/multilingual_image_upload.git extensions/multilingual_image_upload --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.31.61.7.22.1.32.1.32.1.32.1.32.1.32.1.32.1.32.1.32.1.32.1.32.1.32.1.32.1.3

Readme

Field: Multilingual Image upload

The multilingual version of Image Upload field.

1 About

@see Image Upload

2 Installation

  1. Upload the multilingual_image_upload folder found in this archive to your Symphony extensions folder.
  2. Enable it by selecting Field: Multilingual Image upload under System -> Extensions, choose Enable from the with-selected menu, then click Apply.
  3. You can now add Multilingual Image upload field to your sections.

Version history

Symphony 2.5.0 to 2.x.x

  • Make sure consolidate value does not end up in config.php

Symphony 2.5.0 to 2.x.x

  • Fixed fatal error because of wrong SQL (again) when converting from a image_upload

Symphony 2.5.0 to 2.x.x

  • Fixed fatal error because of wrong SQL

Symphony 2.5.0 to 2.x.x

  • Added a convert to multilingual for image_uploads
  • PHP7 compatibility
  • Bug fixes

Symphony 2.5.0 to 2.x.x

  • Added missing table column

Symphony 2.5.0 to 2.x.x

  • Fixed issues with language selection

Symphony 2.5.0 to 2.x.x

  • Added required languages: make languages required or not
  • Better optional label in publish view
  • Better required language label in settings view

Symphony 2.3.3 to 2.6.x

  • Bug fixes
  • Added a help text when 'use default language' is activated
  • Fix some issues with svg (missing mimetype)
  • Added French translation

Requires Symphony 2.3.3

  • Update in order to make it work with image_upload 1.4. Breaking compatibility with 1.3.

Requires Symphony 2.3.3

Symphony 2.3 to 2.3.2

  • Frontend Localisation 1.6 compatibility.

Requires Symphony 2.3

  • Frontend Localisation 1.5 compatibility.

Requires Symphony 2.3

  • Symphony 2.3 compatibility.

Symphony 2.2.x to 2.2.5

  • Fixed a bug regarding uploaded data
  • Added support for defaulting to reference language value
  • Reworked the JS. Thanks @iwyg
  • Fixed the unique_name option. It now properly appends the timestamp only when the unique checkbox is checked
  • Improved error check when saving preferences
  • Fixed a bug with FLang class not being included
  • Assets are loaded through displayPublishPanel() method

Requires Symphony 2.2.x

  • Fixed a bug where data was fetched in Reference Language instead of Current Language.

Requires Symphony 2.2.x

  • Fixed a bug with value filtering.

Requires Symphony 2.2.x

  • Initial release.