Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 4.78 KB

8.0.1.md

File metadata and controls

60 lines (54 loc) · 4.78 KB

Release: 8.0.1 (2017/02/03)

  • 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)
  • 2017-02-03 [BUGFIX] Replace exceptions with fallbacks (Commit d42a08b by Claus Due)
  • 2017-01-31 [BUGFIX] Refactor template-as-CType TCA to allow overrides (Commit af2baa8 by Claus Due)
  • 2017-01-31 [BUGFIX] Make extensionName on Form propagate to children (Commit a04e669 by Claus Due)
  • 2017-01-31 [BUGFIX] Use correct origin UID for sorting (#1307) (Commit 4a8b46a by Frank Rakow)
  • 2017-01-30 [BUGFIX] Support generic "children" name in form component create() (Commit b169419 by Claus Due)
  • 2017-01-30 [BUGFIX] Remove delete placeholders from BE preview (Commit 79e5361 by Claus Due)
  • 2017-01-30 [BUGFIX] Allow setting option value by dotted path name (Commit 9960039 by Claus Due)
  • 2017-01-30 [BUGFIX] Use correct relative-to argument for sorting (Commit 372098a by Claus Due)
  • 2017-01-28 [BUGFIX] Use cross-version compatible SQL query in PreviewView (Commit 2ba215a by Claus Due)
  • 2017-01-28 [BUGFIX] Check for returned sorting value data type (Commit 0389d75 by Claus Due)
  • 2017-01-28 [BUGFIX] Apply sorting number in ContentService->moveRecord (Commit 54fecb7 by Claus Due)
  • 2017-01-28 [BUGFIX] Handle boolean in WorkspacesAwareRecordService (Commit 1184a13 by Claus Due)
  • 2017-01-26 [BUGFIX] Fix moving of placeholders and moving to other page (Commit b0b5afd by Claus Due)
  • 2017-01-25 [BUGFIX] Serialization of Closure is not allowed (#1251) (Commit b068bb2 by Frank Rakow)
  • 2017-01-25 [BUGFIX] Correct display of paste buttons (Commit f704911 by Claus Due)
  • 2017-01-25 [BUGFIX] Switch colPos assignment to use clipboard data directly (Commit aeefd5c by Claus Due)
  • 2017-01-25 [BUGFIX] Fix incorrect condition less/greater than (Commit 14e98be by Claus Due)
  • 2017-01-24 [BUGFIX] Avoid "is child of self" check when moving to page column (Commit b95d473 by Claus Due)
  • 2017-01-24 [BUGFIX] Prevent moving records into any child of self (Commit a2912c2 by Claus Due)
  • 2017-01-24 [BUGFIX] Use correct UID to resolve workspace version of record (Commit 52ceec1 by Claus Due)
  • 2017-01-24 [BUGFIX] Homogenise lcfirst/strtolower controller action (Commit 92729f3 by Claus Due)
  • 2017-01-24 [BUGFIX] Show hidden content elements (#1302) (Commit 58d8478 by Frank Rakow)
  • 2017-01-21 [BUGFIX] Repeat SQL condition as PHP checks on workspace overlay (Commit b43866c by Claus Due)
  • 2017-01-21 [BUGFIX] Only perform moveRecord hooks on tt_content (Commit 777466d by Claus Due)
  • 2017-01-21 [BUGFIX] Include Form's group option when building CTypes (Commit e4d66e8 by Claus Due)
  • 2017-01-21 [BUGFIX] Include expanded/collapsed state in icon cache entry (Commit 9eca811 by Claus Due)
  • 2017-01-21 [BUGFIX] Remove unnecessary implements entry (#1301) (Commit cc7837a by Frank Rakow)
  • 2017-01-21 [BUGFIX] Remove method call with undefined variable (#1300) (Commit ec0963e by Frank Rakow)
  • 2017-01-21 [BUGFIX] Translate column label when detecting LLL reference (Commit b6d32d8 by Claus Due)
  • 2017-01-21 [BUGFIX] Fix design for collapsing columns (#1297) (Commit 412b449 by Frank Rakow)
  • 2017-01-20 [BUGFIX] Show label of flux:grid.column again (#1295) (Commit fd949cf by Frank Rakow)
  • 2017-01-18 [BUGFIX] Split TCA post processing hook into two (#1293) (Commit 359d0df by Claus Due)
  • 2017-01-16 [BUGFIX] Fix inconsistent returns (#1286) (Commit c649313 by Cedric Ziel)
  • 2017-01-16 [BUGFIX] Write caches correctly in DynamicFlexForm (#1285) (Commit 6677a22 by Cedric Ziel)
  • 2017-01-13 [BUGFIX] Fix column collapsing (#1282) (Commit 89fc51d by Frank Rakow)
  • 2017-01-13 [BUGFIX] Cast arguments for FlashMessage (Commit 94bb8fb by Claus Due)
  • 2017-01-13 [BUGFIX] Fix sorting by dotted property path (#1283) (Commit b97e222 by stespot)
  • 2017-01-09 [FEATURE] Set maximum supported TYPO3 version to 8.5.x (#1279) (Commit 09c776d by Claus Due)
  • 2017-01-09 [BUGFIX] Perform move on copy, not original (#1277) (Commit 7e88af9 by Claus Due)
  • 2017-01-09 [REMOVAL] Drop support for PHP 5.x (#1276) (Commit f4cd720 by Claus Due)
  • 2017-01-09 [BUGFIX] Adjust record moving in workspaces (#1275) (Commit 164fc63 by Claus Due)
  • 2017-01-09 [BUGFIX] Only use versioned record if version exists (#1274) (Commit a051920 by Claus Due)

Generated by:

git log --since="2017/01/09" --until="2017/02/03" --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.0...8.0.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!