[koha-commits] main Koha release repository branch master updated. v19.11.00-714-g7c9680749f

Git repo owner gitmaster at git.koha-community.org
Fri Feb 14 13:27:38 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  7c9680749fa3a56ee65e823b318b22876a95edce (commit)
       via  25aad587d2b8789f171e3f3093362d1856f388ea (commit)
       via  f1378a537e73c05783082725f203b4cb1eeec596 (commit)
       via  d1a0921fd106bc910fff2fed74344bbad4d33f55 (commit)
       via  3a49e02a5d184a7be800df3e6d0037584fdf3251 (commit)
      from  d2e60c553ba42e61c8ad321c3625e6d291e9c13d (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 7c9680749fa3a56ee65e823b318b22876a95edce
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 21 12:57:01 2020 +0100

    Bug 22898: Fix failure since bug 19618
    
    See comment in the code, this is not the correct fix, but cannot find
    something better for now.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 25aad587d2b8789f171e3f3093362d1856f388ea
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 21 12:56:22 2020 +0100

    Bug 22898: Since bug 23957, submit element is now a button (no longer input)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f1378a537e73c05783082725f203b4cb1eeec596
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 13 11:31:14 2019 -0500

    Bug 22898: Add selenium tests placing holds (staff)
    
    Quick selenium tests to prevent regressions like bug 22895.
    
    Test plan:
    Make sure the selenium tests return green
    
    You can also test the buggy branch:
    % git checkout v18.11.05
    % prove t/db_dependent/selenium/basic_workflow.t
    => Failure
    % git bz apply 22895.
    % prove t/db_dependent/selenium/basic_workflow.t
    => Success
    
    Signed-off-by: Victor Grousset <victor.grousset at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d1a0921fd106bc910fff2fed74344bbad4d33f55
Author: Magnus Enger <magnus at libriotech.no>
Date:   Wed Jan 29 23:59:44 2020 +0100

    Bug 24531: Fix OAI-PMH sets for records with repeated fields
    
    Currently, an OAI-PMH set mapping will only match if the value it
    is looking for occurs in the first instance of a repeated field.
    
    To test:
    - Apply the first patch with two new tests
    - Run something like this:
      sudo koha-shell -c "prove -v t/db_dependent/OAI/Sets.t" kohadev
    - Verify that the last test fails
    - Apply this secind patch
    - Rerun the test file above
    - Verify that all tests now pass
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3a49e02a5d184a7be800df3e6d0037584fdf3251
Author: Magnus Enger <magnus at libriotech.no>
Date:   Wed Jan 29 23:56:32 2020 +0100

    Bug 24531: Test for OAI-PMH sets and repeated fields
    
    This patch adds two tests related to OAI-PMH sets. It creates a
    dummy record with a repeated field, with different values. It then
    tests if the record is caught by mappings that match the value in
    the first field, and then if it is caught by mappings that match
    the second field.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/OAI/Sets.pm                           | 17 ++++++--
 t/db_dependent/OAI/Sets.t                | 73 +++++++++++++++++++++++++++++++-
 t/db_dependent/selenium/basic_workflow.t | 38 +++++++++++++----
 3 files changed, 116 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list