Skip to content
Snippets Groups Projects
  1. Nov 06, 2023
  2. Nov 05, 2023
  3. Nov 04, 2023
  4. Nov 03, 2023
  5. Nov 02, 2023
    • Achim Fritz's avatar
      [BUGFIX] Prefix fields with table name in SuggestWizardDefaultReceiver · d9af9347
      Achim Fritz authored
      To prevents sql errors when inherit from
      SuggestWizardDefaultReceiver and adding a
      JOIN statement, the fields are now prefixed
      with the table name.
      
      Resolves: #102298
      Releases: main, 12.4, 11.5
      Change-Id: I608bd30df1b878aec8dbf611e70049c1be88778a
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81650
      
      
      Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
      Tested-by: default avatarOliver Bartsch <bo@cedev.de>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      d9af9347
    • Julian Mair's avatar
      [TASK] Have an event to modify constants AST in FE · 54cbbd9f
      Julian Mair authored
      The new v12 TypoScript parser removed one undocumented
      feature of the old parser in particular: Nested constants.
      
      The core does not implement this anymore since it is
      extremely hard to find a solution that scales well. The
      problem becomes complicated with recursive usage
      combined with values that may change at any point.
      
      There are however a couple of instances that need this
      feature and can't migrate away easily or at least not
      without giving them a longer transition timeframe.
      
      For this reason, the patch introduces an event in the
      Frontend rendering chain that allows listeners to
      manipulate the calculated constants AST structure.
      This gives event listeners a chance to traverse the
      calculated FE constants AST before it is cached and
      further processed.
      
      Implementing a resolver of nested constants should be
      possible this way, even though extensions probably
      restrict their implementation to limited scenarios.
      
      This event is essentially a "last resort" solution: It
      works in an environment where the AST is still marked
      internal, and where the dispatching may still be
      moved around to other places.
      
      As such, this event is *not* marked as official feature.
      It does not come with a ReST file, and it may change or
      vanish in future major versions in case it becomes a
      headache during further development. It is tailored for
      developers who can't move away from nested constants and
      need an intermediate solution right now.
      
      Resolves: #101752
      Releases: main, 12.4
      Change-Id: Idd6fb12e0bf53ae48d0f3f790f792655ab217b5b
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81652
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
      Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
      54cbbd9f
  6. Oct 31, 2023
  7. Oct 30, 2023
  8. Oct 27, 2023
  9. Oct 26, 2023
  10. Oct 25, 2023
  11. Oct 24, 2023
  12. Oct 23, 2023
  13. Oct 22, 2023