[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.16-13-g6fe294e731

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 13:26:57 CET 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.05.x has been updated
       via  6fe294e731dd76eb3f37e6df570be0398dae2519 (commit)
       via  a25696fb12a117a4bd357e5189104dc11fe8546a (commit)
       via  fb36dfd6fa08265e6d5baae83737f6eb740920c6 (commit)
       via  cd71f5ba7228858926edf220f74eff9b4e1bd114 (commit)
       via  4be96d4f9e9bfd1e5a6b4a7d72cf347463fa03b6 (commit)
       via  87664a5ea7296186627a8ae277be69b1bd9a2037 (commit)
      from  4efb21d5f862f748f4b33750794275eaf2051921 (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 6fe294e731dd76eb3f37e6df570be0398dae2519
Author: Mark Hofstetter <mark at hofstetter.at>
Date:   Mon Oct 19 17:28:19 2020 +0000

    Bug 26601: Add utf8 encoding to text output of overdue_notices.pl
    
    This patch sets the UTF8 encoding for output of overdue_notices.pl when
    outputting to txt.
    
    To test:
    0/ Check out an item with due date yesterday (use specify due date)
    1/ Create ODUE text with utf8 encoded characters, chinese characters, umlauts etc
       <url>/cgi-bin/koha/tools/letter.pl?op=add_form&module=circulation&code=ODUE
    2/ Run
       perl overdue_notices.pl -text ./
    3/ Verify encoding in the generated text file is incorrect
    4/ Apply patch and repeat 2/
    3/ Confirm text now inludes properly encoded characters
    
    Sponsored-by: Styrian State Library
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    With German umlauts on my system the editor still showed the
    characters correctly (probably guessing the right encoding).
    Using Chinese made the problem visible.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 28d20b92be91ae509a7f71586ada2535d3c2007d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 61362fd0431c6bc439507cc4e49c0810a704f925)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 8cd87230b188d6677b58d222049919dcd9467401)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit a25696fb12a117a4bd357e5189104dc11fe8546a
Author: John Fawcett <john at voipsupport.it>
Date:   Mon Oct 12 11:18:30 2020 +0200

    Bug 26613: Fix it-IT unimarc_framework.sql installer file
    
    This is really an installation issue, though at the
    time of installation it did not result in any error.
    
    During cataloguing in the items menu the "Type of item or material"
    is not constrained by the itemtypes authorised_values (as it is for 942c records).
    
    I have added the itemtypes to the installer sql in unimarc_framework.sql
    as well as adding the description of this field for OPAC, which had been left empty.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3bd23a3287345167de50d994d737351174c04936)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit acc93b31cef93765f09b6585dbaad69d190b8fa2)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit db2e177ac1327497868e3457899745c6d9ff4e83)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit fb36dfd6fa08265e6d5baae83737f6eb740920c6
Author: John Fawcett <john at voipsupport.it>
Date:   Mon Oct 12 13:06:40 2020 +0200

    Bug 26612: Error during web install for it-IT translation
    
    Patch changes some of the values in the sql statement that inserts 307a
    unimarc row into the marc_subfield_structure which created an SQL error
    on installation.
    
    The fields changed are:
    - isurl now 0 instead of NULL,
    - hidden now -5 instead of NULL,
    - seealso empty string instead of NULL,
    - link empty string instead of NULL.
    
    These field values are now similar to the ones inserted for 306a or 308a.
    The value that caused the SQL error was using NULL for hidden (due to
    the NOT NULL constraint in the table definition).
    
    I have tested the install with this change and found no issues.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7c74c6636f779bbbaceee74f8704df9ec625815d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 3973ef10b6b68eb4550dacf2c5a99475040dfdd1)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit ec86fa6ea75264058cc137e103adc25a8dae3b6c)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit cd71f5ba7228858926edf220f74eff9b4e1bd114
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Nov 17 17:32:14 2020 +1300

    Bug 26569: DBRev 19.05.16.001
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 70348d8d4da5d777a08cb3ad6908ad0719c4b544)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 4be96d4f9e9bfd1e5a6b4a7d72cf347463fa03b6
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Wed Sep 30 13:14:12 2020 +0000

    Bug 26569: Use gender neutral pronouns in system prefernece explanations
    
    To test:
    1 - perform query "select variable,explanation from systempreferences where explanation like '% his %';"
    2 - find 6 sysprefs with gendered pronouns used in explanations
    3 - apply patch, reset_all
    4 - repeat query
    5 - no more gendered pronouns!
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit a96f5deef04bb74fbd826449b4d82f651a67512c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 9de5ceeaec33f6f26fb2dfefbfd1fb6414ed9b90)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit f48c2578e87641aaab2826c84ba396ae83bf64ad)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 87664a5ea7296186627a8ae277be69b1bd9a2037
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Sep 21 02:02:27 2020 +0000

    Bug 26496: Add op field to Budget Planning
    
    Without this patch, it's impossible to save a budget plan.
    
    With this patch, it is possible to save a budget plan.
    
    Test:
    1. Apply patch
    2. Modify a budget (e.g. http://localhost:8081/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form&budget_period_id=1)
    3. Unlock the budget if necessary by unticking "Lock budget" and click "Save"
    4. Go to a budget (e.g. http://localhost:8081/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=1)
    5. Click "Planning" and "Plan by libraries"
    6. Click "Auto-fill row" on the first line
    7. Click "Save"
    8. Note that results are saved and shown on the newly loaded page
    
    To verify this patch is necessary, do the test plan without applying the patch.
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit fd35df346f73a00b643e675853ba2c8ef321cf66)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 7f4b2f20991fd04da0703fafb7b643a03fcc7e14)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit fc31bc6cee24e07d254155bc5f30a3ad022fa523)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 Koha.pm                                                 |   2 +-
 installer/data/mysql/.updatedatabase.pl.swp             | Bin 0 -> 28672 bytes
 .../marcflavour/unimarc/necessari/unimarc_framework.sql |   8 ++++----
 installer/data/mysql/sysprefs.sql                       |  10 +++++-----
 installer/data/mysql/updatedatabase.pl                  |  12 ++++++++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt |   1 +
 misc/cronjobs/overdue_notices.pl                        |   2 +-
 7 files changed, 24 insertions(+), 11 deletions(-)
 create mode 100644 installer/data/mysql/.updatedatabase.pl.swp


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list