[koha-commits] main Koha release repository branch master updated. v19.05.00-468-g78c2800

Git repo owner gitmaster at git.koha-community.org
Mon Aug 12 15:59:19 CEST 2019


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  78c2800bc833759302bf68e1dc3a4fed26a5163e (commit)
       via  d559e89596cef1848c5eaef5554a1fc49d899f88 (commit)
       via  a64c8cd1a4b2c237b3abf777480d7fc8733986d3 (commit)
       via  e1b79db3e52c8041c5fd18fd0ee250bf7636bd4e (commit)
      from  133090902f01d0b5af83091850dda75d13925506 (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 78c2800bc833759302bf68e1dc3a4fed26a5163e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Aug 12 14:37:23 2019 +0100

    Bug 23416: DBRev 19.06.00.020
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d559e89596cef1848c5eaef5554a1fc49d899f88
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Aug 8 13:37:58 2019 +0000

    Bug 23416: (QA follow-up) Add IGNORE to updatedatabase SQL statement
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a64c8cd1a4b2c237b3abf777480d7fc8733986d3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Aug 2 13:22:37 2019 +0000

    Bug 23416: Add PreserveSerialNotes system preference
    
    Bug 11492 intended to pass routinglists forward. It also passed forward serial notes.
    This may or not me desired behvaiour, to avoid changing functionality twice I add a syspref
    to control this behaviour.
    
    To test:
     1 - Have or create a subscription in the serials module
     2 - Recieve an issue, making sure ot ad a note
     3 - Go to receive again, note the note from the last serial is set for the expected issue
     4 - Apply patch
     5 - Update database, restart all the things
     6 - Receive the issue leaving the note in place
     7 - Note the next expected issue has the note
     8 - Find the syspref PreserveSerialNotes
     9 - Confirm it defaulted to Do
    10 - Set it to 'Do not'
    11 - Receive the expected serial leavign the note
    12 - Note the newly generated expected serial has no note
    13 - prove -v t/db_dependent/Serials.t
    
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e1b79db3e52c8041c5fd18fd0ee250bf7636bd4e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Aug 6 13:25:24 2019 +0000

    Bug 23434: Hold confirmation dialog problem if HoldsAutoFill is enabled
    
    This patch corrects a problem with hold confirmation dialogs on the
    checkin page when the HoldsAutoFill system preference is enabled and the
    item being checked in has a hold at another library.
    
    The confirmation dialog is converted to a modal to match other
    confirmation information.
    
    As part of this process two whole sections of the template have been
    removed because they were redundant.
    
    To test, apply the patch and test the following circumstances both with
    HoldsAutoFill enabled AND disabled:
    
     - A hold for a patron at your library
     - A hold for a patron not at your library
       - With HoldsAutoFill ON, both the "OK" and "Print slip and confirm"
         buttons should dismiss the modal without reloading the page.
     - A hold which is already marked 'Waiting'
     - An item which needs to be transferred
     - An item which has already been transferred
    
    In all cases the confirmation modal should appear with correct
    information.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Serials.pm                                      |    3 +-
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   11 +
 .../prog/en/modules/admin/preferences/serials.pref |    6 +
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |  269 +++++++-------------
 t/db_dependent/Serials.t                           |   19 +-
 7 files changed, 137 insertions(+), 174 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list