[koha-commits] main Koha release repository branch master updated. v3.18.00-587-g0526eb4

Git repo owner gitmaster at git.koha-community.org
Wed Apr 8 15:52:51 CEST 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, master has been updated
       via  0526eb4dfb14f81fe27e1499adfa18559de03a21 (commit)
       via  4fb73b9abf751fa9cbdb51c79cfc6327a3c3d420 (commit)
       via  a6facaa534d4378de37b8fd6a868e9e3a1ef908f (commit)
       via  0700afa7966ac475939c7ca04298e317d4f124b6 (commit)
       via  8905857a47fd52cc5e50694067dc6c9b1db017ff (commit)
       via  c76fbbe191782cee691ef405f638048b6d39a2fb (commit)
       via  6fbf0e679f1b7d47112631fcdc5924423c653ae6 (commit)
       via  2e1c031ea0a779a6a4f9b58bf1b15db4b9056fd4 (commit)
      from  85a0f6a42f64227021986ee95a8b19e0eed5702d (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 0526eb4dfb14f81fe27e1499adfa18559de03a21
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 20 14:07:03 2015 +0100

    Bug 13879: Fix sort on patron search (guarantor and linked to orders)
    
    This patch fixes a regression introduced by bug 13021.
    
    Test plan:
    1/ Go on a child detail page > edit
    2/ Click on "Set a patron" as a guarantor
    3/ Launch a search a confirm that you are able to sort on card, name and
    date of birth.
    Note that the Address column is not sortable (it's a limitation, could
    be fixed later).
    4/ Go on the acquisition module, create an order.
    5/ Click on the "Add user" button.
    6/ Launch a search a confirm that you are able to sort on card, name and
    category
    
    Without patch, I could not sort on names. With patch, sorting works as dexcribed in Test plan
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4fb73b9abf751fa9cbdb51c79cfc6327a3c3d420
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 27 12:02:11 2015 +0100

    Bug 13923: The prefetch used on existing constraint
    
    The belongs_to constraint has been removed by bug 13713.
    Not sure if it was a good idea, but atm the easy and quick way is to
    remove the prefetch.
    
    Test plan:
    Go on the circulation page, holds tab
    Confirm that there is no regression
    (Same on the patron details page > Holds tab)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a6facaa534d4378de37b8fd6a868e9e3a1ef908f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 17 11:56:56 2015 +0100

    Bug 13850: Fix typo in C4::Ris
    
    In C4/Ris.pm:
      @field_list = ('600', '601', '602', '604', '605', '606','607', '608',
      '610', '615', '620', '660'. '661', '670', '675', '676', '680', '686');
    
    Note the
      '660'. '661'
    instead of
      '660', '661'
    
    Test plan:
    Add a 660 and 661 field to a record and export it in RIS
    The 660 and 661 field should be displayed (after "KW").
    
    Signed-off-by: Mark Tompsett <mtompset 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 0700afa7966ac475939c7ca04298e317d4f124b6
Author: Marc Véron <veron at veron.ch>
Date:   Mon Apr 6 14:06:46 2015 +0200

    Bug 13954 - Patroncards: images show inadequate rough pixelation
    
    This patch provides a much better quality of images on patron cards.
    It inserts images at a higher resolution into the PDF file and then scales it down internally in PDF.
    
    Additionaly, the patch removes the follwing warning:
    "my" variable $template masks earlier declaration in same scope at /usr/share/kohaclone/patroncards/create-pdf.pl line 66
    
    To test:
    
    - Create patron cards, save them as PDF and display them with a PDF viewer, e.g. at 400%
    - Without patch, the images are very pixelated.
    - Apply patch
    - Verify that in the PDF the images now display with a much better quality.
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8905857a47fd52cc5e50694067dc6c9b1db017ff
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 3 08:14:47 2015 -0400

    Bug 12210 - Baker & Taylor book jackets not disabled when BakerTaylorBookstoreURL is not populated
    
    The description of the BakerTaylorBookstoreURL syspref says
    "Baker and Taylor "My Library Bookstore" links should be accessed at
    https://   isbn (this should be filled in with something like
    ocls.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=).
    Leave it blank to disable these links."
    
    Leaving this syspref blank does not disable the links. Instead, they are
    populated without the bookstore URL: the cover image for ISBN 1575725738
    will cause koha to make a request to http://1575725738, which will, of
    course, time out.
    
    Leaving BakerTaylorBookstoreURL blank should disable any URL that
    depends on this syspref, as stated in the syspref description.
    
    Test Plan:
    1) Apply this patch
    2) Enable Baker & Taylor cover images, but *not* BakerTaylorBookstoreURL
    3) Perform an OPAC search where you have B&T cover images in the results
    4) Note the image links now direct you to the record details
    
    Signed-off-by: Sheila Kearns <sheila.kearns at state.vt.us>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Only affects Baker & Taylor related parts of the code.
    Read the code carefully, but couldn't test in the OPAC.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c76fbbe191782cee691ef405f638048b6d39a2fb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Mar 25 11:33:48 2015 -0400

    Bug 13908 - Checkouts table sorting is not honoring default sort preferences
    
    The checkouts table no longer honors the system preferences
    todaysIssuesDefaultSortOrder and previousIssuesDefaultSortOrder.
    
    This causes much frustration for librarians who prefer a different sort
    order. In particular, many librarians prefer to see the oldest previous
    issues at the top of the list so those overdue items are visible "above
    the fold".
    
    Test Plan:
    1) Apply this patch
    2) Find a patron with many previous checkouts due on different days
    3) Try all 4 combinations of todaysIssuesDefaultSortOrder and previousIssuesDefaultSortOrder
    4) Note they all sort correctly
    
    Signed-off-by: Sean McGarvey <seanm at pascolibraries.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6fbf0e679f1b7d47112631fcdc5924423c653ae6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 1 11:13:05 2015 -0400

    Bug 13938 - Staging MARC records for import fails
    
    It appears that bug 8970 has introduced a bug where a MARC file uploaded
    for staging fails to import *unless* a matching rule is selected.
    
    Test Plan:
    1) Apply this patch
    2) Stage and import a MARC record *without* choosing a matching rule
    3) Note the staging works as expected
    
    Signed-off-by: Cindy Ames <cmurdock at ccfls.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2e1c031ea0a779a6a4f9b58bf1b15db4b9056fd4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 1 11:35:55 2015 +0200

    Bug 8050: Die if package building fails
    
    The debian/build-git-snapshot script should not return success if an
    error occurred.
    
    Note that sys_command_output won't raise an error if something fails.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Made a minor change to print the command, add a newline.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Patroncards/Patroncard.pm                       |    1 +
 C4/Ris.pm                                          |    2 +-
 debian/build-git-snapshot                          |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |    8 ++---
 .../prog/en/modules/common/patron_search.tt        |   14 +++++++--
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   10 ++++--
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   14 +++++++--
 patroncards/create-pdf.pl                          |   32 ++++++++++++--------
 svc/checkouts                                      |   10 +++++-
 svc/holds                                          |    1 -
 tools/stage-marc-import.pl                         |    2 ++
 11 files changed, 67 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list