[koha-commits] main Koha release repository branch master updated. v19.05.00-448-g107804f

Git repo owner gitmaster at git.koha-community.org
Mon Aug 5 20:04:17 CEST 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, master has been updated
       via  107804fb872eea2cb9e21d6f54e747ba047c9c9e (commit)
       via  cce433ba4c796c96bbd7f68bf7c0546ca8fed695 (commit)
      from  762a03fca1e7b5b0c37a4a0715a1dc2d84b9200a (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 107804fb872eea2cb9e21d6f54e747ba047c9c9e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Aug 5 18:34:55 2019 +0100

    Bug 11529: (RM follow-up) Add WHILE to directive list
    
    The QA tools don't current recognise the WHILE directive used in this
    template update. This patch adds the keyword to the list of recognised
    directives and thus allows through unfiltered variables during QA runs.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cce433ba4c796c96bbd7f68bf7c0546ca8fed695
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 5 12:12:02 2019 -0500

    Bug 11529: Prevent too many spaces/break lines in the title tag
    
    Caught by t/db_dependent/www/batch.t
    
    Before this patch:
    """
    <title>Koha › Catalog ›
    
        Details for
        Bleak House /
    
    </title>
    """
    
    After this patch:
    """
    <title>Koha › Catalog ›
    
        Details for Bleak House /
    
    </title>
    """
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../prog/en/includes/biblio-title-head.inc         |   40 ++++++++++----------
 t/lib/QA/TemplateFilters.pm                        |    1 +
 2 files changed, 21 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list