Content
Lists every page and content element that carries a start time or an end time, and — when harmonization is enabled — lets you apply harmonization to selected records.
Filters
Seven filter buttons above the table. The active filter is kept while paging.
- All Content
- Every record with a start time or an end time.
- Pages Only
- Records from the
pagestable. - Content Elements
- Records from the
tt_contenttable. - Active
- Records that are visible right now.
- Scheduled
- Records whose start time lies in the future.
- Expired
- Records whose end time lies in the past.
- Harmonizable
- Records whose start time or end time harmonization would move to a different slot.
Table columns
- Type
- Page or Content, depending on the source table.
- UID
- The record UID. UIDs are unique per table, not across tables.
- Title
- Page title or content element header, with a hidden badge when the record is hidden.
- Start Time, End Time
- Formatted as
DD.MM.YYYY HH:MM, or-when the field is not set. - Status
- Active when the record is visible now, Scheduled when its start time lies in the future, Expired otherwise.
- Harmonization Suggestion
- Only shown when harmonization is enabled.
For the start time and the end time separately: the slot harmonization would move the value to, and the
shift in minutes.
Records without a suggestion show
-.
Rows with a harmonization suggestion are highlighted. The list is not sortable and has no search field; use temporalcache:list on the command line for sorting, filtering and export.
Pagination
The list shows 50 records per page. Page links appear below the table as soon as there is more than one page.
Harmonizing records
The selection column, the suggestion column and the Harmonize Selected button appear only when harmonization is enabled in the extension configuration. A checkbox is rendered only for records that actually have a suggestion.
- Select one or more records, or use the checkbox in the table header to select all of them. Ctrl + A (Cmd + A on macOS) has the same effect while the focus is outside an input field.
- Harmonize Selected becomes active as soon as one record is selected.
- Confirm the dialog.
- The selected start and end times are written to the database, the page cache group is flushed, and the view reloads.
Warning
Harmonization writes the new timestamps directly, bypassing the DataHandler.
No sys_history entry is created and the change cannot be undone from the backend.
Try temporalcache:harmonize --dry-run first to see the full list of pending changes.
Next steps
- Dashboard — counts and the transition timeline
- Configuration wizard — review the available strategy combinations
- Time harmonization — configure time slots and tolerance
- Command-line interface — the same list with sorting, filtering and export