[koha-commits] main Koha release repository branch master updated. v19.11.00-648-gd5e993ed47

Git repo owner gitmaster at git.koha-community.org
Thu Feb 6 14:03:24 CET 2020


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  d5e993ed47400206519bfe74df79e9254f1175fe (commit)
       via  bc94d7e659b1f2cba90633cdb9f725e02db049f3 (commit)
       via  cd99a034401ad2207569efbbeb77aadd635d6c7e (commit)
       via  0ecf7694eac802f29ea4786502b7bffaaad3a6bf (commit)
       via  82f7f7f7d3f7c46d9f0c2c703683f5fddd4672ca (commit)
      from  ea8363559b10def137f1f365888d99551d2605de (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 d5e993ed47400206519bfe74df79e9254f1175fe
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jan 31 09:06:51 2020 -0300

    Bug 24554: Only embed relations from Koha::Biblio in to_api
    
    This patch simplifies the behaviour of Koha::Biblio->to_api. It was
    designed with the idea of handling possible methods that would be added
    to Koha::Biblioitem. But it had a weird fallback behaviour was
    highlighted by using it with bug 24528.
    
    On fixing it it become obvious that it was unnessessarily complex and
    that it was not worth. That's the reason there wasn't any test for it,
    as Koha::Biblioitem doesn't implement any extra methods.
    
    To test:
    1. Run:
       $ kshell
      k$ prove t/db_dependent/Koha/Biblio.t
    => SUCCESS: Tests pass
    2. Apply this patch
    3. Repeat (1)
    => SUCCESS: Tests pass!
    4. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: David Nind <david at davidnind.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 bc94d7e659b1f2cba90633cdb9f725e02db049f3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 13 14:30:35 2020 +0100

    Bug 24410: Fix multi holds
    
    Bug 19618 replaces the call to placerequest.pl with a REST API /holds
    That is wrong as it does not support multi holds.
    
    Test plan:
    Confirm that prior to this patch you are not able to place a hold on
    several records at once, and that this patch fixes it
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Agustin Moyano <agustinmoyano at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cd99a034401ad2207569efbbeb77aadd635d6c7e
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Feb 5 21:13:22 2020 +0000

    Bug 13420: (QA follow-up): Fix typo itemdate -> itemdata
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0ecf7694eac802f29ea4786502b7bffaaad3a6bf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 6 08:56:44 2019 -0500

    Bug 13420: Fallback to the previous behavior if published date is not used
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 82f7f7f7d3f7c46d9f0c2c703683f5fddd4672ca
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 28 22:53:55 2019 -0400

    Bug 13420: Sort "Serial enumeration" by published date
    
    So far the sorting on volume information is incorrect. It sorts by the
    string displayed in the cell, which may not have any logics.
    
    A better solution would be to use Kyle's suggestion, see comments 7, 8,
    but it will need much more work.
    
    This patch suggests to use the publication date to sort this column.
    Note: In the code there is a switch depending on the existence of
    items.publisheddate, but I do not think it is valid, this valid should
    always exist if the item is received (did I miss something?)
    
    Test plan:
    You need to have different existing subscription, using different
    numbering.
    On the detail page of the bibliographic record you should be able to
    sort the serials (tab "Holdings") by "Serial enumeration".
    The sort will now use the publication dates.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Biblio.pm                                              | 10 +---------
 catalogue/detail.pl                                         |  3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 10 +++++++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt  |  4 ++--
 4 files changed, 14 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list