svenjuergens/cruserid

save creator uid to all tables, formally know as cruser_id

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

pkg:composer/svenjuergens/cruserid

0.0.1 2025-11-24 21:21 UTC

This package is auto-updated.

Last update: 2025-11-24 21:28:00 UTC


README

This extension restores the cruser_id for all tables (almost). This extension only makes sense in TYPO3 installations if the sys_history table is emptied from time to time and if, for example, other extensions need to know which user created a data record. Each table is extended by a cruser_id field and can therefore be read via the query builder.

I want to keep the necessary adjustments to the core as small as possible, so this version does not change the output via the ‘Display Information’ function. Here, the creator information is still obtained from sys_history and is therefore empty when sys_history is emptied.