Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 86
    • Issues 86
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Merge requests
  • !558

[BUGFIX] Fix issues related to merging DB tables

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Benni Mack requested to merge bugfix/regressions-ter-db-merge into develop Aug 07, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

Two changes are needed since the unification of the database tables

  • When an extension version is uploaded or removed, the *_extension table needs an update (which was not the case before) with the current version information. For this reason the "ExtensionKey" API has a "UpdateExtensionInformation" method now, and some internal functions are moved to the ExtensionKey class

  • When an extension version (or extension) is deleted, Extbase attempted to also delete the information (which already happened in the TER)

The SolR Re-Indexing is now placed at a more central point.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix/regressions-ter-db-merge