[Koha-bugs] [Bug 24712] New: Use YAML files for some of the update data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 22 10:15:28 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24712

            Bug ID: 24712
           Summary: Use YAML files for some of the update data
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr
        Depends on: 13897, 24262

Bug 13897 with bug 24262 refine our translation process for install files
converting the old SQL files used in the installer for mandatory and optional
data into YAML files and adding processing to allow centralised translation of
those files alongside the rest of the translation project.

It raises the question, however, of how we should deal with the same data
during upgrades. Currently we add the American English values with standard SQL
in an atomicupdate file (copied into updatedatabase at push time).

I'm envisaging we may be able to do away with the atomicupdates for this type
of data insertion during upgrade and replace it with a step inside
updatedatabase that pulls the data, translations and all from the yaml files.

Opening this bug to discus and attempt such an implementation.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13897
[Bug 13897] Use YAML files for installer data
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262
[Bug 24262] Translate installer data in YAML format
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list