Feature #18702
closedsys_history option
0%
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)
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