[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-33-g653dc4f

Git repo owner gitmaster at git.koha-community.org
Thu Dec 13 22:04:37 CET 2018


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.05.x has been updated
       via  653dc4f67581ee8f0080ebe517c78684b672bfa7 (commit)
       via  bdbb3103f13561efaf6d6d11db1dbd41221e6810 (commit)
       via  6ed6c341a72a9852e146ea4fda680319e64b57e2 (commit)
       via  d6838df1cdc4027a860098f74e616add8377117a (commit)
       via  22b472918026bb0ad8d7fcf693e290f07e85b62c (commit)
       via  c58f6e5a12a711fe81e7c4f393f1c04db2eae5bb (commit)
      from  82a55e971c74bd3c7e16a2e372fcfcdecdb62489 (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 653dc4f67581ee8f0080ebe517c78684b672bfa7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 26 13:08:05 2018 +0000

    Bug 21869: Fix incorrect value setting in DB update
    
    To test:
    1 - Set some value for MarkLostAsReturned syspref
    2 - Set your db version to 17.12.00.035 (or load an older db)
    3 - updatedatabase
    4 - Note your values are lost and db is incorrectly set
    5 - Apply patch
    6 - Reset values
    7 - Reset DB version
    8 - Run updatedatabase
    9 - Original values are retained
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>

commit bdbb3103f13561efaf6d6d11db1dbd41221e6810
Author: Jesse Maseto <jesse at bywatersolution.com>
Date:   Thu Dec 13 20:13:13 2018 +0000

    Bug 21730: DBRev 18.05.06.001
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>

commit 6ed6c341a72a9852e146ea4fda680319e64b57e2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 31 17:42:43 2018 -0300

    Bug 21730: Add missing PA_CLASS authorized values categories
    
    PA_CLASS is missing from the list of AV category
    
    Test plan:
    Execute the update DB entry
    Confirm that you now have PA_CLASS in the AV category list
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>

commit d6838df1cdc4027a860098f74e616add8377117a
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Oct 24 14:23:02 2018 +0200

    Bug 21644: better UNIMARC XSLT display of 210 in intranet
    
    In intranet default UNIMARC XSLT display of 210 is tricky.
    It tests each subfield with a complex conditional prefix.
    In OPAC default UNIMARC XSLT display 210 is simply displayed with a loop on all subfields.
    
    I propose to use the same code as OPAC in intranet.
    It allows to display $f and removes strange middle-score character.
    
    Test plan:
    1) Doni't apply patch
    2) Use an UNIMARC database
    3) Use default XSLT in all displays
    4) Configure a framework to allow 210 subfields from 'a' to 'h'
    5) Edit a record with this framework
    6) In each 210 subfield enter its letter : $a a, $b b ...
    7) Save record
    8) Look at record in OPAC, you see : "Publication: a, b : c, d, e, f : g, h"
    9) Look at record in intranet
    10) You see : ""Publication: a, b : c, d - e : g, h
    11) Apply patch
    12) Look at record in intranet
    13) You see : "Publication: a, b : c, d, e, f : g, h"
    
    Signed-off-by: Andreas Roussos <arouss1980 at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    This patch makes intranet consistent with staff again on this area.
    Note that we loose some punctuation like "- e".
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7b16603b310212cc42d2e06e4b9bcaefa4b066ea)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>

commit 22b472918026bb0ad8d7fcf693e290f07e85b62c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Nov 23 12:02:51 2018 +0100

    Bug 21874: (QA follow-up) Fix intranet sendshelf
    
    Move encode line below regex line.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c1ec452e5ce454b99433972a34ec1154e81a19a3)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>

commit c58f6e5a12a711fe81e7c4f393f1c04db2eae5bb
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Fri Nov 23 11:30:49 2018 +0100

    Bug 21874: Fix encoding of cart and list email subjects
    
    The subject of the cart and list emails is not correctly
    encoded and displays incorrectly in some email clients.
    
    To test:
    
    Lists:
    - Create a list, name it using umlauts or other diacritics
      Example:  Jugendbücher (books for youths in German)
    - Add some items to your list
    - Email yourself the list
    - Verify that the email subject is broken
    
    Cart:
    - Install another language with non-latin characters like Greek
    - Fill the cart with some titles
    - Send yourself the cart
    - Verify that the email subject is broken
    
    Note: Some email clients display correctly, others not.
          It's known to be incorrect in Outlook and web.de,
          displaying nicely in Thunderbird.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested all four scripts by manipulating the cart text too in templates.
    Follow-up handles intranet sendshelf.
    
    Note: I asked Katrin to remove the encode UTF-8 statements, since we
    convert to MIME and the subject line should never be UTF-8.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit e40bb00ab8da87c8c5d6e660de928d24b887df17)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 basket/sendbasket.pl                               |    2 +-
 installer/data/mysql/mandatory/auth_val_cat.sql    |    1 +
 installer/data/mysql/updatedatabase.pl             |   12 +++++-
 .../prog/en/xslt/UNIMARCslimUtils.xsl              |   41 ++++++++------------
 opac/opac-sendbasket.pl                            |    2 +-
 opac/opac-sendshelf.pl                             |    2 +-
 virtualshelves/sendshelf.pl                        |    3 +-
 8 files changed, 34 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list