[koha-commits] main Koha release repository branch master updated. v3.16.00-222-g3e8cf86

Git repo owner gitmaster at git.koha-community.org
Mon Jul 7 17:15:26 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  3e8cf86df748c2ea59f7b200176ca940d6a0d0c1 (commit)
       via  eed44299d383caa5b263036dd204a966bdcb3688 (commit)
       via  4458ac5764126049d95e115adeacd1f335efdb8f (commit)
      from  5d6c092921919526ade501facb1220f8a108a08f (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 3e8cf86df748c2ea59f7b200176ca940d6a0d0c1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 30 10:12:06 2014 -0400

    Bug 12429 [OPAC] patron seeing fines codes
    
    Bug 2546 introduced translatable handling of Koha account type codes but
    missed several codes. This patch adds handling of these codes to the
    bootstrap OPAC.
    
    This patch also corrects a couple of instances of incorrect
    capitalization.
    
    To test, apply the patch and log in to the OPAC as a user who has
    existing fines and charges. View the "Your fines" page. You should not
    see any account type codes like CR, LR, or FU.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eed44299d383caa5b263036dd204a966bdcb3688
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 27 14:21:03 2014 -0400

    Bug 12429 [staff client] patron seeing fines codes
    
    Bug 2546 introduced translatable handling of Koha account type codes but
    missed several codes. This patch adds handling of these codes to the
    staff client.
    
    This patch also corrects a couple of instances of incorrect
    capitalization.
    
    To test, apply the patch and view fines page (Patron details ->
    Fines) and the pay fines page (Patron details -> Fines -> Pay fines).
    You should not see any account type codes like CR, LR, or FU.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4458ac5764126049d95e115adeacd1f335efdb8f
Author: Janusz Kaczmarek <januszop at gmail.com>
Date:   Fri Jan 31 15:09:07 2014 +0100

    Bug 11650: multiplicated authorities after link_bibs_to_authorities.pl
    
    Under certain circumstances misc/link_bibs_to_authorities.pl creates
    multiple authority with identical heading.
    
    Test plan:
    1. Have some (2-3) biblio records with some repeated headings
       Have BiblioAddsAuthorities = allow, AutoCreateAuthorities = generate
       Have no authority records
    2. Run misc/link_bibs_to_authorities.pl script
    3. You will get multiple authority records -- one for each occurence of a
       heading in biblio record.
    
    4. Apply the patch.
    5. Repeat 1-3 (remember to have "fresh" biblios, without $9, and no
       authorities).
    6. The problem should be fixed.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as described.

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

Summary of changes:
 C4/Biblio.pm                                       |    1 +
 C4/Linker.pm                                       |    3 +++
 C4/Linker/Default.pm                               |   12 +++++++++++
 C4/Linker/FirstMatch.pm                            |    7 +++++++
 C4/Linker/LastMatch.pm                             |    7 +++++++
 .../prog/en/modules/members/boraccount.tt          |   20 ++++++++++++------
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |   20 ++++++++++++------
 .../opac-tmpl/bootstrap/en/modules/opac-account.tt |   22 +++++++++++++-------
 8 files changed, 73 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list