[koha-commits] main Koha release repository branch master updated. v3.22.00-1515-g49acdc7

Git repo owner gitmaster at git.koha-community.org
Wed May 4 15:35:29 CEST 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  49acdc73d3efcc3477bfa70bb003d4249e69acfd (commit)
       via  a484334fed34eafadc14ab3b497a31784ca73265 (commit)
       via  4141d9524c1c9c7ab6a8852e975f0c076b280dc2 (commit)
       via  cb36f36382d0c471e5d16be17a6f813d81c5ebc9 (commit)
       via  dd73cb4ce956cec068d819269f0c038427a9d55a (commit)
      from  4e7734ce330ce73eaa5cfbd7525ea073bb2a1acb (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 49acdc73d3efcc3477bfa70bb003d4249e69acfd
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Apr 20 14:44:27 2016 -0300

    Bug 15263: (QA followup) Use the new XSLTParse4Display everywhere
    
    Edit: fixed catalogue/detail.pl and opac/opac-detail.pl so they use the right
    XSLT syspref.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a484334fed34eafadc14ab3b497a31784ca73265
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Mar 24 00:33:32 2016 -0300

    Bug 15263: (QA followup) Make *shelves.pl use the new API
    
    This patch makes the lists work as the search results for rendering on
    XSLT-driven context. No behaviour change is expected.
    
    To test:
    - Apply the patch
    - Navigate lists (OPAC and intranet)
    => SUCCESS: the only difference is speed (faster)
    - Sign off :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4141d9524c1c9c7ab6a8852e975f0c076b280dc2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 15 09:08:39 2016 +0000

    Bug 15263: Bug 15263: (follow-up 2) XSLT display fetches sysprefs for every result processed
    
    Don't retrieve prefs if we won't need them
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit cb36f36382d0c471e5d16be17a6f813d81c5ebc9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 10 14:47:36 2016 +0000

    Bug 15263: (follow-up) XSLT display fetches sysprefs for every result processed
    
    Set variables ($sysxml, $xslfilename, $lang) if they are not passed to
    the subroutine. This happens from catalogue/detail.pl,
    opac/opac-shelves.pl, opac/opac-tags.pl and virtualshelves/shelves.pl.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit dd73cb4ce956cec068d819269f0c038427a9d55a
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Sun Nov 29 20:35:19 2015 +0100

    Bug 15263: XSLT display fetches sysprefs for every result processed
    
    On search, every single result goes through some XSLT processing.
    This includes fetching the relevant sysprefs every single time.
    We should do it only once per search.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Search.pm              |   13 ++++++++---
 C4/XSLT.pm                |   57 +++++++++++++++++++++++++--------------------
 catalogue/detail.pl       |   18 ++++++++++----
 opac/opac-detail.pl       |   16 +++++++++----
 opac/opac-shelves.pl      |    9 +++++--
 opac/opac-tags.pl         |   17 ++++++++++----
 virtualshelves/shelves.pl |    9 +++++--
 7 files changed, 94 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list