|
From: | Mason James |
Subject: | Re: [Koha-devel] new sysprefs |
Date: | Wed, 20 Feb 2008 15:14:05 +1300 |
Hi All, On a related topic... thats been something ive wanted to improve for a *long* time.... Is it about time that koha-sysprefs area had a better way of grouping related sysprefs together? (FYI: the old koha.v2 syspref-grouping seems to be missing from Koha3 currently?) Perhaps a new 'systempreferences_groups' table, and a new 'group' column added to the existing sysprefs table could work as a quick-fix solution... Then a new syspref-group could be easily created by staff or developers, and new or existing sysprefs could be easily grouped mysql> select * from systempreferences where variable = 'QueryFuzzy'\G *************************** 1. row *************************** variable: QueryFuzzy value: 1 options: NULL explanation: If ON, enables fuzzy option for searches type: YesNo group: zebra_searching <<<<<<<<<<<<<<<<<<<< NEW COLUMN?!??!?!? In Koha.2, the only way to assign a syspref to a group was to edit the sysprefs.pl file Which was too much effort for most people, and consequently lots of sysprefs were added without being assigned to a group. Which has historically lead to a few (misunderstood / broken / duplicated) sysprefs, Any ideas people? Cheers, Mason -- Mason James address@hidden Programmer www.liblime.com LibLime +64 21 542 117 |
[Prev in Thread] | Current Thread | [Next in Thread] |