Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 2.51 KB

7.2.1.md

File metadata and controls

29 lines (23 loc) · 2.51 KB

Release: 7.2.1 (2015/05/20)

  • 2015-05-14 [BUGFIX] Remove empty data node from flexform XML (Commit cf66502 by Björn Fromme)
  • 2015-05-13 [BUGFIX] Fix wrong plugin type matching (Commit ce2e658 by Göran Bodenschatz)
  • 2015-05-05 [BUGFIX] Copy & paste into first position inside fluidcontent area. Related to #573 (Bug1) (Commit bab7ca6 by Benjamin Beck)
  • 2015-04-26 [BUGFIX] Inherit extensionName for all form components by default (Commit 8cc5c36 by Philipp Kerling)
  • 2015-04-24 [BUGFIX] Fix convention based form icons (Commit 9cb2acc by Göran Bodenschatz)
  • 2015-04-21 [BUGFIX] Adjust parent UID during localisation of record (Commit 7a541dd by Claus Due)
  • 2015-04-19 [BUGFIX] Lookup form labels in their own extensionName (Commit 2569e0e by Philipp Kerling)
  • 2015-04-19 [BUGFIX] Update Field/CustomViewHelperTest for extName inheritance (Commit 862b8cd by Philipp Kerling)
  • 2015-04-19 [BUGFIX] Propagate extensionName to FormViewHelper children (Commit 86dc21d by Philipp Kerling)
  • 2015-04-17 [BUGFIX] Do not group by uid (Commit 8805eb5 by Andreas Fernandez)
  • 2015-04-13 [BUGFIX] Since TYPO3 CMS 6.2 the 'script' configuration is deprecated, use 'module' instead. Update: the 'select' wizard needs no 'module' configuration. See also http://docs.typo3.org/typo3cms/TCAReference/AdditionalFeatures/WizardsConfiguration/Index.html#wizards-configuration-examples-preset Update: removed TYPO3_version check, its obsolete. Now also Updated ColorPicker, Select, Slider and Suggest. createComponent in AbstractFormComponent overrides the defined name in the wizard classes to 'wizard', so only one wizard was displayed. In the add wizard the 'params' definition was missing. See also http://docs.typo3.org/typo3cms/TCAReference/6.2/AdditionalFeatures/WizardsConfiguration/ (Commit 3f6512e by Frank Rakow)
  • 2015-04-07 [BUGFIX] Set possible wrong currentPageId to 0 (Commit d7d6280 by Johannes Pieper)
  • 2015-04-11 [BUGFIX] Avoid asking for workspace when no BE user logged in (Commit 1ed3939 by Claus Due)
  • 2015-04-01 [BUGFIX] Add special provider resolve handling for moved records (Commit 5296b42 by Göran Bodenschatz)

Generated by:

git log --since="2015/03/17" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
    --date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`

Full list of changes: https://github.com/FluidTYPO3/flux/compare/7.2.0...7.2.1

Please note: the change list above does not contain any TASK commits since they are considered infrastructure-only and not relevant to end users. The full list includes these!