Feature #79387
closedMove access to $nonRelationTables and $nonRelationFields into methods and introduce 2 signals
100%
Description
The $nonRelationTables and $nonRelationFields in TYPO3\CMS\Core\Database\ReferenceIndex contains
tables and columns that the ReferenceIndexer should never process.
In order to extend this functionality with additional tables and columns it would be nice to wrap the access
to these 2 arrays in the methods and provided 2 additional signals for extending this behaviour.
This isssue provides a way to fix the 2 related issues.
Updated by Thomas Hohn over 7 years ago
- Subject changed from Move access to $nonRelationTables and $nonRelationFields into methods to Move access to $nonRelationTables and $nonRelationFields into methods and introduce 2 signals
Updated by Thomas Hohn over 7 years ago
- Tracker changed from Task to Feature
- Description updated (diff)
Updated by Thomas Hohn over 7 years ago
- Category changed from Code Cleanup to Database API (Doctrine DBAL)
- Target version set to 8.6
- PHP Version set to 7.0
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Gerrit Code Review over 7 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51362
Updated by Thomas Hohn over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c0d87152e78a5facf41e6af5af2c29dd6d91783b.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed