Project

General

Profile

Actions

Feature #18702

closed

sys_history option

Added by Stefano Cecere over 16 years ago. Updated about 6 years ago.

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

0%

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

Description

i discovered that tcemain does always check/updates the History table, and that by default now lat 30 days of history is kept.. everything before that is deleted from sys_history (line 5928 of /t3lib/class.t3lib_tcemain.php)

it is possible, with the right TSconfig, to allow 365 days (max) of history per table.

i think it would be much better
1) to set a global intall tool variable with the max days of history to be kept (with 30 as default it's ok)
2) if this variable is set to '0' then ALL history will be kept forever!

(right now i'm Xclassing the clearHistory() function with an empty one to disallow deletion of old history... i guess that every good website that cares about Audit should think about these topics!

ciao

(issue imported from #M8832)

Actions #1

Updated by Stefano Cecere over 16 years ago

well... i didn't read well..
if i set history.maxAgeDays = 0 (for every table i'm interested in) it already works as i suggested!

:0

s

Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF