[koha-commits] main Koha release repository branch master updated. v3.16.00-327-g61440fa

Git repo owner gitmaster at git.koha-community.org
Wed Jul 30 15:42:48 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  61440fab138cf4d05491cb0b1af6b2aebc50a13c (commit)
       via  41506ab0b52542682011f774b9ea9f0a089b3123 (commit)
       via  1a48027915b51a44833bee4cd7dca76b255ab27d (commit)
      from  e31add0b7b27a257b6ef94fd6598114c55a582cd (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 61440fab138cf4d05491cb0b1af6b2aebc50a13c
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Jul 24 17:12:42 2014 +0100

    Bug 12654 Correct incorrectly quoted regexp
    
    A compile time warning was being generated because \ does not quote
    { Replace the plethora of \ before meta and presumed meta characters
    by \Q \E which gets perl to generate all the necessary escapes, we can
    assume it knows its regex engine as well or better than the human
    programmer
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Verified change reading the perldoc and also checked that
    ./misc/link_bibs_to_authorities.pl is no longer showing
    the warn and still works.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as described, running:
     prove t/db_dependent/AuthoritiesMarc.t
    doesn't show the warning anymore.

commit 41506ab0b52542682011f774b9ea9f0a089b3123
Author: Natalie Bennison <natalieb at catalyst.net.nz>
Date:   Fri Jul 25 15:15:47 2014 +1200

    Bug 12661: Fixing capitalisation from "Item Type" to "Item type"
    
    To fix go to help>reports>manager
    
    Find capitalisation error
    "Item Type"
    
    Change to
    "Item type"
    
    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 1a48027915b51a44833bee4cd7dca76b255ab27d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 16 14:21:28 2014 -0400

    Bug 9221 - contact note not showing
    
    The contents of the contact note field are not displayed on the patron
    detail page in the staff client. This patch corrects this.
    
    This patch also corrects the case of the "Contact note" label in the
    OPAC patron details form (Log in -> Your personal details).
    
    To test, apply the patch and edit a patron to add data to the contact
    note field. Save and view the detail page for that patron. The contents
    of the contact note field should appear under the alternate address
    data.
    
    In the OPAC the contact note field label should have correct
    capitalization.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                                           |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt   |    5 ++++-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt    |    2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list