Bug #64169
closedInvalid pid query in Abbreviation plugin of rtehtmlarea
100%
Description
The PID IN query in the Abbreviation plugin of the RTE is currently wrapped in quotes:
whereClause .= ' AND ' . $tableA . '.pid IN (' . $GLOBALS['TYPO3_DB']->fullQuoteStr(($pageTree ?: ''), $tableA) . ')';
This will obviously not work for more than one PID.
Updated by Gerrit Code Review almost 10 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 http://review.typo3.org/35864
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35864
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35864
Updated by Alexander Stehlik almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 174f1ced97447513c78b0b4b1f53b7a792d9d50f.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35979
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35979
Updated by Stanislas Rolland almost 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset b060611a3eb46bbaf59a867cae1d04442e2ab0f8.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35981
Updated by Alexander Stehlik almost 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset a5c00d5514938ba3bc7b2fe2b9e9d62122c363dd.