Skip to content

Latest commit

 

History

History
98 lines (92 loc) · 8.56 KB

9.0.0.md

File metadata and controls

98 lines (92 loc) · 8.56 KB

Release: 9.0.0 (2018/07/10)

  • 2018-07-10 [BUGFIX] Avoid passing default renderType for multi-relation (Commit 237ac52 by Claus Due)
  • 2018-07-10 [REMOVAL] Refactor helper-and-hook type classes (Commit 0048a6c by Claus Due)
  • 2018-07-08 [BUGFIX] Pass “validate” option to select field (Commit e464d82 by Claus Due)
  • 2018-07-08 [BUGFIX] Remove special processing of File default value (Commit fc631fa by Claus Due)
  • 2018-07-08 [BUGFIX] Reset parent container after rendering grids (#1560) (Commit d5f6e49 by Henning)
  • 2018-05-17 [FEATURE] Use colPos instead of tx_flux_column (Commit e912776 by Attila Glück)
  • 2018-04-24 [BUGFIX] Assign parent/column for CTypes w/o fields in TCA (Commit a46816d by Claus Due)
  • 2018-04-06 [BUGFIX] Support item array as emptyOption value (#1503) (Commit 2bf50bb by Frank Rakow)
  • 2018-04-06 [BUGFIX] PageTSConfig RTE.default.preset ignored (#1538) (Commit 0003416 by Attila Glück)
  • 2018-04-06 [REMOVAL] Make exclude fields default FALSE (Commit 25e7e7b by Claus Due)
  • 2018-04-06 [BUGFIX] Force override template paths from TS (Commit e1880b7 by Claus Due)
  • 2018-04-06 [BUGFIX] Set flux colPos for moved records only if we have tx_flux_parent set (#1504) (Commit e0a9799 by Franz Kugelmann)
  • 2018-04-06 [FEATURE] Add placeholder attribute to TextViewHelper (#1523) (Commit adab79f by Thomas Luzat)
  • 2018-03-07 [BUGFIX] Fix FluxService->getTypoScriptByPath not working (#1525) (Commit 79d21a7 by pkerling)
  • 2018-02-14 [BUGFIX] Set input field range independent of validators (#1519) (Commit 7111262 by pkerling)
  • 2018-01-11 [FEATURE] Formally declare TYPO3v9 compatibility (Commit 722f992 by Claus Due)
  • 2018-01-11 [REMOVAL] Remove outdated 7.6 compatibility in TER manifest (Commit 7ab0c62 by Claus Due)
  • 2018-01-11 [BUGFIX] Add fallback value for missing LLL (Commit 64294d4 by Claus Due)
  • 2018-01-11 [BUGFIX] Catch exception when “new” icon is missing (Commit a4d9730 by Claus Due)
  • 2018-01-11 [FEATURE] Declare PHP 7.2 compatibility (Commit a250631 by Claus Due)
  • 2017-12-06 [BUGFIX] Find child records also for containers added as "insertRecord" element (#1473) (Commit 91f2a7e by Franz Kugelmann)
  • 2017-12-06 [BUGFIX] Set renderType to NULL for Inline FAL (#1479) (Commit a3463f4 by zoranilic)
  • 2017-12-06 [BUGFIX] Nullify renderType on File component (Commit f9a91f8 by Claus Due)
  • 2017-12-06 [BUGFIX] Use correct option to search whole phrase or not (#1491) (Commit 17d9892 by Cedric Ziel)
  • 2017-12-06 [REMOVAL] Deprecate "Object" form component, rename to "SectionObject" (Commit 46f20a9 by Claus Due)
  • 2017-11-02 [BUGFIX] Bring back Inline and Relation fields expected behaviour (#1476) (Commit 854f5be by Juan Manuel Vergés Solanas)
  • 2017-10-30 [BUGFIX] Fix incorrect usage of moveRecord (Commit 720ced3 by Claus Due)
  • 2017-10-30 [BUGFIX] Prevent DB issues if $relativeTo is NULL (Commit 0628f60 by Claus Due)
  • 2017-10-30 [FEATURE] Add vast collection of hooks (Commit 1f76e8a by Claus Due)
  • 2017-10-30 [REMOVAL] Remove deprecation logging for defaultExtras (Commit 3732157 by Claus Due)
  • 2017-10-29 [REMOVAL] Remove outdated 7.6-specific condition (#1469) (Commit 810a152 by Juan Manuel Vergés Solanas)
  • 2017-10-29 [BUGFIX] Set default renderType=selectSingle (Commit 0bd5466 by Claus Due)
  • 2017-10-29 [BUGFIX] Do not build empty-valued TCA options (Commit 7436037 by Claus Due)
  • 2017-10-29 [REMOVAL] Remove defaultExtras support (Commit 58cfbd4 by Claus Due)
  • 2017-10-29 [BUGFIX] Clean up label generation in new content wizard (Commit 252b7ab by Claus Due)
  • 2017-10-29 [BUGFIX] Force extension context when registering CType (Commit 5e353ed by Claus Due)
  • 2017-10-29 [BUGFIX] Fix non-static call to static method (Commit c351c9a by Claus Due)
  • 2017-10-29 [REMOVAL] Remove Resolver->resolveDatabaseTableName (Commit 0026441 by Claus Due)
  • 2017-10-29 [REMOVAL] Remove Resolver->resolveClassNamesInPackageSubNamespace (Commit 9df9d63 by Claus Due)
  • 2017-10-29 [BUGFIX] Fix cached Form instance retrieval (Commit f22bbc8 by Claus Due)
  • 2017-10-29 [BUGFIX] Fix content type assumption (Commit fa6ab94 by Claus Due)
  • 2017-10-29 [BUGFIX] Fix controller-less CType registrations (Commit 4b01b12 by Claus Due)
  • 2017-10-29 [REMOVAL] Remove flux:variable ViewHelper (Commit 40c27b7 by Claus Due)
  • 2017-10-28 [FEATURE] Allow late static binding (Commit 1134ef9 by Claus Due)
  • 2017-10-28 [REMOVAL] Remove FluxPackage concept (Commit de70f1e by Claus Due)
  • 2017-10-28 [FEATURE] Require specific Provider interfaces for integrations (Commit c8521e2 by Claus Due)
  • 2017-08-31 [FEATURE] Split ProviderInterface (Commit 60079d5 by Claus Due)
  • 2017-09-15 [BUGFIX] Handle offset in RecordService->get (Commit 76d787e by Franz Kugelmann)
  • 2017-10-28 [REMOVAL] Remove Flux ConfigurationManager collection (Commit 4e147ef by Claus Due)
  • 2017-10-28 [REMOVAL] Deprecate getAllTypoScript in favor of getTypoScriptByPath (Commit 3d08e7b by Claus Due)
  • 2017-10-28 [BUGFIX] Make CType always provider extension signature prefixed (Commit 8e54fa9 by Claus Due)
  • 2017-10-28 [BUGFIX] Remove requirement for controller class in CType registration (Commit 9f72045 by Claus Due)
  • 2017-10-28 [REMOVAL] Remove deprecation-related logging in CompatibilityRegistry (Commit ff1bb51 by Claus Due)
  • 2017-10-28 [REMOVAL] Deprecate FluxService->message (Commit deaad80 by Claus Due)
  • 2017-10-28 [REMOVAL] Remove deprecated "group" property from Form (Commit acdd48c by Claus Due)
  • 2017-10-28 [BUGFIX] Remove deprecated "behavior" TCA section (Commit f8195cb by Claus Due)
  • 2017-10-28 [BUGFIX] Migrate away from deprecated showIconTable TCA setting (Commit c8217d7 by Claus Due)
  • 2017-09-23 [BUGFIX] Prevent CType registration from firing multiple times (Commit cd43208 by Claus Due)
  • 2017-08-29 [BUGFIX] Respect extensionKey when resolving Providers (Commit c4a23a2 by Claus Due)
  • 2017-08-29 [BUGFIX] Flush cached template paths entry after registration (Commit 302e6da by Claus Due)
  • 2017-08-28 [BUGFIX] Fix incorrect constructor argument (Commit d97f650 by Claus Due)
  • 2017-08-23 [BUGFIX] Use extension relative paths for assets (#1450) (Commit 1df1286 by Steffen Kamper)
  • 2017-08-13 [BUGFIX] Render correct icon in content type selector (Commit 9d0ab22 by Claus Due)
  • 2017-06-27 [FEATURE] Add richtextConfiguration option on Text fields (Commit 00100ee by Christian Weiske)
  • 2017-07-31 [REMOVAL] Deprecate defaultExtras on Text component and VH (Commit ed4bc00 by Claus Due)
  • 2017-07-27 [BUGFIX] Fix cache key and return type for data from templates (Commit 1cefd33 by Claus Due)
  • 2017-07-27 [BUGFIX] Assign template file returned from Provider (Commit 45b23b8 by Claus Due)
  • 2017-07-27 [BUGFIX] Avoid call to undefined method (Commit 4815b97 by Claus Due)
  • 2017-07-27 [BUGFIX] Pass values to query builder (#1441) (Commit b4dee30 by Christian Weiske)
  • 2017-07-05 [BUGFIX] Merge with instead of replace existing DS (Commit 5da840d by Claus Due)
  • 2017-07-04 [BUGFIX] Do workspace overlay for record before reading columns (Commit cbf8a77 by Claus Due)
  • 2017-07-03 [FEATURE] Support arbitrary single-argument function transformations (Commit f39b2a7 by Claus Due)
  • 2017-07-03 [BUGFIX] Protect against resolving colPos from potentially not set value (Commit ff2c2e9 by Claus Due)
  • 2017-07-03 [BUGFIX] Fix RecordService->update to set column values correctly (Commit 72b1e23 by Claus Due)
  • 2017-07-03 [BUGFIX] Correct wrong parameters sent to RecordService->get (Commit c07dffe by Claus Due)
  • 2017-07-03 [BUGFIX] Avoid problems when executing Providers on deleted/new records (Commit b236abe by Claus Due)
  • 2017-07-01 [BUGFIX] Make RecordService use BackendUtility::getRecord in BE (Commit 53fb2f7 by Claus Due)
  • 2017-07-01 [BUGFIX] Fix issue with RecordService->preparedGet field list (Commit 29636d9 by Claus Due)
  • 2017-07-01 [BUGFIX] Prevent accidental null return when false is implied (Commit db6c9a6 by Claus Due)
  • 2017-06-02 [BUGFIX] Apply TCE wrapper patch on data structure fetched from cache (#1418) (Commit d5cde03 by Romain Canon)
  • 2017-05-16 [BUGFIX] Added check for input value (#1408) (Commit 4985f4f by Sybille Peters)
  • 2017-05-09 [BUGFIX] Adapt to FlexForm language handling deprecation (#1410) (Commit 290f26c by achim71)
  • 2017-05-02 [REMOVAL] Drop 7.6 LTS support (#1378) (Commit 9a75549 by Claus Due)

Generated by:

git log --since="2017/04/24" --until="2018/07/10" --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.2.1...9.0.0

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!