Bug #11656
history.keepEntries is no longer part of the documentation
| Status: | Closed | Start date: | 2010-12-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Chris topher | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 4.5.0 | |||
| Votes: | 0 |
Description
The property is not in the section "->TCEMAIN_tables" in the documentation, where it would belong to.
In the Docs for TYPO3 3.7 (saved in SVN in the folder for TYPO3 3.8) it was the very first entry in the table and looked like that:
Property: history.keepEntries
Data Type: int+
Description: Max entries in the sys_history for this table. Range 0-200. Zero turns the history of.
Example:
TCEMAIN {
# Default for all tables is 10 entries:
default.history.keepEntries = 10
# But the Content Elements will have 20 levels:
table.tt_content.history.keepEntries = 20
}
In the documentation for TYPO3 4.0 it is no longer there.
Check when it was removed in the TYPO3 Core and add according note.
Related issues
| blocks TSconfig - Task #11426: Create a manual version for TYPO3 4.5 | Closed | 2010-12-11 | 2011-01-26 |
Associated revisions
Fixed bug #11656: history.keepEntries is no longer part of the documentation
History
Updated by Chris topher over 2 years ago
- Status changed from New to Resolved
- Assignee set to Chris topher
- Target version set to 4.5.0
- % Done changed from 0 to 100
The option has been removed in TYPO3 4.0.
I have added it again with an according note.
Committed in r459.
Updated by Francois Suter about 2 years ago
- Status changed from Resolved to Closed