https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] --- Comment #8 from Jonathan Druart <[email protected]> --- I have generated: - a list of sysprefs we already shared (in C4/UsageStats.pm) - file sorted_sysprefs_recorded - a list of sysprefs we have in DB - file sorted_sysprefs Then, using `comm`: - a list of syspref we share but is not in DB - file shared_but_not_in_DB - a list of syspref we do not share (yet?) - file in_DB_but_not_shared I am going to commit and provide a patch, to help keeping track of the changes. The idea is to know which sysprefs we want to track with Hea. Could you take a look (especially the file in_DB_but_not_shared) and comment please? Basically we want to share the sysprefs that could be useful to track the usage, and that do not contain private data. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
