Project

General

Profile

Actions

Bug #21456

closed

TYPO3 Inline User Manual is broken

Added by Rupert Germann over 14 years ago. Updated over 10 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Problem:
the section links in the TYPO3 Inline User Manual only reload the page instead of opening the wanted help section.
something similar happens when opening the inline help in tceforms: the link "see full description of table" leads only the the overview (TYPO3 Inline User Manual) with the not working links.
Reason for this is the url sanitizing in view_help.php (line 151) which see the asterisk as forbidden character and so it unsets tfID. the urls normally look like this: typo3/view_help.php?tfID=_MOD_user_setup.*

Solution:
add the asterisk to the regex or use the api function t3lib_div::sanitizeBackendUrl()

Since the security fix in view_help.php was applied to all supported branches this fix has to be applied to all branches, too.

(issue imported from #M12467)


Files

12467.diff (476 Bytes) 12467.diff Administrator Admin, 2009-11-04 20:47
Actions #1

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Accepted to Needs Feedback
  • Target version deleted (-1)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Assignee deleted (Rupert Germann)
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF