[koha-commits] main Koha release repository branch master updated. v19.05.00-1249-g6268118

Git repo owner gitmaster at git.koha-community.org
Wed Nov 6 18:40:00 CET 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  626811814c3ab8b363d2c181e148910205e560f9 (commit)
       via  5e3ed8d52d3b81e725f54b43da28e60a3dc116b9 (commit)
       via  6d3ff3c5c032cf7435e2509db12384f2e048bb34 (commit)
       via  4b97ca915e2054b549e4234533894beb040b2ed6 (commit)
       via  032343b98dfb84e9e8dfbf5d5ecf4fec3bcf8754 (commit)
       via  89cd2c440083e7aa87af2fdeb06f88eb9cfafe0e (commit)
       via  ff7c422af09ee6b70cd6e28c21f1644ff360cd7c (commit)
       via  ba184df84a9a56373677c56a1aa64cdd48bd8a3c (commit)
      from  89931b4bb02d6ca1796ece2647fc6104382c0b7d (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 626811814c3ab8b363d2c181e148910205e560f9
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Oct 14 22:28:45 2019 +0200

    Bug 22677: Include hint to OAI page path on OAI-PMH preference
    
    This copies the way we are doing it for othe rprefs (ILSDI and similar)
    and adds a hint to the description to make it easier to find the
    right path for the OAI server.
    
    To test:
    - Apply patch
    - Verify that the system preference for OAI-PMH includes
      now a hint to: /cgi-bin/koha/oai.pl?verb=Identify
    - Verify the hint is correct (add OPAC base URL)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5e3ed8d52d3b81e725f54b43da28e60a3dc116b9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 6 10:10:00 2019 +0100

    Bug 23414: Replace delimiter of regexs to ease readability
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6d3ff3c5c032cf7435e2509db12384f2e048bb34
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 6 10:06:46 2019 +0100

    Bug 23414: Add tests for previous effective_itemtype change
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4b97ca915e2054b549e4234533894beb040b2ed6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 4 14:22:44 2019 +0000

    Bug 23414: Unit tests
    
    To test:
    1 - Apply this patch alone
    2 - prove -v t/db_dependent/XSLT.t
    3 - All pass
    4 - Apply other patches
    5 - prove -v t/db_dependent/XSLT.t
    6 - All pass
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 032343b98dfb84e9e8dfbf5d5ecf4fec3bcf8754
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 4 16:34:35 2019 +0100

    Bug 23414: Use effective_itemtype
    
    We should use effective_itemtype instead of itype to take
    the item-level_itypes pref into account.
    Note that we should not need to test for the existence of the key as we
    now assume that item types are correctly set to a valid item type.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 89cd2c440083e7aa87af2fdeb06f88eb9cfafe0e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 4 16:29:23 2019 +0100

    Bug 23414: Easy readability and simplify logic in buildKohaItemsNamespace
    
    This patch improves true/false logic and avoid autovivication.
    Also note that xml_escape already deals with empty string.
    
    An unecessary call to GetReserveStatus is removed.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ff7c422af09ee6b70cd6e28c21f1644ff360cd7c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 1 17:01:28 2019 +0000

    Bug 23414: Prefetch transfers, use only default framework, use elsif
    
    This further cleans up the code, before we tested each condition though we return only one status line.
    
    Koha mappings can no longer differ by framework so we don't need to fetch the biblio framework
    
    Prefetching should offer a boost
    
    To test:
    Same as before - there is not as big a boost form this, but there shouldn't be a hit
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ba184df84a9a56373677c56a1aa64cdd48bd8a3c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 1 15:42:16 2019 +0000

    Bug 23414: Use Koha Item objects in buildKohaItemsNamespace
    
    Removing the use of C4::GetItemsInfo cuts down on the number of DB requests and speeds things up
    
    To test I added 100 items to each of the first 20 records returned by a search for 'a'
    I saw a reduction from ~30 seconds to ~26 seconds
    
    This also makes the code a little cleaner and moves us toward the Koha namespace
    
    To test:
    1 - Perform a search in the OPAC and STaff Client with the Browser Console opened (F12)
    2 - View the netwrok tab and see how long the pages take to load
    3 - Apply the patches, restart all the things
    4 - Repeat and note if the results are returned faster
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/XSLT.pm                                         |   96 ++++++++---------
 .../en/modules/admin/preferences/web_services.pref |    2 +-
 t/db_dependent/XSLT.t                              |  113 ++++++++++++++++++++
 3 files changed, 161 insertions(+), 50 deletions(-)
 create mode 100644 t/db_dependent/XSLT.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list