[koha-commits] main Koha release repository branch master updated. v3.18.00-466-gc9a52f7

Git repo owner gitmaster at git.koha-community.org
Sun Mar 15 13:22:08 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  c9a52f739c394cbd58d75ef5ce7e2d4ce3c78543 (commit)
       via  83fee24dbcb03769649ed8afdab2d7a9d1e2a8a2 (commit)
      from  66db4a64ef4575afd94588f8ebb8685fa9c522d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9a52f739c394cbd58d75ef5ce7e2d4ce3c78543
Author: mxbeaulieu <maxime.beaulieu at inlibro.com>
Date:   Thu Mar 5 16:56:26 2015 -0500

    Bug 13794: Text input field values not translated
    
    I left the code logic intact, and simply removed "text" from the regex.
    Text input field values are now translated, no other logical changes are introduced.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Test:
    1) Update, install and enable es-ES language
    2) Go to Reports > Acquisition wizard
    3) On page bottom, there is a text field with the word 'Export'
    4) Switch language, the word is not translated
    5) Apply the patch
    6) Update and install again es-ES language
    7) Reload page, text now reads 'Exportar'
    
    No koha-qa errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 83fee24dbcb03769649ed8afdab2d7a9d1e2a8a2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 4 11:51:56 2015 +0100

    Bug 13793: Make the installer output the result of the updates under Plack
    
    Test plan:
    0/ Start plack for intranet
    1/ Create a new entry in updatedatabase.pl, something like:
    
    $DBversion = "3.19.00.013";
    if(CheckVersion($DBversion)) {
        print "Upgrade to $DBversion done (Bug test plack - This is a
    est)\n";
        print "Upgrade to $DBversion done (Bug test plack - This is anoter
    est)\n";
        print "Upgrade to $DBversion done (Bug test plack - This is a third
    est)\n";
        warn "this is an error";
    }
    and modify the kohaversion.pl accordingly.
    You can also warn something to simulate an error.
    2/ Go on the mainpage (or wherever you want), you should be redirected
    to the installer
    3/ Notice that the output of the updatedatabase is displayed on the
    screen.
    4/ Confirm that new files have been created in your Koha log directory
    (check the logdir entry in your koha conf file).
    5/ Confirm that the output is still displayed without Plack.
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 installer/install.pl             |   37 ++++++++++++++++++++++++++-----------
 misc/translator/tmpl_process3.pl |    2 +-
 2 files changed, 27 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list