Bug 6883 - User permissions SQL File Translation
Summary: User permissions SQL File Translation
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: master
Hardware: All All
: PATCH-Sent (DO NOT USE) minor (vote)
Assignee: Frédéric Demians
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-19 05:35 UTC by Frédéric Demians
Modified: 2012-10-25 23:10 UTC (History)
3 users (show)

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


Attachments
Fix userpermissions SQL file for fr-FR (3.35 KB, patch)
2011-09-19 05:39 UTC, Frédéric Demians
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 6883 Update userpermisions.sql fr-FR file (3.51 KB, patch)
2011-10-18 05:19 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.