Bug #36290
closedMarkers (%s) are not replaced in TCEmain error messages
100%
Description
Try inserting a page in a place where you have no permissions. The backend will show a message with the %s markers still in place.
Holds for 4.5 and up.
Updated by Bart Dubelaar over 12 years ago
This:
$this->errorLog[] = '[' . $type . '.' . $action . '.' . $details_nr . ']: ' . $details;
Should be changed to:
$this->errorLog[] = '[' . $type . '.' . $action . '.' . $details_nr . ']: ' . vsprintf($details,$data);
Updated by Philipp Gampe over 12 years ago
I push a fix anyway, but how do you drop a page to where you have no permission. Neither the page tree nor the list view lets me create or move pages to where I have no permission.
Updated by Gerrit Code Review over 12 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 http://review.typo3.org/10660
Updated by Bart Dubelaar over 12 years ago
Philipp Gampe wrote:
I push a fix anyway, but how do you drop a page to where you have no permission. Neither the page tree nor the list view lets me create or move pages to where I have no permission.
You can in a draft workspace, at least under some circumstances. Anyway, it is just an example.
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10660
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12464
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12464
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/12465
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/12466
Updated by Bart Dubelaar over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 364926eeaaad63ec5c4c5560e81ed4efcea650c8.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13167
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13279
Updated by Wouter Wolters about 12 years ago
Please close this issue. All affected branches are up to date.
Updated by Stefan Galinski about 12 years ago
- Status changed from Under Review to Closed