[koha-commits] main Koha release repository branch master updated. v20.05.00-1883-g836d9a3872

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 12:58:30 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  836d9a38727859f06902a7be6790592431fe812e (commit)
       via  5c70587c088241e30e6fe0e5f9bb858a0a165293 (commit)
       via  853a56cc7ae6c089f0f113943b77530d8c3a15c8 (commit)
       via  8a955f9a0ac65866541111e6242f2b57e4465ce5 (commit)
       via  6bbd13ba031cf4ba592b989e869cba3a95405d4b (commit)
       via  9935c0bdbfc22096640b79e998cf39118deb969e (commit)
       via  7db88b60441e69d3d2478276d13977bbf21a8ae5 (commit)
       via  e1400890ec8040ced8e3550eddbfd0d4e8af2347 (commit)
      from  55835ccfaffef48b924857e18bfd964aebda3a0a (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 836d9a38727859f06902a7be6790592431fe812e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 10 11:37:55 2020 +0100

    Bug 26986: Prevent Selenium's StaleElementReferenceException
    
    This is a follow-up bug for bug 26162
    
    By finding the element before the click I hope to get the good element,
    even if the page changed in the meanwhile.
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5c70587c088241e30e6fe0e5f9bb858a0a165293
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 10 12:55:17 2020 +0100

    Bug 26973: (bug 26119 follow-up) Restore patron's attributes during self-registration
    
    The assumption on bug 26119 was wrong. We actually store patron's
    attributes during self-registration if
    PatronSelfRegistrationVerifyByEmail is not enabled.
    
    Test plan:
    Test the different combinations of PatronSelfRegistration and PatronSelfRegistrationVerifyByEmail
    Confirm that the patron's attributes appears during self-registration if
    PatronSelfRegistrationVerifyByEmail is not set.
    Confirm that the patron's attributes are stored when they are displayed
    on the self-registration form
    Confirm that you can edit the patron's attributes in any cases (if they
    are marked as editable at the OPAC)
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 853a56cc7ae6c089f0f113943b77530d8c3a15c8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Nov 13 16:33:40 2020 +0000

    Bug 26903: Pass record ids and records through to update_index when passed to index_records
    
    When both a record and record_id are passed to index_records the data should be passed through
    to update_index. We missed copying over the record ids to the variable we use as a check.
    
    To test:
    1 - Set searchEngine system preference to Elasticsearch
    2 - Reindex your db
    3 - Search authorities
    4 - Edit a record and add 'testwaffle' to the main heading
    5 - Search authorities for 'testwaffle' - no results
    6 - Apply patch
    7 - Edit the record again, change 'testwaffle' to 'testpancake'
    8 - Search authorities for 'testpancake' - result!
    9 - Confirm imported authorities and authorities added via Z39 are correctly indexed
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8a955f9a0ac65866541111e6242f2b57e4465ce5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Nov 13 16:33:12 2020 +0000

    Bug 26903: Unit tests
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6bbd13ba031cf4ba592b989e869cba3a95405d4b
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Nov 16 12:54:13 2020 -0300

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

commit 9935c0bdbfc22096640b79e998cf39118deb969e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Nov 13 13:53:15 2020 +0000

    Bug 27002: Update callers for changed return
    
    Signed-off-by: David Nind <david at davidnind.com>
    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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7db88b60441e69d3d2478276d13977bbf21a8ae5
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Nov 12 08:09:56 2020 +0000

    Bug 27002: Update Koha::Biblio->pickup_locations to return a resultset
    
    Signed-off-by: David Nind <david at davidnind.com>
    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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e1400890ec8040ced8e3550eddbfd0d4e8af2347
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Sep 23 14:42:40 2020 +0000

    Bug 26516: Don't accept incorrect values for copyrightdate/publicationyear
    
    The previous patch rejects incorrect values when saving to the db specifically for copyrightdate
    An error is thrown for the int conversion when it fails
    
    Rather than catching things when saving we can fix the value when generated, simply returning null when parsing
    the record
    
    To test:
    1 - Add a new record to Koha making sure data is valid except 260$c:
        198-
    2 - Save the record
    3 - It fails
    4 - Apply this patch
    5 - Restart all the thigns
    6 - Repeat
    7 - Success!
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Biblio.pm                                       |   2 +
 Koha/Biblio.pm                                     |  19 ++--
 Koha/REST/V1/Holds.pm                              |   2 +-
 Koha/SearchEngine/Elasticsearch/Indexer.pm         |   5 +-
 Koha/Template/Plugin/Branches.pm                   |   4 +-
 .../prog/en/modules/admin/patron-attr-types.tt     |   2 +-
 .../bootstrap/en/modules/opac-memberentry.tt       |   2 +-
 t/db_dependent/Biblio/TransformMarcToKoha.t        |   8 +-
 t/db_dependent/Koha/Biblio.t                       |   2 +-
 .../Koha/SearchEngine/Elasticsearch/Indexer.t      |  33 ++++++-
 t/db_dependent/Template/Plugin/Branches.t          |   3 +-
 t/db_dependent/api/v1/holds.t                      | 108 ++++++++++++++++++++-
 t/lib/Selenium.pm                                  |   2 +-
 13 files changed, 166 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list