Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.09 KB

8.0.2.md

File metadata and controls

31 lines (25 loc) · 2.09 KB

Release: 8.0.2 (2017/02/12)

  • 2017-02-12 [BUGFIX] Deliver DS identifier only if Providers are detected (Commit c90c02f by Claus Due)
  • 2017-02-11 [BUGFIX] Require action method before calling foreign controller (Commit a1d3241 by Claus Due)
  • 2017-02-11 [BUGFIX] Avoid rendering grid collapse icon in list view (Commit 47763a7 by Claus Due)
  • 2017-02-11 [BUGFIX] Make MiscellaneousUtility::createIcon use IconFactory (Commit 92cb30c by Claus Due)
  • 2017-02-11 [BUGFIX] Add tt_content in list of tables affected by new command (#1316) (Commit db0a696 by Romain Canon)
  • 2017-02-11 [BUGFIX] Ensures GLOB_BRACE availability before use (#1317) (Commit b8bde98 by Sascha Marcel Schmidt)
  • 2017-02-11 [BUGFIX] Prevent large payloads in XHR url (Commit 0bbf0cf by Claus Due)
  • 2017-02-11 [BUGFIX] Use icon resolving utility for CType-registered templates (Commit 1b80b0a by Claus Due)
  • 2017-02-11 [BUGFIX] Set missing escaping behavior in ViewHelpers (#1318) (Commit 02f6f39 by Frank Rakow)
  • 2017-02-11 [BUGFIX] Correctly resolve DS in AJAX FormEngine requests (#1309) (Commit c0e01b6 by Benjamin)
  • 2017-02-08 [BUGFIX] Move icon rendering functions to TCA-defined userFunc (Commit 456b32b by Claus Due)
  • 2017-02-07 [BUGFIX] Correct expected ConfigurationManager type check (Commit 94458f9 by Claus Due)
  • 2017-02-06 [BUGFIX] Without krsort the template order is wrong (#1311) (Commit 4095248 by Frank Rakow)
  • 2017-02-03 [BUGFIX] Follow up fallback to Flux ContentController (Commit edb456e by Claus Due)
  • 2017-02-03 [BUGFIX] Don't strip array keys for template paths (Commit cd1850a by Claus Due)
  • 2017-02-03 [BUGFIX] Do not cache TS if all TS is empty (Commit 7a38b6a by Claus Due)

Generated by:

git log --since="2017/02/03" --until="2017/02/12" --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/8.0.1...8.0.2

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!