[koha-commits] main Koha release repository branch master updated. v3.16.00-118-gfa5bc09

Git repo owner gitmaster at git.koha-community.org
Sat Jun 21 23:30: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  fa5bc09926c54ca7e2609236b1f9d074bd9b0fc0 (commit)
       via  d6bbe77deb563d5b3403a9696ec357a5d798a482 (commit)
      from  dd25f1fa10d2f01b559a46687055d74ac6487da0 (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 fa5bc09926c54ca7e2609236b1f9d074bd9b0fc0
Author: Juhani Seppälä <jseppal at student.uef.fi>
Date:   Tue Jun 17 13:05:10 2014 +0300

    Bug 12261: Staff client next/previous links lead to unknown record
    
    When using Staff client next/previous links after a search :
    If the current record is the last of the results, clicking on "next"
    will lead to the page of an unknown record with message :
    
    The record you requested does not exist (NaN).
    
    To test:
    1) Do an intranet catalog search that has more than 1 results.
    2) Click on the last search result and then click the "Next"-button from
       the top-left navigation.
    3) Confirm that you get thrown to a page with the message: "The record
       you requested does not exist (NaN).".
    4) Apply patch.
    5) Repeat steps 1 - 2.
    6) Confirm that the navigation button for "Next" is greyed out.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This patch fixes the problem with last result in both single pages of
    search results and multiple pages of search results.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d6bbe77deb563d5b3403a9696ec357a5d798a482
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Fri Jun 20 11:47:00 2014 +0200

    Bug 12299: Translate marc21_relatorterms.sql into Italian
    
    To test:
    - Apply this patch.
    - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you
      prefer)
    - Install it-IT templates on command line
    - Run the webinstaller using it-IT
    - Follow the steps and choose all under 'opzionali'
    => SUCCESS: no errors
    => Sign this
    => Extra: see the authorised value 'RELTERMS' and check if you like the
       translation
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Tested loading file.
    Two errors fixed:
    a) duplicate line ... ('RELTERMS','con', 'Conservatore')
    b) missing semicolon ...  ('RELTERMS','voc','Cantante')
    
    With that file loads Ok
    No koha-qa errors
    
    Ooops, forget the fix. Resubmited
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Adds an optional SQL file to the Italian installer - works as expected.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Removed BOM from file.

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

Summary of changes:
 .../marc21/optional/marc21_relatorterms.sql        |  455 +++++++++++---------
 koha-tmpl/intranet-tmpl/js/browser.js              |    2 +-
 2 files changed, 248 insertions(+), 209 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list