[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.01-104-ge1442a5

Git repo owner gitmaster at git.koha-community.org
Wed Jul 18 14:48:38 CEST 2018


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, 18.05.x has been updated
       via  e1442a52b329d84a5ae26653b80730661f88b3b2 (commit)
       via  fc3d81f8103da62ea24ec1074405064124c163b6 (commit)
       via  517494e0e51281607e101f63f02a3972179d7896 (commit)
      from  ca4a096e03179d8ececd19e6bc6bd75d0eaf6631 (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 e1442a52b329d84a5ae26653b80730661f88b3b2
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Jun 18 15:48:12 2018 +0000

    Bug 20934: (QA follow-up) Fix showing number of records in checkout history
    
    Test plan:
    0) Do not apply this patch
    1) Go to biblio checkout history page (issuehistory.pl)
    2) You'll see something like "Checked out ARRAY(0xf830378) times"
    3) Apply this patch
    4) Now you should see number of checkout history records
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 64c596b13c82a2942792d975363a0d689182d627)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fc3d81f8103da62ea24ec1074405064124c163b6
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Jun 18 15:15:31 2018 +0000

    Bug 20934: (QA follow-up) Fix pod in Koha::Old::Checkout
    
    Test plan:
    Run qa tools - it shouldn't complain about pod levels
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 97b2bb8e7385c6af4d07666ce51df68b3bda8875)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 517494e0e51281607e101f63f02a3972179d7896
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 13 13:26:43 2018 -0300

    Bug 20934: Fix display of old checkouts in the checkout history page
    
    Again a regression caused by
      commit fa54100dffe092e606f79b15692eedaf78f42e45
      Bug 18403: Use patron-title.inc when hidepatronname is used [SPECIFIC for issuehistory]
    
    GetBiblioIssues does a union all with issues and old_issues, so we
    should old_issues as well.
    To make the join on the items table we need to define the item and
    patron methods. For consistency the relationships have been redefined
    (item instead of itemnumber, borrower instead of borrowernumber) in the
    DBIx::Class definition.
    
    This is not perfect but I think the best way to provide an easy to
    backport patch.
    
    It highlights that we need improvements in this area.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    The patch works as expected.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 117e3a18f5b7c24e6c9fb7eabb78ab1b5320cd14)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Old/Checkout.pm                               |   36 ++++++++++++++++++++
 Koha/Schema/Result/OldIssue.pm                     |   19 +++++++++++
 catalogue/issuehistory.pl                          |   13 +++++--
 .../prog/en/modules/catalogue/issuehistory.tt      |    4 +--
 4 files changed, 68 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list