[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.03-36-g4a88b9a

Git repo owner gitmaster at git.koha-community.org
Mon Feb 25 19:27:09 CET 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  4a88b9aa339b1e188166dc838c48f266308521c6 (commit)
       via  0ad76960cd24b3f12eb5c0e7058f02cd13ba1ac0 (commit)
       via  220d6e95956b9efb9daee135fb2a66d273032785 (commit)
       via  57bfc4a8ea96ceb2da5ce6e51aa32a689a686555 (commit)
       via  343fc9267819a271fc6532fcb63ca8d6120599f1 (commit)
       via  409dde014048794ce23a63cae13e01d7251bac1a (commit)
       via  87ee1cac40f061f5f365fda54c3f0bb76071cd65 (commit)
       via  c6f2d8b7b168bc81e51211476f0374729611f9dc (commit)
       via  dc2bca10630211abe4118917a4c7d185a9b6b2cf (commit)
      from  523d1a67e07560b00b2274e1dffa6293cfe32b35 (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 4a88b9aa339b1e188166dc838c48f266308521c6
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Feb 25 18:09:33 2019 +0000

    Bug 21798: (RMaint follow-up) Fix for circular dependancy breakage
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0ad76960cd24b3f12eb5c0e7058f02cd13ba1ac0
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Feb 13 13:25:20 2019 +0100

    Bug 22323: cronjob runreport.pl CSV add encoding
    
    Cronjob runreport.pl runs SQL reports and can export as CSV.
    This export needs to be UTF-8 encoded.
    
    This pathes replaces use of Text::CSV_XS by Text::CSV::Encoded like in other places like tools/viewlog.pl.
    It adds a decode of headers bcause they will be encoded lika other lines.
    
    Test plan:
    1) Create a new item with itemnotes 'accentué'
    2) Create a SQL report with :
    SELECT barcode,itemnotes AS itè FROM items WHERE itemnotes LIKE 'accenté'
    3) Run this report
    4) You see well encoded header and content
    5) Run from command line (replace X by report number) :
    misc/cronjobs/runreport.pl X --format=csv --csv-header --store-results
    6) You well encoded header and content
    7) Go to saved reports table
    8) Look at saved results of report
    9) You well encoded header and content
    
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois 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 83fe95d0c5d404a2ffc6ed35e822ff0f5ee8b6e6)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 220d6e95956b9efb9daee135fb2a66d273032785
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Feb 17 10:54:24 2019 -0300

    Bug 21904: Add missing PROCESS stt
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit fcc17549bee1d1f9d85815a5bab24ba4ffaac7b3)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 57bfc4a8ea96ceb2da5ce6e51aa32a689a686555
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 6 13:58:44 2018 -0300

    Bug 21904: Hide libraries outside of the group in the header
    
    Fix typo
    
    To test:
    1 - Create a library group with two libraries
    2 - Enable hiding patron info for that group
    3 - Find or create a patron at one of those libraries without
    view_borrower_infos_from_any_libraries permission (but with staff side
    permission)
    4 - Sign in as that staff person
    5 - Click 'Patrons'
    6 - Click the [+] to expand search options
    7 - Set the 'Library' dropdown to a library outside of the group
    8 - Search
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b225ffc559d22e7a373b92bf25a3a4162dc21be2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 343fc9267819a271fc6532fcb63ca8d6120599f1
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Feb 5 21:29:13 2019 +0000

    Bug 22171: Fix shipping cost display on invoice
    
    When not 0 the shipping cost on the invoice would display with
    a lot of numbers after the comma. This fixed it to display with
    only 2.
    
    To test:
    - Make sure you have an invoice with shipping cost set (example: 5.00)
    - Open the invoice for editing (invoice.pl)
    - Verify the shipping cost displays with too many decimals (5.000000)
    - Apply patch
    - Verify now the shipping cost displays correctly (5.00)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ae85590a323c468e1ffbe566fe1f916a2901b56b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 409dde014048794ce23a63cae13e01d7251bac1a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Feb 5 22:10:01 2019 +0000

    Bug 21710: Fix typo in atributes in installer
    
    Adds the missing t to some atributes in the web installer
    files.
    
    To test:
    Easiest to verify by looking at the patches, changes
    appear in comments and the text shown by the nb-NO and
    English web installer.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a5ceb74102ef664dfa5cde20b049c924b1600c0b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 87ee1cac40f061f5f365fda54c3f0bb76071cd65
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 10 01:36:20 2019 +0100

    Bug 20544: Wrong comment database documentation on itemnotes
    
    Fixes the comments in kohastructure.sql to state the right
    MARC21 fields for itemnotes (public and internal).
    
    To test:
    - Create a new Koha database and make sure it still installs
    - Read the patch and check comments are correct
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 60347dcc0724ad354cfabb89ca024dfa269e62e5)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c6f2d8b7b168bc81e51211476f0374729611f9dc
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 10 01:48:46 2019 +0100

    Bug 20174: Remove xml_sax.pl target from Makefile.pl
    
    There appears to be no xml_sax.pl in Koha, so the
    reference should be removed.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit daf47da8cd9c94829ff49ec2041d39b1510ae6da)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dc2bca10630211abe4118917a4c7d185a9b6b2cf
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Feb 4 06:30:51 2019 +0000

    Bug 8387: Hide headings in tools when user has no permissions for any listed below
    
    The headings for each column on the tools page will show, even if the
    user has no permission for any tool below it. This patch tries to
    correct this.
    
    To test:
    - Try various combinations of tool permissions
    - On the tools module start page and for the tools sidebar
      visible on the left on a tool's page:
      - Make sure headings don't show when you have no permissions
        for any of the tools listed below
      - Make sure headings show correctly if you have one or
        many of the tools permissions needed
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    The qa tool gives some warnings but I think they can be considered false
    positives.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 1fe43199b642fa575fd93131e1390c55d4631e52)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Reserves.pm                                     |    2 +-
 Makefile.PL                                        |    1 -
 .../data/mysql/en/optional/patron_atributes.txt    |    2 +-
 installer/data/mysql/kohastructure.sql             |    8 +++---
 .../mysql/nb-NO/2-Valgfritt/patron_attributes.txt  |    2 +-
 .../data/mysql/uk-UA/optional/patron_atributes.sql |    2 +-
 .../prog/en/includes/patron-search.inc             |   11 ++------
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |   18 +++++++++++-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |    2 +-
 .../prog/en/modules/tools/tools-home.tt            |   29 +++++++++++++++-----
 misc/cronjobs/runreport.pl                         |   11 ++++----
 11 files changed, 57 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list