Project

General

Profile

Actions

Bug #24144

closed

Links to manuals are not shown in ext list

Added by Michael Schams about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-20
Due date:
% Done:

0%

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

Description

Icons with links to extension manuals ("doc/manual.sxw") are not shown in Extension Manager (view: loaded extensions, installed extensions) due to an improper path/file check and incorrect link generation.

Affected file:
typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php

(issue imported from #M16488)


Files

TYPO3-bug16488.png (128 KB) TYPO3-bug16488.png Administrator Admin, 2010-11-20 05:09
TYPO3-bug16488-codereview.png (65.9 KB) TYPO3-bug16488-codereview.png Administrator Admin, 2010-11-20 05:23
TYPO3-bug16488.diff (2.51 KB) TYPO3-bug16488.diff Administrator Admin, 2010-11-20 05:25
16488.diff (880 Bytes) 16488.diff Administrator Admin, 2010-12-23 14:39
Actions #1

Updated by Michael Schams about 14 years ago

In file typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php (line 547):
$fileP = PATH_site . tx_em_Tools::typePath($extInfo['type'])...

but tx_em_Tools::typePath() already returns the path. So, path to check becomes "/var/www//var/www/typo3...".

Actions #2

Updated by Michael Schams about 14 years ago

Find patch "TYPO3-bug16488.diff" for TYPO3 version 4.5.0beta1 attached as SUGGESTION.

Actions #4

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF