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

Git repo owner gitmaster at git.koha-community.org
Tue Dec 18 15:13:55 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  fe280815aa9027f582c05e275cc23b352a23ee5c (commit)
       via  b94f4083eb18a99060c2b974b0196c561e103d7d (commit)
       via  66ba933858e15a68f020c5325bff5222fd4b9a97 (commit)
       via  b8ad62a8857f12d9bb2f48df6e5162dfbe31e930 (commit)
       via  4e949243ad7df62756e5f96b7d94c796a73a03e1 (commit)
       via  248f0afa3763f8f0fb0a19649b685d425251e6d9 (commit)
       via  c4224112970a6edae3a7a52fbef826933601c430 (commit)
      from  ad759687347874ce4f17ad1704a2bbc60cc4dfc5 (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 fe280815aa9027f582c05e275cc23b352a23ee5c
Merge: b94f408 ad75968
Author: Jesse Maseto <jesse at bywatersolution.com>
Date:   Tue Dec 18 13:48:19 2018 +0000

    Merge branch '18.05.x' of git://git.koha-community.org/koha into rmain1805

commit b94f4083eb18a99060c2b974b0196c561e103d7d
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 66ba933858e15a68f020c5325bff5222fd4b9a97
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 b8ad62a8857f12d9bb2f48df6e5162dfbe31e930
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 4e949243ad7df62756e5f96b7d94c796a73a03e1
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 248f0afa3763f8f0fb0a19649b685d425251e6d9
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 c4224112970a6edae3a7a52fbef826933601c430
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:


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list