[koha-commits] main Koha release repository branch master updated. v16.05.00-1311-gb286868

Git repo owner gitmaster at git.koha-community.org
Fri Nov 4 12:04:54 CET 2016


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  b286868ec99341102dd78eaffea832a8d6b635ab (commit)
      from  674d3875c81af122eb7f925845fe73cc4d817db4 (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 b286868ec99341102dd78eaffea832a8d6b635ab
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 2 10:50:54 2016 +0000

    Bug 17537: Fix valid-templates.t for some include files
    
    3 include files do not pass the template validation tests:
     - koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc
     - koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc
     - koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc
    
    This is because they process a block which has not been declared before.
    As they are include files, they cannot stand on their own.
    We could have added them to the exclude file list of xt/author/valid-templates.t
    but I think it's better to keep them into the validation loop.
    
    Test plan:
      prove xt/author/valid-templates.t
    should return green
    And the library dropdown list should be correctly populated on the pages these files are included
    (opac-topissues for instance)
    
    Signed-off-by: Claire Gravely <claire_gravely at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc  |    1 +
 koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc     |    1 +
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc          |    1 +
 3 files changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list