[koha-commits] main Koha release repository branch master updated. v3.16.00-188-g6e57e68

Git repo owner gitmaster at git.koha-community.org
Thu Jul 3 15:12:12 CEST 2014


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  6e57e68820876c39053729159fdb6dc3e108a143 (commit)
       via  a0c17a8c3aa7701cad41aeefe2347671e2a12ebf (commit)
      from  fb772f1a90624918027087b1af496377c5de7748 (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 6e57e68820876c39053729159fdb6dc3e108a143
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 25 13:07:52 2014 -0400

    Bug 12220 - bootstrap not responsive on all devices
    
    The bootstrap theme includes a meta tag attribute which disables zooming
    on some devices. This was unintentional and not desirable. This patch
    removes the problematic attribute.
    
    See:
    http://blog.javierusobiaga.com/stop-using-the-viewport-tag-until-you-know-ho
    
    To test: Apply the patch and view the OPAC on a device with a touch
    interface. Attempt to zoom in on any OPAC page. Zooming should work.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Reproduced using a smartphone.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a0c17a8c3aa7701cad41aeefe2347671e2a12ebf
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue May 13 10:21:43 2014 +0200

    Bug 12237: Remove the "horrible hack" in C4::Templates
    
    Use C4::Languages::getlanguage() instead of
    C4::Templates::_current_language()
    
    Test plan:
    1/ Set one of the 4 XSLT sysprefs to 'default'
    2/ Go to the corresponding page
    3/ Switch language and check that the right XSLT is used
    4/ Set the same syspref to something with '{langcode}' in it. For
    example:
    "../koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/UNIMARCslim2OPACDetail.xsl"
    5/ Go back to the corresponding page
    6/ Switch language and check that the right XSLT is used
    7/ Change a compact.xsl for a language (for example
    koha-tmpl/intranet-tmpl/prog/fr-FR/xslt/compact.xsl) to be able to see
    differences
    8/ Go to a biblio detail page in staff interface and click on "MARC
    Preview: Show"
    9/ Close the popup, switch language and click again on the same link
    10/ Check that the correct XSLT is used.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as described following test plan.
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    No problems found, passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Templates.pm                                         |   15 ---------------
 C4/XSLT.pm                                              |    4 ++--
 catalogue/showmarc.pl                                   |    2 +-
 .../opac-tmpl/bootstrap/en/includes/doc-head-close.inc  |    2 +-
 opac/opac-showmarc.pl                                   |    2 +-
 5 files changed, 5 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list