[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-24-g9bbc1fc

Git repo owner gitmaster at git.koha-community.org
Thu Aug 2 17:35:31 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  9bbc1fc7b10000e65ba68b51781b01c9bba4ec7d (commit)
       via  97825af008ba57f7d7229ddb6ce9318e67e22e18 (commit)
      from  881781240cf0c1a487da1d05732dab300d6e1be7 (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 9bbc1fc7b10000e65ba68b51781b01c9bba4ec7d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 2 16:20:51 2018 +0100

    Bug 20942: Revert - Too many missing dependancies
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 97825af008ba57f7d7229ddb6ce9318e67e22e18
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Wed Jul 4 11:23:11 2018 -0400

    Bug 8604: Patron cards made for patrons which don't have patron images use preceding card's image
    
    This patch corrects referential problems which caused the script to
    "re-use" images as well as other sorts of bad image behaviour.
    
    To test:
    
    1. Ensure that you can reproduce the original bug or some variation thereof
    using the steps described in either of these two comments:
    
        https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8604#c0
    
        https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8604#c6
    
        NOTE: This is not an easy bug to reproduce.
    
    2. Once you can reproduce the bug, apply this patch and follow the same steps
    used to reproduce the bug.
    
    3. Observe that the symptoms are corrected.
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller at bsz-bw.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Reproduced the bug and resolved it with this patch.
    Code is hard to read; exact cause of the problem was not fully uncovered.
    
    Fixed spelling 'Destory' => 'Destroy'
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b5e60f15478a998f945ebc59b2c13ce9d37b8818)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/REST/V1/Patrons/Account.pm                |  165 ----------------------
 api/v1/swagger/definitions.json                |    7 +-
 api/v1/swagger/definitions/account_line.json   |   81 -----------
 api/v1/swagger/definitions/patron_balance.json |   40 ------
 api/v1/swagger/paths.json                      |    3 -
 api/v1/swagger/paths/patrons_account.json      |   65 ---------
 patroncards/create-pdf.pl                      |   57 ++++----
 t/db_dependent/api/v1/patrons_accounts.t       |  178 ------------------------
 8 files changed, 34 insertions(+), 562 deletions(-)
 delete mode 100644 Koha/REST/V1/Patrons/Account.pm
 delete mode 100644 api/v1/swagger/definitions/account_line.json
 delete mode 100644 api/v1/swagger/definitions/patron_balance.json
 delete mode 100644 api/v1/swagger/paths/patrons_account.json
 delete mode 100644 t/db_dependent/api/v1/patrons_accounts.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list