Bug 6883

Summary: User permissions SQL File Translation
Product: Koha Reporter: Frédéric Demians <f.demians>
Component: Architecture, internals, and plumbingAssignee: Frédéric Demians <f.demians>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, koha.sekjal
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Fix userpermissions SQL file for fr-FR
[SIGNED-OFF] Bug 6883 Update userpermisions.sql fr-FR file

Description Frédéric Demians 2011-09-19 05:35:57 UTC
When new permissions are added to userpermissions.sql file for the
English version, it is necessary to :

  1. add them to localized version of those files, the test case
     xt/permissions.t track missing permissions
  2. add them to live DB via updatabase.pl script
  3. translate the localized version from English

This bug is a meta-bug where to attach patch for:

  - adding permissions to localized .sql files when missing
  - adding UPDATEs to updatabase.pl if omitted
  - translating from English
Comment 1 Frédéric Demians 2011-09-19 05:39:52 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2011-10-18 05:19:20 UTC
Created attachment 5949 [details] [review]
[SIGNED-OFF] Bug 6883 Update userpermisions.sql fr-FR file

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
I verified that the new files works with the web installer, permissions
can be set and removed.
Comment 3 Ian Walls 2011-10-18 16:01:00 UTC
Just a change to textual values in a SQL file.  I cannot confirm the translation is correct, but I can check the syntax and layout.  By that token, Passed QA.
Comment 4 Chris Cormack 2011-10-19 04:05:21 UTC
Pushed, please test
Comment 5 Katrin Fischer 2012-04-14 10:34:45 UTC
Test passes on current master.