[TYPO3-core] RFC: #10550: Listview: default limits are hardcoded

Steffen Kamper info at sk-typo3.de
Thu Feb 26 10:41:17 CET 2009


Hi,

This is SVN patch request.

Type: Feature

Bugtracker references:
http://bugs.typo3.org/view.php?id=10550

Branches: trunk

The limits of records in list view depend on TCA setting of the tables.

$TCA[$tableName]['interface']['maxSingleDBListItems']
$TCA[$tableName]['interface']['maxDBListItems']

If these values are not set, default values are hardcoded:
var $itemsLimitPerTable = 20;
var $itemsLimitSingleTable = 100;

the following patch allows to override default settings with pageTS or 
userTS:

mod.web_list.itemsLimitSingleTable = 50
mod.web_list.itemsLimitPerTable = 10

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 10550.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090226/36177bd8/attachment.txt 


More information about the TYPO3-team-core mailing list