Feature #52080
closedPre- and Post-process hook in DatabaseConnection for sql_query
0%
Description
Since Extbase moved to use the TYPO3 Database API it's possible to add even more content/record security as focus can be put at one single entry point to the database.
This change introduces two new hooks (four, including the once for DBAL) before and after the general sql_query (used by Extbase).
From here you get the created query and the parent DatabaseConnection object. From here you can ex. check whether or not access should be granted to records fetched.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23869
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23869
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to New
Updated by Morton Jonuschat almost 9 years ago
- Status changed from New to Rejected
Won't have this time. The patch has been abandoned on Gerrit more than two years ago and there has been no interest in this since then.
Updated by Benni Mack over 4 years ago
- Sprint Focus changed from PRC to Needs Decision