Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • ..
  • Container
  • InlineRecordContainer.php
Find file BlameHistoryPermalink
  • Christian Kuhn's avatar
    [TASK] FormEngine: Simplify element name resolving · e445a103
    Christian Kuhn authored May 11, 2015
    Data submitted by FormEngine to DataHandler is prefixed in four
    different ways:
    * data - Transferred data
    * cmd - A dataHandler command to execute
    * data_files - Contains uploaded files
    * action[control] - Overwrite fields data for NULL handling
    
    These four prefixes are given along from FormEngine to the
    whole container and element structure and never change.
    
    To simplify this stuff, the patch removes the prefixes and
    hardcodes them, and introduces a new globalOptions
    $elementBaseName that contains the stuff behind the prefixes.
    Quite some methods can be simplified this way and become
    more obvious. Usage of $elementBaseName will be extended
    with the next patch.
    
    Change-Id: I8103b1d2068382e0b01bbe5d9bd79aeba2d00b08
    Resolves: #66894
    Releases: master
    Reviewed-on: http://review.typo3.org/39462
    
    
    Reviewed-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Tested-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    e445a103