Project

General

Profile

Actions

Feature #18999

closed

list title length fixed to 30 chars

Added by Stefano Cecere almost 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-06-21
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

it doesn't respect the user preference "title length"

here is the patch:

change line 566 of /typo3/class.db_list.inc

FROM
$code = htmlspecialchars(t3lib_div::fixed_lgd_cs($code,$this->fixedL));
TO
$code = htmlspecialchars(t3lib_div::fixed_lgd_cs($code, $GLOBALS['BE_USER']->uc['titleLen']));

(issue imported from #M8787)


Files

8787_v2.diff (867 Bytes) 8787_v2.diff Administrator Admin, 2009-01-15 21:37

Related issues 4 (0 open4 closed)

Has duplicate TYPO3 Core - Feature #19358: Setting the title len of items in web->listClosedOliver Hader2008-09-19

Actions
Has duplicate TYPO3 Core - Feature #17386: Make length of record titles configurable in List ModuleClosedChristian Kuhn2007-06-14

Actions
Has duplicate TYPO3 Core - Feature #15482: titleLen (used in t3lib_div::is not settableClosedChristian Kuhn2006-01-22

Actions
Has duplicate TYPO3 Core - Bug #16898: Filelist module: Max. Title Length doesn't workClosedChristian Kuhn2007-01-25

Actions
Actions #1

Updated by Stefano Cecere over 15 years ago

PLEASE apply this patch to trunk! :)

Actions #2

Updated by Rob Vonk over 15 years ago

Actions #3

Updated by Steffen Kamper over 15 years ago

committed to trunk and 4_2

Actions

Also available in: Atom PDF