[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.08-15-g28128c0

Git repo owner gitmaster at git.koha-community.org
Thu Mar 26 04:01:03 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, 3.16.x has been updated
       via  28128c034f60e3e771409673133c6dfd27852965 (commit)
       via  1a2003b26808016c6cde63c37bd950f5dd4592b0 (commit)
       via  597abbf865183d987b2880912e51356db20d6bef (commit)
       via  551a33c15effa1b3f07f69a7f6209ca39aee2194 (commit)
       via  d23b6ba348f5df9a9b08ddd1dbd98fa02efe49a2 (commit)
       via  c72708ab7eed87f066b2210aeaa3ce45c63469f6 (commit)
      from  278f5a1830d4bc3667a872b690c6a0aad106665f (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 28128c034f60e3e771409673133c6dfd27852965
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 28 13:03:31 2015 +0100

    Bug 13635: Unimarc - On editing a notice, the title should be displayed
    
    The title method of MARC::Record does not deal with UNIMARC, it should
    not be called if the marc flavour is UNIMARC.
    
    Test plan:
    On an unimarc installation, edit a notice, with this patch you should
    see
     "Editing TITLE (Record number BIBLIONUMBER)"
    
    Without, the title was not displayed.
    Same in the breadcrumbs.
    
    Bug 13635: Remove another useless call
    
    There is another call to the title method in additem.pl without any
    check on the marc flavour.
    But here the title variable sent to the template is redefined 3 lines
    later.
    So it can be simply removed.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Tested on UNIMARC install, editing a 'record' (not notice) does not show
    title on breadcrumbs, status bar or page title.
    With patch it does!
    No koha-qa errors.
    
    Signed-off-by: joel aloi <aloi54 at live.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 1a2003b26808016c6cde63c37bd950f5dd4592b0
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Jan 21 10:22:19 2015 +0100

    Bug 13605 - _AUTHOR_ not replaced in relatives checkouts
    
    In members/moremember.pl, in relatives checkouts tab, "by _AUTHOR_" appears before author.
    This code sould be replaced in JS.
    
    Test plan :
    - Go to a borrower with relative's checkouts
    => without patch : you see "by _AUTHOR_" string before author name
    => with patch : you see "by" string before author name
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, fixes the problem.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 597abbf865183d987b2880912e51356db20d6bef
Author: Adrien Saurat <adrien.saurat at biblibre.com>
Date:   Tue Mar 19 17:00:40 2013 +0100

    Bug 9848: SIP tests, fix in 10renew_all.t (additionnal checkin)
    
    Adds a checkin operation at the beginning of the test.
    Otherwise, a former test leaves the test item checked out
    and this generates an error.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 551a33c15effa1b3f07f69a7f6209ca39aee2194
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 22:24:03 2015 +0100

    Bug 13745: Fix serial collection page to always show branch name
    
    The serial collection page shows 2 tables, one for the subscriptions
    and a second for the issues. Both show the branch, but the first
    showed the code while the second showed the name.
    With this patch both tables show the name.
    
    To test:
    - Search for a subscription or create one
    - Navigate to the serial collection page (navigation on left side)
    - Check both tables on the page show the branch name with
      the patch applied
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit d23b6ba348f5df9a9b08ddd1dbd98fa02efe49a2
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 20:52:02 2015 +0100

    Bug 13741: "No fund found" is not translatable
    
    The string "No fund found" on the funds overview page is
    not translatable.
    
    To test:
    - Create a new budget
    - Check for the string on the funds page of the new budget
    - Run an update on one of the po file sets
        cd misc/translator
        perl translate update <langcode>
    - Verify that the string now appars in the po file for staff
    - Verify the page still looks the same as before the patch
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit c72708ab7eed87f066b2210aeaa3ce45c63469f6
Author: Mason James <mtj at kohaaloha.com>
Date:   Thu Mar 26 15:57:26 2015 +1300

    Bumping version

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

Summary of changes:
 C4/SIP/t/10renew_all.t                             |   57 ++++++++++++++------
 cataloguing/addbiblio.pl                           |   14 +++--
 cataloguing/additem.pl                             |    1 -
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |    2 +-
 .../prog/en/modules/admin/aqbudgets.tt             |    2 +-
 .../prog/en/modules/serials/serials-collection.tt  |    2 +-
 kohaversion.pl                                     |    2 +-
 7 files changed, 55 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list