[koha-commits] main Koha release repository branch master updated. v19.05.00-1285-gaae3dfe

Git repo owner gitmaster at git.koha-community.org
Fri Nov 8 14:20:52 CET 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, master has been updated
       via  aae3dfe1232d8df452c7e677c6fa443017fb0417 (commit)
       via  a74f1dabe23bdcc17b68c8053fcf868d62f9231e (commit)
       via  0eb9edbf229bdbde02ff65e5f955fb18cf0cc7db (commit)
       via  b687c60b27fa5a813b148bd5730b2d8278062ad5 (commit)
       via  bd30a17d3bc0040460543ced27140690f50d27f0 (commit)
       via  eaf4b79c32a6f173db8177b8ee365ec10f4532a6 (commit)
       via  832086ad7237c04ba6bc978ab786f8ce0a4f5d40 (commit)
       via  2fc80e71e2bac4e0881f79eb712c0f62f5e68986 (commit)
       via  56d87af81ac2bda6d1cf0b42807484982a45e1c4 (commit)
       via  ed45a4f333fb9f6569d150410ef99d8ffe13f54c (commit)
      from  5ebf75ecd07f99b5d8bb56edc9b1758d262a30c1 (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 aae3dfe1232d8df452c7e677c6fa443017fb0417
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 22 11:36:28 2019 +0200

    Bug 23851: Add the homebranch prefix to the barcode when adding multiple copies of an items
    
    See the comment in the code for more information.
    
    Test plan:
    - Set autoBarcode to hbyymmincr
    - Create an item and click on the barcode field
    - A barcode prefixed by the homebranch is generated
    - Click the "Add multiple copies of this item" and enter 4
    - Save
    => Without this patch only the first item has the homebranch prefix
    => With this patch applied they all have a barcode in the same format
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a74f1dabe23bdcc17b68c8053fcf868d62f9231e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 21 09:37:25 2019 +0200

    Bug 23847: Fix custom item search fields if subfield is '0'
    
    The subfield is not used if is false, so if 0. We want to test if the
    subfield is defined and not an empty string.
    
    Test plan:
    - Define a new custom item search fields using a subfield '0'
    (withdrawn=952$0 for instance)
    - Define one which does not have a subfield (control field)
    - Search items using those newly created fields.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0eb9edbf229bdbde02ff65e5f955fb18cf0cc7db
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 4 12:25:33 2019 +0100

    Bug 23933: (bug 10132 follow-up) Fix commit_file.pl
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b687c60b27fa5a813b148bd5730b2d8278062ad5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 6 10:45:56 2019 +0100

    Bug 5365: Make more clear how to reopen a basket in a basket group
    
    The "reopen basket" button will be visible but disabled if the basket
    cannot be reopened. A tooltip is attached to the button to add more
    information.
    
    Note that the export button is still hidden, would it makes sense to
    display it (visible and active)?
    
    Test plan:
    - Create a basket
    - Close it
    - Go to the basket detail view
    => The reopen button should be displayed and enabled
    
    - Attach it to a basket group
    - Go to the basket detail view
    => The reopen button should be displayed but disabled
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit bd30a17d3bc0040460543ced27140690f50d27f0
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Nov 8 09:00:32 2019 +0000

    Bug 22857: (QA follow-up) Cosmetic changes: typo, whitespace
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit eaf4b79c32a6f173db8177b8ee365ec10f4532a6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 5 11:23:04 2019 +0100

    Bug 22857: Sync koha-conf.xml files
    
    Missing entries are added to those files.
    
    Test plan:
    Search for typos
    Compare the two files and comfirm the entries are the same in both.
    Exception: supportdir exists in etc/koha-conf.xml only, but I think it's
    obsolete.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 832086ad7237c04ba6bc978ab786f8ce0a4f5d40
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Nov 6 16:09:15 2019 -0300

    Bug 23949: Add z3950 directory to koha-common.install
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2fc80e71e2bac4e0881f79eb712c0f62f5e68986
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 5 18:34:28 2019 +0100

    Bug 23949: Update documentation
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 56d87af81ac2bda6d1cf0b42807484982a45e1c4
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Nov 1 15:51:00 2019 -0300

    Bug 23949: Add missing actions for koha-z3950-responder in koha-common.init
    
    This patch makes the init script deal with koha-z3950-responder in --stop
    and --restart actions. Currently, only --start calls the script.
    
    To test:
    - Enable the server:
      $ koha-z3950-responder --enable kohadev
    - Stop koha-common
      $ service koha-common stop
    => SUCCESS: No koha-z3950-responder running
    - Start koha-common
      $ service koha-common start
    => SUCCESS: It is loaded (even if failing because of config issues)
    - Stop koha-common
      $ service koha-common stop
    => FAIL: It is still running (no --stop issued)
    - Repeat for restart
    - Apply this patch
    - Redo
    => SUCCESS: Things behave as expected!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ed45a4f333fb9f6569d150410ef99d8ffe13f54c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 24 18:21:04 2019 +0200

    Bug 23398: Disable the XML import/export format for biblio framework
    
    It gives incomplete results and not sure it ever worked.
    To prevent data loss it is better to remove this option.
    
    Note that the code in C4/ImportExportFramework.pm is too complex to
    attach with this patch to deletion of the code related to the XML
    import/export. Safer to keep it for a separate bug report.
    
    Test plan:
    Import/export biblio frameworks and confirm that there is no more
    reference to the xml format.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                                  |    3 ++-
 admin/import_export_framework.pl                       |    6 +-----
 cataloguing/additem.pl                                 |   12 +++++++++++-
 debian/koha-common.init                                |    5 ++++-
 debian/koha-common.install                             |    1 +
 debian/templates/koha-conf-site.xml.in                 |   11 +++++++++++
 etc/koha-conf.xml                                      |   16 ++++++++++++++++
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt      |   14 ++++++++------
 .../prog/en/modules/admin/biblio_framework.tt          |   16 +++++++---------
 .../prog/en/modules/catalogue/itemsearch.tt            |    2 +-
 10 files changed, 62 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list