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

Git repo owner gitmaster at git.koha-community.org
Mon May 11 23:50:49 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  a0ee80a3038dc275b99ae781530f483c2fb425ad (commit)
       via  e98dc9494a1bf0307084c5d11bdfb25d49d0b131 (commit)
       via  8a8130c0524efd4c211155cecce78392a76804f6 (commit)
       via  09e8d7885ccadbc8dba50ddf0b841c98f92df56d (commit)
       via  d816e371ecba064f6e9418439a40d160f01aa924 (commit)
      from  a2beeb8da9dbfb85e3314f56f642599419dff5e1 (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 a0ee80a3038dc275b99ae781530f483c2fb425ad
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 11 14:09:27 2020 +0000

    Bug 15727: Add MARC21 385 - Audience to detail pages
    
    This add 385$m$a to the staff and intranet detail pages.
    
    To test:
    - Catalog different variations of 385 and verify the
      display in the OPAC and staff client is ok
    
    Examples can be found in the LOC MARC21 documentation:
    http://www.loc.gov/marc/bibliographic/bd385.html
    
    Signed-off-by: Stina Hallin <stina.hallin at ub.lu.se>
    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 e98dc9494a1bf0307084c5d11bdfb25d49d0b131
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 13 04:42:37 2020 +0200

    Bug 22335: Fix comment on suggestions.STATUS in kohastructure.sql
    
    The description on STATUS was incomplete, missing 2 status and
    the SUGGEST_STATUS category.
    
    To test:
    - Later this will show up in schema.koha-community.org, but
      for now it can only be verified reading the patch.
    
    Signed-off-by: David Nind <david at davidnind.com>
    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 8a8130c0524efd4c211155cecce78392a76804f6
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Apr 19 13:39:08 2020 +0200

    Bug 18670: Remove RewriteLog and RewriteLogLevel from sample config files
    
    It looks like RewriteLog will no longer work with Apache 2.4 and later.
    
    RewriteLog
    Those familiar with earlier versions of mod_rewrite will
    no doubt be looking for the RewriteLog and RewriteLogLevel
    directives. This functionality has been completely replaced
    by the new per-module logging configuration mentioned above.
    http://httpd.apache.org/docs/current/mod/mod_rewrite.html
    
    All lines removed were commented out, so there should be
    no change in behaviour or side effects.
    
    To test.
    - Verify every mention of RewriteLog has been removed from Koha
    - Verify patch by reading it
    
    Signed-off-by: David Nind <david at davidnind.com>
    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 09e8d7885ccadbc8dba50ddf0b841c98f92df56d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat May 2 04:29:11 2020 +0200

    Bug 24995: (QA follow-up) Terminology: Use checkin and checkout
    
    ... instead of issue and return.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d816e371ecba064f6e9418439a40d160f01aa924
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Thu Mar 26 21:17:42 2020 +0000

    Bug 24995: Add issuedate to table_account_fines and finest
    
    TO TEST:
    1. Have a patron with some fines on an item. Try accruing fines.
    2. Go to the accounting tab and look at both the Tranaction tab and Make a payment Tab
    3. No Issue Date
    4. Apply patch
    5. Check those tabs again and see the issue date displays.
    6. Go to column configuration and try to hide the issuedate, make sure it hides properly. Try this for both tables. Also make sure other columns hide properly.
    7. Sign off!
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 admin/columns_settings.yml                         |  4 ++++
 debian/templates/apache-site-https.conf.in         |  2 --
 debian/templates/apache-site.conf.in               |  2 --
 etc/koha-httpd.conf                                |  8 -------
 installer/data/mysql/kohastructure.sql             |  2 +-
 .../prog/en/modules/members/boraccount.tt          |  8 ++++---
 .../intranet-tmpl/prog/en/modules/members/pay.tt   | 14 +++++++----
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     | 27 +++++++++++++++++++++
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    | 28 +++++++++++++++++++++-
 9 files changed, 74 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list