[koha-commits] main Koha release repository branch master updated. v19.11.00-2088-gcdf786b0aa

Git repo owner gitmaster at git.koha-community.org
Tue May 5 12:42:27 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, master has been updated
       via  cdf786b0aa0dc1d9fed489335fcfb0bf2cf9ea43 (commit)
       via  5eb07b28eb8db9b2e3a72b13b740a0a003eb1d84 (commit)
       via  563d316bba4deda338aff3e0f20ee46622083b9c (commit)
       via  dccf4518d46e94970b1b39082d8ec1e326de35ff (commit)
       via  a02f0b077752d0a686afae5aa7428c3fab1c4cd2 (commit)
       via  2042cb65310072a5c00205fe1d632deac00e639e (commit)
       via  6a5cdfa37fbd5c66fdd8a33f91c843278fb2a0c8 (commit)
       via  af4d8a5751ed024bdf0de023394b028175744475 (commit)
       via  3cf6d99948e81a5037bd956a1823e7485a65bd91 (commit)
       via  3ebfa1a74a1f2265f6af8121dc5c9d36cb95ea68 (commit)
      from  48d887c2363b7611036cf336b3abf83aea3381fe (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 cdf786b0aa0dc1d9fed489335fcfb0bf2cf9ea43
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue May 5 11:14:49 2020 +0100

    Bug 24163: DBRev 19.12.00.086
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5eb07b28eb8db9b2e3a72b13b740a0a003eb1d84
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat May 2 16:02:27 2020 +0200

    Bug 24162: Add quantity column to the columns settings config
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 563d316bba4deda338aff3e0f20ee46622083b9c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat May 2 16:00:27 2020 +0200

    Bug 24162: Add missing filter
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dccf4518d46e94970b1b39082d8ec1e326de35ff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 9 17:28:09 2020 +0100

    Bug 24162: Add quantity column to the late orders page
    
    This patch add a new column "quantity" to the late orders page
    
    Test plan:
    1. Create some orders, close the basket
    2. Go to the "Late orders" page
    => You should see a new column "quantity" that contains the number of
    items of the order
    
    Sponsored-by: Cork Institute of Technology
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a02f0b077752d0a686afae5aa7428c3fab1c4cd2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat May 2 15:57:16 2020 +0200

    Bug 24163: UTF-8 encode the output
    
    Specify the UTF-8 charset in the header and Encode the output to avoid encoding issues
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2042cb65310072a5c00205fe1d632deac00e639e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat May 2 15:46:13 2020 +0200

    Bug 24163: Add the new CSV profile to other installer files
    
    export_format is not populated for other languages apparently...
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6a5cdfa37fbd5c66fdd8a33f91c843278fb2a0c8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat May 2 15:42:18 2020 +0200

    Bug 24163: (QA follow-up) Fix wordings
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit af4d8a5751ed024bdf0de023394b028175744475
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 17:32:46 2019 +0100

    Bug 24163: Add the csv into the DB - as an example
    
    Sponsored-by: Institute of Technology Tralee
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Angela O'Connor Desmond <angela.oconnordesmond at staff.ittralee.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3cf6d99948e81a5037bd956a1823e7485a65bd91
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 17:24:17 2019 +0100

    Bug 24163: Allow to define CSV profile for late orders export
    
    This new enhancement adds the ability to create a CSV profile for the late
    orders export.
    Prior to this, the CSV profile was hardcoded in a template and not
    editable (unless you modify the .tt file of course).
    
    The main difficulty of the request was to make the multiple claims dates
    accessible from the CSV profile. So far we only accept columns from the
    database. However we would like to use the Koha::Acquisition::Order
    object to make things easier (it had a ->claims method to access the
    different claims).
    To acchieve this, we are going to accept the TT syntax for that CSV profile.
    It means that only CSV profiles created for 'late_orders' will have the
    capability to use the TT syntax (can be extended later of course if
    needed).
    The alternative was to use specific placeholders, like %claims_count%,
    %claimed_date%, but it sounded more powerful and flexible to allow the
    TT syntax instead.
    
    Note that the former export (template based) still exists and is the
    default option.
    
    Test plan:
    0. Apply the patches and execute the update database entry
    1. Create some orders, close the basket
    2. Claim some of the orders
    3. Note the new button at the bottom of the table that have several
    entries.
    => The first entry will generate a CSV file using the previous method
    => The second entry will generate it using the new CSV profile, note
    that the number of claims as well as the different claims date are
    displayed.
    
    4. Bonus point: Edit the CSV profile (Home › Tools › CSV export
    profiles) that is named "Late orders (csv profile)", or create a new
    one, and modify it.
    Export the late orders using this CSV profile and confirm that the
    generated CSV file is the one you expect.
    
    Sponsored-by: Institute of Technology Tralee
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Angela O'Connor Desmond <angela.oconnordesmond at staff.ittralee.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3ebfa1a74a1f2265f6af8121dc5c9d36cb95ea68
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 11 14:09:27 2020 +0000

    Bug 15727: Add MARC21 385 - Audience to detail pages
    
    This add 385$m$a to the staff and intranet detail pages.
    
    To test:
    - Catalog different variations of 385 and verify the
      display in the OPAC and staff client is ok
    
    Examples can be found in the LOC MARC21 documentation:
    http://www.loc.gov/marc/bibliographic/bd385.html
    
    Signed-off-by: Stina Hallin <stina.hallin at ub.lu.se>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |  2 +-
 acqui/lateorders-export.pl                         | 93 ++++++++++++++--------
 acqui/lateorders.pl                                |  2 +
 admin/columns_settings.yml                         |  2 +
 .../data/mysql/de-DE/optional/csv_profiles.sql     | 12 ++-
 installer/data/mysql/en/optional/csv_profiles.yml  | 23 +++++-
 .../data/mysql/fr-CA/facultatif/csv_profiles.sql   | 12 ++-
 .../data/mysql/it-IT/necessari/csv_profiles.sql    | 12 ++-
 installer/data/mysql/updatedatabase.pl             | 19 +++++
 .../prog/en/modules/acqui/lateorders.tt            | 27 +++++--
 .../prog/en/modules/tools/csv-profiles.tt          |  8 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     | 27 +++++++
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    | 28 ++++++-
 13 files changed, 216 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list