Bug 36969 - Populate list of system preferences when first introduced in Koha database
Summary: Populate list of system preferences when first introduced in Koha database
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-27 07:49 UTC by Ola Andersson
Modified: 2024-05-27 10:19 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ola Andersson 2024-05-27 07:49:21 UTC
Populate a table in Koha database listing both system preferences and to which version they were first introduced and perhaps also when decommissioned. 

This is valuable when planning upgrade to understand which system preferences to pay special attention to.
Comment 1 Katrin Fischer 2024-05-27 10:19:24 UTC
I think maybe not something for the database - documentation should better be kept outside. A pref can also be backported in some cases, which makes it harder to tell when it was first introduced.
I think a script generating something from git history similar to what is used for the release notes might be a better way.