[Koha-bugs] [Bug 12017] Move language description out of database

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 19 20:11:11 CEST 2015


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33344|0                           |1
        is obsolete|                            |

--- Comment #63 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 39311
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39311&action=edit
Bug 12017 - 8 - Remove use of getAllLanguages from installer

getAllLanguages is only used on installer/install.pl,
and some tests.

Result parameters are passed to C4/Install.pm, but
its use is futile, language check on Installer.pm uses
parameters that are not present on return value of
getAllLanguages, and returned value fwk_code is
undefined

To test:
1. Apply the patch
2. Do translated install (eg using de-DE or es-ES)
a. translate first,
b. then create a new database,
c. grant permissions,
d. change koha-conf to use new db,
e. reload staff,
f. proceed to web install,
g. select translated language,
h. use marc21,
i. finish,
3. Login and check that marc frameworks are translated

The translated install must proceed without problems.

Removed only the very first occurence of template parameter
fwk_language because of it's null value.

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


More information about the Koha-bugs mailing list