[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.03-5-g3f837f9

Git repo owner gitmaster at git.koha-community.org
Thu Aug 29 10:50:38 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, 19.05.x has been updated
       via  3f837f9885ab96a7993bd69446bb04820122ef23 (commit)
       via  f277405e23c61b55602e2d704e19d7ea182849d5 (commit)
       via  0960ddb6107e1e7401c8ba26669a802f698c02aa (commit)
      from  c71d2439359746380c9b81be3916ddc2afd8c083 (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 3f837f9885ab96a7993bd69446bb04820122ef23
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Aug 12 14:37:23 2019 +0100

    Bug 23416: DBRev 19.05.03.001
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 78c2800bc833759302bf68e1dc3a4fed26a5163e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f277405e23c61b55602e2d704e19d7ea182849d5
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>
    (cherry picked from commit d559e89596cef1848c5eaef5554a1fc49d899f88)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 0960ddb6107e1e7401c8ba26669a802f698c02aa
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>
    (cherry picked from commit a64c8cd1a4b2c237b3abf777480d7fc8733986d3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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 ++++++
 t/db_dependent/Serials.t                            |   19 ++++++++++++++++++-
 6 files changed, 39 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list