Project

General

Profile

Actions

Bug #20566

closed

function getTreeList() doesn't use the caching framework

Added by Rupert Germann almost 15 years ago. Updated over 10 years ago.

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

0%

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

Description

function getTreeList() in class tslib_content has a caching machanism for already generated lists but it uses direct db calls for this instead of the new caching framework.

solution: connect it to the caching framework

Attention db update needed: since the structure of table cache_treelist was not compatible with the caching framework I had to change the db sheme for this table.
Since also the KEY definitions where changed it could be that you have to delete the table with phpmyadmin and recreate it in the install tool -> db-compare

(issue imported from #M11265)


Files

11265_v2.diff (13.4 KB) 11265_v2.diff Administrator Admin, 2009-06-05 22:07
11265_v3.diff (13.4 KB) 11265_v3.diff Administrator Admin, 2009-06-06 11:33
Actions #1

Updated by Rupert Germann almost 15 years ago

added v3 patch
only difference is the "id autoinc column" in sql
reason for adding this are problems with missing auto_inc columns and replication I found here in the bugtracker:
http://bugs.typo3.org/view.php?id=11184
http://bugs.typo3.org/view.php?id=10496
http://bugs.typo3.org/view.php?id=10508

greets
rupert

Actions #2

Updated by Alexander Opitz almost 11 years ago

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

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

Actions #3

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