Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 3.55 KB

6.0.1.md

File metadata and controls

47 lines (41 loc) · 3.55 KB

Release: 6.0.1 (2013/06/30)

  • 2013-06-30 [FEATURE] Extension configuration toggle for all error handling (Commit 121f85e by Claus Due)
  • 2013-06-29 [BUGFIX] Use controllerName, not controllerObjectName to detect template (Commit 0453ec3 by Claus Due)
  • 2013-06-29 [FEATURE] Thin API to add global, static TypoScript includes (Commit 27a9f16 by Claus Due)
  • 2013-06-23 [BUGFIX] Incorrect DB field name used in record fixtures (Commit 95560cf by Claus Due)
  • 2013-06-23 [BUGFIX] Prevent inclusion of class file if file does not exist (Commit 75ebc4e by Claus Due)
  • 2013-06-23 [BUGFIX] Use of an incorrect field name in two parameters (Commit 03fe74a by Claus Due)
  • 2013-06-20 [BUGFIX] Ensure absolute paths and array variables returned from Providers (Commit f5d6698 by Claus Due)
  • 2013-06-18 [BUGFIX] Fix inheritance control (Commit b29855a by Björn Fromme)
  • 2013-06-17 [FEATURE] Overlay paths like EXT:view but not depending on EXT:view (Commit 238e7ed by Claus Due)
  • 2013-06-17 [BUGFIX] Pass actionName to Views to ensure proper caching (Commit 0a7d7b9 by Claus Due)
  • 2013-06-17 [BUGFIX] Avoid PHP warning on undesirable XML structures (Commit 0454393 by Claus Due)
  • 2013-06-09 [BUGFIX] Clear cached autoload manifest files on cache clear (Commit fec76d3 by Claus Due)
  • 2013-06-09 [BUGFIX] Restore "required" field attribute functionality (Commit f522b17 by Claus Due)
  • 2013-05-26 [FEATURE] Method to get backend view configuration for extension (Commit 3c7ad23 by Claus Due)
  • 2013-05-24 [BUGFIX] Avoid setting pid on record if zero or less (Commit e741fbb by Claus Due)
  • 2013-05-24 [BUGFIX] Unexpected paste behavior on legacy TYPO3 and/or using clickmenu (Commit 7c4aa7e by Claus Due)
  • 2013-05-23 [BUGFIX] Order of commands in Travis script incorrect (Commit 52de42f by Claus Due)
  • 2013-05-23 [BUGFIX] Correct comparison of NULL/FALSE DB query return (Commit afa0340 by Claus Due)
  • 2013-05-21 [FEATURE] View test suite (Commit 06cfa84 by Claus Due)
  • 2013-05-20 [FEATURE] Test suite for hook subscriber executions (Commit 60cfc4d by Claus Due)
  • 2013-05-20 [BUGFIX] Incorrect extension name in test case class names (Commit 226824f by Claus Due)
  • 2013-05-20 [FEATURE] Test case for Providers (Commit d1bafb5 by Claus Due)
  • 2013-05-20 [FEATURE] Test case for grid definition retrieval (Commit f362ea0 by Claus Due)
  • 2013-05-20 [BUGFIX] Uniqueness of detected ConfigurationProviders before calls (Commit e45ba32 by Claus Due)
  • 2013-05-20 [BUGFIX] Unused argument $controllerName was always "Backend" (Commit 1d42c4c by Claus Due)
  • 2013-05-20 [FEATURE] Test case for reading sheets from a template (Commit 6d8d7d8 by Claus Due)
  • 2013-05-20 [FEATURE] Basic grid test case (Commit 3bc5feb by Claus Due)
  • 2013-05-20 [FEATURE] Basic FluxService functional test (Commit 0513084 by Claus Due)
  • 2013-05-20 [FEATURE] Basic abstract test case (Commit 8aa75ed by Claus Due)
  • 2013-05-19 [BUGFIX] Correct variable name (Commit bb47e78 by Björn Fromme)
  • 2013-05-18 [BUGFIX] Use raw flux field name where required and NULL must be avoided (Commit dfa1b59 by Claus Due)
  • 2013-05-18 [FEATURE] Attribute "render" to return records, Content Get ViewHelper (Commit 383d844 by Frederico Bernardin)

Generated by:

git log --since="2013/05/18" --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/6.0.0...6.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!