[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-895-g05019c1

Git repo owner gitmaster at git.koha-community.org
Tue Aug 6 16:41:17 CEST 2013


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  05019c13607908689581285abc39735923a564f5 (commit)
       via  976561a384e42570c8960f566bc88606ab6f87b1 (commit)
      from  3a757d939a705f3165e55c08ca54eb943e41b261 (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 05019c13607908689581285abc39735923a564f5
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Aug 6 14:46:31 2013 +0000

    Bug 5652: (follow-up) include subtitle in hyperlink
    
    This follow-up patch makes the subtitle part of the same
    hyperlink as the title, maintaining consistency with other
    pages in the staff interface such as list contents.
    
    To test:
    
    [1] Make sure that the Keyword to MARC mapping includes
        mappings to 'subtitle'.
    [2] Find a biblio that has both title and subtitle.  Check
        it out to one patron and place it on hold for another.
    [3] In the checkout and patron details pages, verify that
        the entry for this bib in the list of checked out titles
        or hold requests includes both title and subtitle in
        the same hyperlink.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 976561a384e42570c8960f566bc88606ab6f87b1
Author: Marc Veron <veron at veron.ch>
Date:   Sun Jun 16 22:02:45 2013 +0200

    Bug 5652: display subtitles on patron checkout and holds summary
    
    This patch adds subtitles (from Keyword to MARC mapping) to the
    following tables on the checkout page:
    
    - Checkouts
    - Previous checkouts
    - Relative's checkouts
    - Relative's previous checkouts
    - Holds
    
    Additionally it suppresses the appearence of the superfluous word "by"
    in cases where the biblio has no author.
    
    Test scenario:
    --------------
    1)
    Make sure that you have one or more fields mapped to subtitle in:
    Home . Administration . Keyword to MARC mapping
    (e.g. 245 b)
    
    2)
    Test the checkout page with patrons having
    - current checkouts (today)
    - previous checkouts
    - relatives (e.g. kids) with current /previous checkouts
    - holds on items
    - holds on biblios
    
    ...with items having:
    - title, subtitle, author
    - title,  no subtitle, author
    - title,  subtitle, no author
    - title, no subtitle, no author
    
    3)
    Do the same on patron's detail page
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 circ/circulation.pl                                |    4 +++-
 .../prog/en/modules/circ/circulation.tt            |   10 +++++-----
 .../prog/en/modules/members/moremember.tt          |    6 +++---
 members/moremember.pl                              |    6 ++++--
 4 files changed, 15 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list