[Bug 26569] New: Use gender-neutral pronouns in systempreference explanation field in DB
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Bug ID: 26569 Summary: Use gender-neutral pronouns in systempreference explanation field in DB Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org See bug 18432 and bug 22716 We missed the db explanantions for system preferences: MariaDB [koha_kohadev]> select variable,explanation from systempreferences where explanation like '% his %'; +-------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | variable | explanation | +-------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | AcqViewBaskets | Define which baskets a user is allowed to view: his own only, any within his branch or all | | AllowPatronToSetCheckoutsVisibilityForGuarantor | If enabled, the patron can set checkouts to be visible to his or her guarantor | | AllowPatronToSetFinesVisibilityForGuarantor | If enabled, the patron can set fines to be visible to his or her guarantor | | HighlightOwnItemsOnOPAC | If on, and a patron is logged into the OPAC, items from his or her home library will be emphasized and shown first in search results and item details. | | LoadSearchHistoryToTheFirstLoggedUser | If ON, the next user will automatically get the last searches in his history | | PatronSelfRegistrationVerifyByEmail | If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate his or her account. | +-------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki@biblibre.com --- Comment #1 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- This is going to be super fun for French translators where french doesn't have gender-neutral pronouns! Quite in favor of this improvement (and language evolution) though :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 --- Comment #2 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 110989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110989&action=edit Bug 26569: Use gender neutral pronouns in system prefernece explanations To test: 1 - perform query "select variable,explanation from systempreferences where explanation like '% his %';" 2 - find 6 sysprefs with gendered pronouns used in explanations 3 - apply patch, reset_all 4 - repeat query 5 - no more gendered pronouns! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |andrew@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #110989|0 |1 is obsolete| | --- Comment #3 from PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> --- Created attachment 111280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111280&action=edit Bug 26569: Use gender neutral pronouns in system prefernece explanations To test: 1 - perform query "select variable,explanation from systempreferences where explanation like '% his %';" 2 - find 6 sysprefs with gendered pronouns used in explanations 3 - apply patch, reset_all 4 - repeat query 5 - no more gendered pronouns! Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Sally <sally.healey@cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |sally.healey@cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Well.. this is a fun one. I think we should just drop all the explanations in the DB myself.. they're not used anywhere in the UI (The .pref files are instead). The only place where these can surface are for locally added preferences where people have customised their Koha's. We can leave the field there for those. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Martin Renvoize from comment #4)
Well.. this is a fun one.
I think we should just drop all the explanations in the DB myself.. they're not used anywhere in the UI (The .pref files are instead).
The only place where these can surface are for locally added preferences where people have customised their Koha's. We can leave the field there for those.
The DB update for such a drop will be a little interesting though.. either we need to read the .pref files and only null the field for those prefs not matching prefnames present in the .pref files.. or we do a one time list of all prefs that should be present and drop the explanation for that list. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #111280|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 111803 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111803&action=edit Bug 26569: Use gender neutral pronouns in system prefernece explanations To test: 1 - perform query "select variable,explanation from systempreferences where explanation like '% his %';" 2 - find 6 sysprefs with gendered pronouns used in explanations 3 - apply patch, reset_all 4 - repeat query 5 - no more gendered pronouns! Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Every little bit helps :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 --- Comment #8 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Thanks Katrin! Martin, I don't disagree about just dropping unused text ultimately, it's just a bigger job for another bug. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Version(s)|20.11.00 |20.11.00, 20.05.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #10 from Lucas Gass <lucas@bywatersolutions.com> --- backported to 20.05.x for 20.05.06 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00, 20.05.06 |20.11.00, 20.05.06, released in| |19.11.12 Status|Pushed to stable |Pushed to oldstable CC| |aleisha@catalyst.net.nz --- Comment #11 from Aleisha Amohia <aleisha@catalyst.net.nz> --- backported to 19.11.x for 19.11.12 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |Pushed to oldoldstable CC| |victor@tuxayo.net --- Comment #12 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Backported to 19.05.x branch for 19.05.17 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00, 20.05.06, |20.11.00, 20.05.06, released in|19.11.12 |19.11.12, 19.05.17 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org