[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-75-g061ce3b

Git repo owner gitmaster at git.koha-community.org
Wed Dec 19 15:09:12 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, 17.11.x has been updated
       via  061ce3bf0dfba9ee8771383876bb59f65a9b50d5 (commit)
       via  7cb565d3604fc12af6f169ba3687a9792d5c41c9 (commit)
       via  04187ee90957a8723163e0dc988cca2f307e00a7 (commit)
       via  bd07cbd7dd367aae5c817ecbd0ba0be99a1f3352 (commit)
       via  7b67ac6ce5fd59a7ae13a5cba4595d3b536b71ad (commit)
       via  ed654e9a89a59488049728b34eee1cc7a2c3c31c (commit)
      from  aaa26d83a91fb4a77fbf8f6bc04c02509252ab0e (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 061ce3bf0dfba9ee8771383876bb59f65a9b50d5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 5 16:39:02 2018 -0300

    Bug 21955: Remove Cache::Memory as fallback for L2 cache
    
    If Plack is running with several workers we must not use Cache::Memory
    as L2 cache.
    
    If a value is set from a worker, it will not be available from other
    workers as the Cache::Memory instance is not shared (of course!)
    
    Moreover we now have Koha::Cache::Memory::Lite that does the same job,
    so we should not expect performance regressions by removing it.
    
    See also the email sent to koha-devel for more info
    http://lists.koha-community.org/pipermail/koha-devel/2018-December/045004.html
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 4bf033c6d6b2a8bf4d5597b3fdf6355fb7060b60)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 6039f64e53172a046c5b579271df7cf434b20e81)
    (cherry picked from commit 7ffd1602a005310978a8b1e08efc7397826b4668)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7cb565d3604fc12af6f169ba3687a9792d5c41c9
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>
    (cherry picked from commit bdbb3103f13561efaf6d6d11db1dbd41221e6810)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 04187ee90957a8723163e0dc988cca2f307e00a7
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>
    (cherry picked from commit 6ed6c341a72a9852e146ea4fda680319e64b57e2)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit bd07cbd7dd367aae5c817ecbd0ba0be99a1f3352
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>
    (cherry picked from commit d6838df1cdc4027a860098f74e616add8377117a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7b67ac6ce5fd59a7ae13a5cba4595d3b536b71ad
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>
    (cherry picked from commit 22b472918026bb0ad8d7fcf693e290f07e85b62c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ed654e9a89a59488049728b34eee1cc7a2c3c31c
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>
    (cherry picked from commit c58f6e5a12a711fe81e7c4f393f1c04db2eae5bb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    5 ---
 Koha.pm                                            |    2 +-
 Koha/Cache.pm                                      |   36 -----------------
 basket/sendbasket.pl                               |    2 +-
 installer/data/mysql/mandatory/auth_val_cat.sql    |    1 +
 installer/data/mysql/updatedatabase.pl             |    9 +++++
 .../prog/en/xslt/UNIMARCslimUtils.xsl              |   41 ++++++++------------
 opac/opac-sendbasket.pl                            |    2 +-
 opac/opac-sendshelf.pl                             |    2 +-
 virtualshelves/sendshelf.pl                        |    3 +-
 10 files changed, 32 insertions(+), 71 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list