Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 4.41 KB

2.1.1.md

File metadata and controls

56 lines (50 loc) · 4.41 KB

Release: 2.1.1 (2014/03/24)

  • 2014-03-24 [BUGFIX] Switch to new colPos value (Commit 63f6815 by Björn Fromme)
  • 2014-03-18 [BUGFIX] Use extension key for emconf detection (Commit 169bf4c by Danilo Bürger)
  • 2014-02-24 [BUGFIX] Fix path resolution (Commit 1276e7e by Cedric Ziel)
  • 2014-01-10 [BUGFIX] Avoid overwriting backend layout array if Grid is empty (Commit c18d8c9 by Claus Due)
  • 2013-12-25 [BUGFIX] Absolute url for JS override (Commit 202d736 by Björn Fromme)
  • 2013-12-24 Revert "[BUGFIX] Make url of included js file absolute" (Commit d569905 by Claus Due)
  • 2013-12-15 [BUGFIX] Make auto-inclusion of static TS work and enforce it (Commit ba5720b by Claus Due)
  • 2013-12-21 [BUGFIX] Make url of included js file absolute (Commit 14f529a by Björn Fromme)
  • 2013-12-18 [BUGFIX] Fallback to column name if no label is given for a column (Commit 3826496 by Fabien Udriot)
  • 2013-12-16 [FEATURE] Replaced -42 colPos with constant (Commit 9d76da4 by Danilo Bürger)
  • 2013-12-14 [BUGFIX] Dont warn on missing sub action (Commit 8998959 by Danilo Bürger)
  • 2013-12-10 [BUGFIX] Fixed fixing of namespaces (Commit ccc2a03 by Danilo Bürger)
  • 2013-12-03 [BUGFIX] Vendor prefix (Commit 8e112c7 by Danilo Bürger)
  • 2013-12-09 [BUGFIX] Flux namespace (Commit e0b673e by Danilo Bürger)
  • 2013-12-02 [BUGFIX] Highlighting of child fce (Commit ab3ce38 by Danilo Bürger)
  • 2013-11-24 [FEATURE] Added fluidpages sub inheritance (Commit 20b2fb6 by Danilo Bürger)
  • 2013-11-24 [BUGFIX] Cache must be protected (Commit 93bb47b by Danilo Bürger)
  • 2013-11-23 [BUGFIX] Drag enable highlighting after animation finished (Commit af434b2 by Danilo Bürger)
  • 2013-11-23 [BUGFIX] Dragged element needs z-index (Commit d7cea9d by Danilo Bürger)
  • 2013-11-23 [BUGFIX] Fixes selection of dropzones (Commit 77fc45a by Danilo Bürger)
  • 2013-10-30 [BUGFIX] Removed call to removed FallbackStructureProvider (Commit 4186225 by Danilo Bürger)
  • 2013-10-30 [BUGFIX] Missing template should issue warning (Commit b213800 by Danilo Bürger)
  • 2013-10-30 [BUGFIX] Fixed retrieving layouts when root has no controller action (Commit 91b17ad by Danilo Bürger)
  • 2013-10-29 [BUGFIX] Column names in page templates should be translated (Commit e1af19b by Danilo Bürger)
  • 2013-10-29 [BUGFIX] Fixed layout detection in BE (Commit 30e1ab0 by Danilo Bürger)
  • 2013-10-29 [BUGFIX] Translate paths from configuration service (Commit 90838fc by Danilo Bürger)
  • 2013-10-28 [BUGFIX] LLL magic for columns (Commit b0565e5 by Danilo Bürger)
  • 2013-10-27 [BUGFIX] Class argument had 2 ending quotes (Commit e9b6b3c by Danilo Bürger)
  • 2013-10-24 [BUGFIX] PageProvider should rely on AbstractProvider to get template paths (Commit ac36c0f by Danilo Bürger)
  • 2013-10-21 [BUGFIX] Changed alias for flex form tools to t3lib_flexformtools (Commit f83fcc3 by Danilo Bürger)
  • 2013-10-15 [BUGFIX] Use get_class_methods to check for __construct presence on parent (Commit 31bbf25 by Claus Due)
  • 2013-10-15 [BUGFIX] Check inherited constructor method exists before calling (Commit b5c48ad by Claus Due)
  • 2013-09-16 [BUGFIX] Typo in a debug message (Commit 106738f by Rémy DANIEL)
  • 2013-08-26 [FEATURE] Add minimal composer.json (Commit 789aaab by Cedric Ziel)
  • 2013-07-09 [BUGFIX] Using new Methods getPage/getPageParent for WS compatibility - FlexForm (Commit 1597d9b by Heiko Hardt)
  • 2013-07-09 [BUGFIX] Using new Methods getPage/getPageParent for WS compatibility (Commit 4ab16ff by Heiko Hardt)
  • 2013-07-21 [BUGFIX] Stop processing BE Layout on non-fluidpages-rootlines (Commit 1d7d959 by Cedric Ziel)
  • 2013-07-10 [BUGFIX] No positions in new content element wizard (Commit 41bfb52 by Matthias Gugel)
  • 2013-07-09 [BUGFIX] Using new Methods getPage/getPageParent for WS compatibility - FlexForm (Commit 30ffad4 by Heiko Hardt)
  • 2013-07-09 [BUGFIX] Using new Methods getPage/getPageParent for WS compatibility (Commit 44ad5af by Heiko Hardt)
  • 2013-07-08 [BUGFIX] Tx_Extbase_Object_ObjectManagerInterface::create() is deprecated (Commit 4e46572 by Matthias Gugel)

Generated by:

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

Full list of changes: https://github.com/FluidTYPO3/fluidpages/compare/2.1.0...2.1.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!