[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.04-60-g0853986

Git repo owner gitmaster at git.koha-community.org
Mon Apr 15 14:17:15 CEST 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, 18.11.x has been updated
       via  0853986d05d0f13b2033727b975dc7b620aef3e5 (commit)
       via  e78da403bdf3f5d678d7371d58954a2173fa7458 (commit)
       via  1247af85216fc0664de8c667d282aa9c7e605f35 (commit)
       via  8f8bcbbc0dc9f0f1145f7fd30f14749dcddfec26 (commit)
       via  d8eb572eeeffcc35cb9a09534eddd802a6871fb6 (commit)
       via  ec27c57240493a793c91ec96de4448b007e5a972 (commit)
       via  290d2376a213249d8c52c38302dfffe68079ff55 (commit)
      from  dc4e072039c127d28554d46a3f1cbe6dac921d91 (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 0853986d05d0f13b2033727b975dc7b620aef3e5
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 15 12:57:54 2019 +0100

    Bug 22618: (RMaint follow-up) Backport fix
    
    Remove tests for bug 15774 not in 18.11.x series that somehow got
    wrongly introduced by the above bug bug backport
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e78da403bdf3f5d678d7371d58954a2173fa7458
Author: Magnus Enger <magnus at libriotech.no>
Date:   Fri Apr 5 10:03:58 2019 +0200

    Bug 22646: Fix use of PrivacyPolicyURL
    
    To test:
    
    PatronSelfRegistration = Allow
    PatronSelfRegistrationDefaultCategory = PT (or some other real category)
    GDPR_Policy = Enforced
    PrivacyPolicyURL = Some URL
    
    - Go to <opac>/cgi-bin/koha/opac-memberentry.pl and verify that the text "privacy
      policy" displays a link to the current page, not the URL in PrivacyPolicyURL
    - Go to Administration > System preferences > Patrons > Privacy
    - Verify that the descriptions of GDPR_Policy and PrivacyPolicyURL does not
      mention that PrivacyPolicyURL needs to be set if GDPR_Policy is set.
    - Apply the patch
    - Verify that opac-memberentry.pl now links to the URL in PrivacyPolicyURL
    - Verify that the syspref descriptions mention the relationship between them
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 35921d30a99f3f4c4cdb21438c8516444a10f24c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1247af85216fc0664de8c667d282aa9c7e605f35
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Mar 14 13:15:01 2019 +0000

    Bug 21013: Missing itemtype for checkut makes patron summary print explode
    
    This patch moves retrieval of the item type description from the script
    to the template using the ItemTypes template plugin.
    
    To test, apply the patch and locate an item which is checked out to
    someone. Modify the database record for that item to remove the item
    type (items.itype).
    
    View the print summary for the patron who has that item checked out. The
    page should display correctly. Checked-out items which have an item type
    should show that item type description correctly.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ea7245631ebfb16d4921a6cf7b4b46799a241ff9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8f8bcbbc0dc9f0f1145f7fd30f14749dcddfec26
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Fri Mar 8 13:27:26 2019 +0200

    Bug 22295: Make Elasticsearch query builder group multi-term queries
    
    Test plan:
    
    1. Do an advanced search for
    Title = new
    AND
    Title = york
    2. Verify that the results match an advanced search for:
    Title = new york
    3. Verify that tests in t/db_dependent/Koha/SearchEngine/Elasticsearch still pass
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit e90cb16d79f611caa3cd6d6cbbca4ea01d7a8077)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d8eb572eeeffcc35cb9a09534eddd802a6871fb6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Mar 23 11:44:53 2019 +0000

    Bug 22288: Correct item search in batchMod by barcode file
    
    To test:
    1 - Have a list of barcodes that exist in your catalog
    2 - Go to Tools->Batch item modification
    3 - Attempt to modify items using the list
    4 - Get an error page
    5 - Apply patch
    6 - Repeat
    7 - Modification should work correctly
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 192e3baa75f16891582244595fe305292b886dda)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ec27c57240493a793c91ec96de4448b007e5a972
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 4 16:07:22 2019 -0300

    Bug 22390: Never copy items if original order has been created from a subscription
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tiny change to the code comment: serial => subscription order
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d6122ff78d4344441ed45ceb26ed09af83a15d15)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 290d2376a213249d8c52c38302dfffe68079ff55
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 21 14:48:24 2019 -0300

    Bug 22390: (bug 15184 follow-up) Use aqorders.subscriptionid instead of biblio.serial
    
    It seems that we made a wrong assumption on bug 15184, see
      commit d658cb6f7ecb18845a78d4708ee63ad1126f220f
      Bug 15184: Do copy items for not a serial OR if items are created on ordering
    
    To know if an order has been created from a subscription we should check
    $order->subscriptionid instead of the $biblio->serial flag
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ec78d0cddbb5cf5455a2c67130062917a0a23484)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Acquisition/Order.pm                          |    2 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |    1 +
 .../prog/en/modules/admin/preferences/patrons.pref |    2 +
 .../prog/en/modules/members/moremember-print.tt    |    3 +-
 .../bootstrap/en/modules/opac-memberentry.tt       |    2 +-
 members/summary-print.pl                           |    3 -
 t/db_dependent/Acquisition.t                       |   35 ----------
 t/db_dependent/Koha/Acquisition/Order.t            |   73 +++++++++++++++++++-
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   32 ++++++++-
 tools/batchMod.pl                                  |    4 +-
 10 files changed, 111 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list