[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-210-g27a11c566f

Git repo owner gitmaster at git.koha-community.org
Wed May 20 00:40:28 CEST 2020


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.11.x has been updated
       via  27a11c566f783d2a365cada8c38255049dd20e77 (commit)
       via  77caf35337728e57ee23dc90d4162c1b7184fbf3 (commit)
       via  4e2078d81b3ccb17e9794a6452578c5e87817e70 (commit)
      from  b8ac29fa8ad26248fb06cee81782ff7fa2ca912f (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 27a11c566f783d2a365cada8c38255049dd20e77
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 26 16:01:37 2020 +0000

    Bug 24994: Correct DB Updates
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 77caf35337728e57ee23dc90d4162c1b7184fbf3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 12 10:49:51 2020 -0400

    Bug 25468: Preserve line breaks in hold notes
    
    In a hold note, line breaks are not preserved when viewing the note. A
    note like:
    --
    Test 1
    
    Test 2
    --
    
    will be rendered as:
    --
    Test 1 Test 2
    --
    
    Test Plan:
    1) Place a hold with a note, use line breaks in the note.
    2) Note the lines all run together when viewing the hold.
    3) Apply this patch.
    4) Reload the page.
    5) Notes should now display with the original line breaks!
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 4e2078d81b3ccb17e9794a6452578c5e87817e70
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 13 13:05:48 2020 +0200

    Bug 25480: Don't hide apache error and display incorrect error
    
    When searching if some apache mod are enable we are hiding the error (2> /dev/null) and display an error about the (guessed) missing module.
    
    It can lead to wrong tracks, let display the original apache error if there is one.
    
    This is linked with https://gitlab.com/koha-community/koha-testing-docker/-/merge_requests/119
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 debian/scripts/koha-create                         |  12 +-
 installer/data/mysql/updatedatabase.pl             | 168 +++++++++++----------
 .../intranet-tmpl/prog/en/includes/holds_table.inc |   2 +-
 3 files changed, 97 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list