[TYPO3-english] Enable record history (changelog)
Markus Klein
klein.t3 at mfc-linz.at
Wed Oct 2 21:07:54 CEST 2013
Not entirely correct. history.keepEntries is a definition per table.
Syntax is: TCEMAIN.[table_name].history.keepEntries
To change the default for all tables use 'default' as table_name.
TCEMAIN.default.history.keepEntries
But I'm not sure if you're doing the right thing here.
It should not be necessary for you to add configuration.
You should rather find the place where such a configuration EXISTS which disables the history.
(Because the history is enabled by default)
Kind regards
Markus
------------------------------------------------------------
Markus Klein
TYPO3 CMS Active Contributors Team Member
> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
> bounces at lists.typo3.org] On Behalf Of Nicolas Samson
> Sent: Wednesday, October 02, 2013 8:50 PM
> To: typo3-english at lists.typo3.org
> Subject: [TYPO3-english] Re: Enable record history (changelog)
>
> Is there something else to do ?
>
> Here is my code in T3config but still not working :
>
> TCEMAIN {
>
> // group "all users"
> permissions.groupid = 5
>
> user = show,edit,delete,new,editcontent
> group = show,edit,delete,new,editcontent
> everybody =
>
>
> history.keepEntries = 50
> history.maxAgeDays = 60
> disablePrependAtCopy = 1
> disableHideAtCopy = 0
>
> }
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list