[koha-commits] main Koha release repository branch master updated. v20.05.00-1891-gd4a15b27b8

Git repo owner gitmaster at git.koha-community.org
Wed Nov 18 12:36:04 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, master has been updated
       via  d4a15b27b8359a13fa80952ed7e920b7388527fb (commit)
       via  517dcabdf73acfaf01cde461beb8bac84f86c82e (commit)
       via  7abee7fd6913c178baffafe2ea8cfc33f38c87f6 (commit)
       via  e8f39a001c979fb0ef7ac342dd07062285d0264d (commit)
       via  308b03a31b95a8808751b98d3b285adcb370f47f (commit)
       via  bf8ab094705163f50f46451b0dffa00cdd1d4ab9 (commit)
       via  49658d43c3e3bb4064afdad824153325d2216083 (commit)
       via  258d475d5f4bb306496dc90b9c602fd776a6c545 (commit)
      from  836d9a38727859f06902a7be6790592431fe812e (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 d4a15b27b8359a13fa80952ed7e920b7388527fb
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Aug 11 09:32:10 2020 -0300

    Bug 25313: (QA follow-up) DelAuthority tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 517dcabdf73acfaf01cde461beb8bac84f86c82e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Apr 29 16:19:00 2020 +0200

    Bug 25313: Add skip_merge to ModAuthority
    
    Sometimes you know that the merge is useless, since the reporting
    tag did not change.
    Might be handy in batch processing of authority records.
    
    Test plan:
    Pick an authority with a few linked biblio recs (so that it will
    immediately merge; lower than MergeLimit).
    Open authority record and save it.
    Verify that a linked biblio record was merged. Check time in 005.
    You proved that this patch does not break the regular process.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7abee7fd6913c178baffafe2ea8cfc33f38c87f6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Aug 11 09:26:50 2020 -0300

    Bug 25313: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e8f39a001c979fb0ef7ac342dd07062285d0264d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Sep 1 13:32:46 2020 +0000

    Bug 26337: Pass skip_merge to DelAuthority when removing unsused authorities
    
    This script checks that an authority is not being used before deleting it.
    We do not need to check biblios for the authority id as we have already verified it is unused.
    
    TO test:
     1 - Reset db to koha test database
     2 - perl misc/migration_tools/remove_unused_authorities.pl -t
     3 - Note a number of unsued authorities
     4 - perl misc/migration_tools/remove_unused_authorities.pl -c
     5 - Note authorities are removed
     6 - Reset db
     7 - Apply patch
     8 - perl misc/migration_tools/remove_unused_authorities.pl -t
     9 - Note results are the same
    10 - perl misc/migration_tools/remove_unused_authorities.pl -c
    11 - Note results are the same
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 308b03a31b95a8808751b98d3b285adcb370f47f
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Thu Nov 5 20:28:11 2020 +0000

    Bug 26944: Point help link to automatic item mod in manual
    
    To test:
    1 - go to automatic item mod, click help, end up at manual homepage
    2 - apply patch, restart, reload page
    3 - click link again, go to auto item mod in manual
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bf8ab094705163f50f46451b0dffa00cdd1d4ab9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 10 12:32:04 2020 +0100

    Bug 26846: Fix regressions - Preselect expected and late serials
    
    This is a follow-up for bug 17674. Expected and late serials must be
    checked by default.
    
    Test plan:
    Have some serial collection and notice that the checkboxes are checked
    for expected and late serials
    /serials/serials-collection.pl?subscriptionid=42
    
    Signed-off-by: Timothy Alexis Vass <timothy_alexis.vass at ub.lu.se>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 49658d43c3e3bb4064afdad824153325d2216083
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Nov 3 09:57:32 2020 +0000

    Bug 26939: Use AV description in sales table display
    
    Content should use the description rather than the code
    
    Test plan
    1/ Enable 'UseCashRegisters'
    2/ Make some payments against a cash register
    3/ Navigate to the cash register summary page via tools > cashup
    registers > register name
    4/ Note that the payment type you selected at payment time appears as
    the code of the authorized value as aposed to the description.
    5/ Apply patch
    6/ Refresh page
    7/ The payment type should now contain the description
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 258d475d5f4bb306496dc90b9c602fd776a6c545
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Nov 3 09:47:12 2020 +0000

    Bug 26938: Prevent flash of unstyled sales table
    
    On the registers page the table has come complex data structures
    embedded to allow for all the functionality we bring into the datatable.
    
    We should hide the table on page load and only display it at DataTables
    init time once the weird content has been beautified by DataTables.
    
    Test plan
    1/ Enable 'UseCashRegisters' and 'EnablePointOfSale'
    2/ Add a cash register and make some transactions against it.
    3/ Navigate to the 'Register details' page
    4/ Note that some 'funky' JSON strings appear in the table briefly
    before it is restyled when DataTables loads.
    5/ Apply the patch
    6/ Rebuild the CSS from the SCSS files
    7/ Reload the page (hard reload to get the CSS changes)
    8/ Note that the table now only appears once the nice formatting that
    DataTables adds is applied.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |  7 ++-
 Koha/Manual.pm                                     |  1 +
 .../intranet-tmpl/prog/css/src/staff-global.scss   |  4 ++
 .../intranet-tmpl/prog/en/modules/pos/register.tt  |  7 ++-
 .../prog/en/modules/serials/serials-collection.tt  |  6 +-
 misc/migration_tools/remove_unused_authorities.pl  |  2 +-
 t/db_dependent/AuthoritiesMarc.t                   | 68 +++++++++++++++++++++-
 7 files changed, 87 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list