[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-86-g3583225507

Git repo owner gitmaster at git.koha-community.org
Thu Jul 30 19:45:29 CEST 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, 20.05.x has been updated
       via  3583225507c13490278d35616ddead1037da62cf (commit)
       via  ddb722af2675c2a3a3d4f04373c260812c226af7 (commit)
       via  54e88ebe871bf549c7aa0df9d82687830ce348cd (commit)
       via  bec610d0add6bede97652a2b52a9c2601ee67673 (commit)
       via  2270d927086be4999fc8e6667258fbe345b89120 (commit)
       via  712143d26b680b66898995f931248a41470beccb (commit)
      from  f9bd821cf10c7ad88ae8d0ca71d9051bf5612eb6 (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 3583225507c13490278d35616ddead1037da62cf
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Thu Jul 30 17:10:14 2020 +0000

    Bug 5087: DBRev 20.05.02.003
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit ddb722af2675c2a3a3d4f04373c260812c226af7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 23 11:15:24 2020 +0200

    Bug 5087: Add server-side check
    
    If a user to access a CSV profile that is not available at the OPAC we
    should redirect to 404.
    
    It will also handle undefined csv_profiles
    
    For instance:
    kohadev.mydnsname.org:8080/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=1&format=3
    kohadev.mydnsname.org:8080/cgi-bin/koha/opac-downloadcart.pl?bib_list=1/2/&format=3
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c2d45ac0f4687fc4dcf84e9de663f8d3f3a354be)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 54e88ebe871bf549c7aa0df9d82687830ce348cd
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 20 12:02:14 2020 -0300

    Bug 5087: (QA follow-up) Fix leakage in opac-downloadshelf.pl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit db15f4af8dc021c0ac06c3447cb87c5e51952cd2)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit bec610d0add6bede97652a2b52a9c2601ee67673
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 20 11:27:27 2020 -0300

    Bug 5087: (QA follow-up) used_for deserves an index
    
    This patch introduces an index for the used_for column
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 92d0472d631817395ad71f89f962fa5166f15770)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 2270d927086be4999fc8e6667258fbe345b89120
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 20 11:09:01 2020 -0300

    Bug 5087: (QA follow-up) Rename the attribute to fit later API usage
    
    This patch renames the introduced attribute for later usage on the API,
    and changes the logic to use it the other way around.
    
    It also adds a KEY for the flag, as it will be used in WHERE statements.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 478093072000d01b2b5c20f05044e4bd3bbfeecd)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 712143d26b680b66898995f931248a41470beccb
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Dec 20 22:52:59 2018 +0000

    Bug 5087: Ability to define whether CSV profile shows in OPAC
    
    To test:
    1) Update database
    2) Update schema
    3) In staff side, go to Tools -> CSV profiles
    4) Make a CSV profile with profile type = MARC and usage = Export
    records
    5) Leave 'Show option in OPAC' unchecked and save
    6) Go to OPAC and add an item to your cart
    7) Click Cart, click Download, confirm that your newly created CSV
    profile does not show as an option
    8) Go back and edit CSV profile on staff side
    9) Check the 'Show option in OPAC' checkbox and save
    10) Go back to download cart in OPAC
    11) Confirm the CSV profile now shows in the dropdown
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ae3644a5947ea410fc3e8ac8b64307df7d1cbb18)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                              |  2 +-
 Koha/Schema/Result/ExportFormat.pm                   | 16 ++++++++++++++--
 installer/data/mysql/kohastructure.sql               |  5 ++++-
 installer/data/mysql/updatedatabase.pl               | 20 ++++++++++++++++++++
 .../prog/en/modules/tools/csv-profiles.tt            |  9 +++++++++
 opac/opac-basket.pl                                  |  6 +++++-
 opac/opac-downloadcart.pl                            | 18 +++++++++++++++++-
 opac/opac-downloadshelf.pl                           | 19 ++++++++++++++++++-
 tools/csv-profiles.pl                                |  3 +++
 9 files changed, 91 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list