Project

General

Profile

Actions

Bug #36290

closed

Markers (%s) are not replaced in TCEmain error messages

Added by Bart Dubelaar about 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-04-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Bart Dubelaar about 12 years ago

This:

$this->errorLog[] = '[' . $type . '.' . $action . '.' . $details_nr . ']: ' . $details;

Should be changed to:
$this->errorLog[] = '[' . $type . '.' . $action . '.' . $details_nr . ']: ' . vsprintf($details,$data);

Actions #2

Updated by Philipp Gampe about 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.

Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Bart Dubelaar about 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.

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Gerrit Code Review almost 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

Actions #9

Updated by Gerrit Code Review almost 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

Actions #10

Updated by Bart Dubelaar almost 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Gerrit Code Review over 11 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

Actions #12

Updated by Gerrit Code Review over 11 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

Actions #13

Updated by Wouter Wolters over 11 years ago

Please close this issue. All affected branches are up to date.

Actions #14

Updated by Stefan Galinski over 11 years ago

  • Status changed from Under Review to Closed
Actions

Also available in: Atom PDF