[koha-commits] main Koha release repository branch master updated. v3.16.00-660-g0bcffb9

Git repo owner gitmaster at git.koha-community.org
Tue Oct 14 16:08:43 CEST 2014


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  0bcffb973e61b61915a73e4bb35da40d0d8abc4b (commit)
       via  285795d76923770937970a702c13727be6e31c1a (commit)
       via  d7f97e3b8aca479659cb492d4bd883055e36e5fd (commit)
      from  ffd09cd7ac9fb654ef657f33d2f8904de9b57518 (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 0bcffb973e61b61915a73e4bb35da40d0d8abc4b
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Sep 25 21:35:29 2014 -0300

    Bug 12999: Untranslatable string on enhanced_content.pref
    
    This patch modifies LangInstaller.pm to catch strings
    on syspref files that have no associated syspref
    
    To test:
    1) Update strings for your preffered language
    2) Check that the string "you can only choose one source"
    is not present on xx-YY-pref.po file
    
    3) Apply the patch
    4) Update strings again
    5) Check the strig now appears [ and another one :) ]
    
    Doing a diff before and after will show
     # Enhanced Content > All
     msgid "enhanced_content.pref## <strong>NOTE:</strong> you can only
     choose one source of cover images from below, otherwise Koha will show
     the images from all sources selected."
     msgstr ""
    
     # Local Use
     msgid "local_use.pref## Nothing defined yet."
     msgstr ""
    
    6) Translate the string
    7) Install your language, check Administration > System preferences >
       Enhanced content > All
       (on your languge) and check the string is now translated
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 285795d76923770937970a702c13727be6e31c1a
Author: Marc Véron <veron at veron.ch>
Date:   Sat Sep 20 21:38:02 2014 +0200

    Bug 12974 - Argument "" isn't numeric in numeric gt (>) in opac-results.tt
    
    If an item has no star ratings you get an error message in opac-error.log:
    Argument "" isn't numeric in numeric gt (>) at (...) /koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt line 467.
    
    To test:
    In OPAC, search for a bilio that has no star ratings.
    Check opac-error.log for message as above
    Apply patch
    Repeat search
    Check opac-error.log again, there should be no more warnings
    
    (Fixed mistake with brackets, see comment #2)
    
    Signed-off-by: Magnus Enger <digitalutvikling at gmail.com>
    Works as advertized. Looks like you have to be logged in to trigger
    the error.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as advertised, passses xt/author/valid-templates.t

commit d7f97e3b8aca479659cb492d4bd883055e36e5fd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Sun Oct 12 00:30:13 2014 +0200

    Bug 12538: Two SolR-related templates remaining
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    2 +-
 .../bootstrap/en/modules/search/results.tt         |  112 --------------------
 .../opac-tmpl/prog/en/modules/search/results.tt    |  108 -------------------
 misc/translator/LangInstaller.pm                   |    4 +-
 4 files changed, 3 insertions(+), 223 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt
 delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/search/results.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list