[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-59-g1d15382

Git repo owner gitmaster at git.koha-community.org
Sat Apr 11 04:51:31 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, 3.18.x has been updated
       via  1d153828219580b9850710aa0ce2bfd5e37e15c2 (commit)
       via  9edcfd4ddd8aa9cf9254f45b7433c728888527b4 (commit)
       via  b6d9650f98245e4f5afdbd02e29dac8fbd52cf0b (commit)
      from  f982c725c6da0e96cdfe3bf8fa2a999479f09b7d (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 1d153828219580b9850710aa0ce2bfd5e37e15c2
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>
    (cherry picked from commit c76fbbe191782cee691ef405f638048b6d39a2fb)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 9edcfd4ddd8aa9cf9254f45b7433c728888527b4
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>
    (cherry picked from commit 6fbf0e679f1b7d47112631fcdc5924423c653ae6)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit b6d9650f98245e4f5afdbd02e29dac8fbd52cf0b
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>
    (cherry picked from commit 2e1c031ea0a779a6a4f9b58bf1b15db4b9056fd4)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 debian/build-git-snapshot                       |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js |    8 ++------
 svc/checkouts                                   |   10 +++++++++-
 tools/stage-marc-import.pl                      |    2 ++
 4 files changed, 14 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list