[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-138-g094d160842

Git repo owner gitmaster at git.koha-community.org
Sat Apr 4 01:18:42 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  094d160842bec43c2e29c1fb5a5e6f4e3f7ab502 (commit)
       via  57c0fe1ff428d3fe71239c6ed62f493b18437fb9 (commit)
       via  e8b06fca16068d00093b476d31b90359bfdc5363 (commit)
      from  60c88bfa2f6c23c58ebd953eca2d0c29f6f2dee3 (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 094d160842bec43c2e29c1fb5a5e6f4e3f7ab502
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 2 09:36:47 2020 -0500

    Bug 24765: Updated on date in Claims returned starts off as 12/31/1969
    
    When an item is claimed returned by staff, there is a column called Updated On - this date field column should remain blank until this claimed returned has been updated.  Currently, when an item has been claimed returned, the date in the updated column states 12/31/1969. This date only shows up in the display, it is doesn't show up in the database like this.
    
    Test Plan:
    1) Enable return claims
    2) Make a claim
    3) Note the 'updated on' column has the date 1969-12-31
    4) Apply this patch
    5) Reload the page ( you may need to clear your browser cache )
    6) Note the field is now blank
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 57c0fe1ff428d3fe71239c6ed62f493b18437fb9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Mar 19 10:51:40 2020 -0300

    Bug 24905: Make installer update log4perl.conf for instances
    
    This patch makes koha-common.postinst check if the log4perl.conf files
    on the instances need tweaking. If they do, it appends the relevant
    configuration text.
    
    To test:
    1. Install Koha 19.11 or earlier using the packages
    2. Create an instance:
       $ koha-create --create-db test1
       $ koha-create --create-db test2
    => FAIL: /etc/koha/sites/test1/log4perl.conf doesn't include an entry for
    z39.50
    3. Apply this patch and run:
       $ docker run \
          --volume=/path/to/your/clone:/koha \
          --volume=/dest/path/for/debs:/debs \
          --privileged
          --env VERSION=19.12.00.047 \
          koha/koha-dpkg:master
    Note: Paths need to be adjusted
    4. Grab the .deb files and put them on the machine you're testing this
    5. Edit /etc/koha/sites/test2/log4perl.conf and add the following text
       at the bottom: log4perl.logger.z3950
    6. Install the debs:
       $ sudo dpkg -i koha-perldeps koha-deps koha-common
    => SUCCESS: Install process doesn't explode due to the addition
    => SUCCESS: /etc/koha/sites/test1/log4perl.conf has a new entry for log4perl.logger.z3950
    => SUCCESS: /etc/koha/sites/test2/log4perl.conf doesn't have a new entry for log4perl.logger.z3950
    7. Sign off :-D
    
    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 e8b06fca16068d00093b476d31b90359bfdc5363
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Mar 19 09:47:25 2020 -0300

    Bug 24905: Add missing entry in log4perl-site.conf.in
    
    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>

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

Summary of changes:
 debian/koha-common.postinst                  | 28 ++++++++++++++++++++++++++++
 debian/templates/log4perl-site.conf.in       |  7 +++++++
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js |  8 ++++++--
 3 files changed, 41 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list