[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-6-g6df54fd

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 18:46:48 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, 3.12.x has been updated
       via  6df54fd2fa2e33166c5c6e24b5aabf8299ed5ef9 (commit)
       via  e6821e709f825909b11f19a9527e4863258f8074 (commit)
       via  ac5d43319c5e9fe7aa02b9b16057baee16288bbe (commit)
      from  561c436e933e6c1305808f13afd9cabf95e81e8e (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 6df54fd2fa2e33166c5c6e24b5aabf8299ed5ef9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 2 14:25:37 2013 -0400

    Bug 7257: Add a link to remove an individual title from a list in the OPAC
    
    It should be possible when viewing the contents of a list to click a
    link to remove an individual title from the list without having to check
    a checkbox and click another button.
    
    This patch adds a link to each list item to "Remove from this list."
    The functionality is JavaScript-dependent, automatically checking the
    appropriate checkbox and submitting the form to delete.
    
    To test, view a list for which you have delete permission. There should
    be a "Remove from this list" link next to each item on the list. Test
    delete functionality by:
    
    - Clicking the link and then clicking cancel.
    - Clicking the link and confirming.
    - Checking more than one checkbox and then clicking a single remove
      link (only the one corresponding record should be removed).
    - Checking one or more checkboxes and clicking the "Remove from list"
      link at the top of the page.
    
    If JavaScript is disabled the links should not appear.
    
    There are now two delete confirmation messages: One if you're removing
    only one item, another if you're removing more than one. This is true
    whether you use the links or the checkboxes.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit cf902c704ba9b0560bc8ff2006fe5763ffa2a090)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e6821e709f825909b11f19a9527e4863258f8074
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>
    (cherry picked from commit 05019c13607908689581285abc39735923a564f5)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ac5d43319c5e9fe7aa02b9b16057baee16288bbe
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>
    (cherry picked from commit 976561a384e42570c8960f566bc88606ab6f87b1)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 circ/circulation.pl                                |    4 ++-
 .../prog/en/modules/circ/circulation.tt            |   10 ++++----
 .../prog/en/modules/members/moremember.tt          |    6 ++--
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   14 ++++++++++-
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |   24 ++++++++++++++++++-
 members/moremember.pl                              |    6 +++-
 6 files changed, 50 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list