[Koha-bugs] [Bug 10509] New: Using updates instead of inserts in translated mysql files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 26 13:27:36 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10509

            Bug ID: 10509
           Summary: Using updates instead of inserts in translated mysql
                    files
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
                CC: gmcharlt at gmail.com

Currently, all languages in installer/data/mysql contain a few subfolders with
.sql files mostly containing insert statements. There is a lot of redundancy
and maintaining this construction is more work.

I propose to use en (English) as a global folder, or even a separate folder
global (with English just being one of the languages). The global folder should
contain inserts; these sql files should be run first. The translation folder
should update only the descriptions etc.

This is based on a recent discussion on the dev list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list