[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.04-78-gf732498

Git repo owner gitmaster at git.koha-community.org
Fri Nov 15 11:24:48 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, 19.05.x has been updated
       via  f732498cb7c689ac8974153afb6307c598658f20 (commit)
       via  647a986b617124377dfab0a761a134300c75c7f8 (commit)
       via  f85478c8ac490de3318e9a7715969bdaf59abe88 (commit)
       via  33ea628801f5d82029e38c8a7a4e415fd8a5f7d1 (commit)
       via  73cf79940707ac9fcf74f5ea43e7711f058305f5 (commit)
       via  3facb8c19ed4c7fda9b8ccf66d0b550a5318ccc2 (commit)
      from  9ce2aa48d869303236ca3a4b9922a9f9d428c483 (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 f732498cb7c689ac8974153afb6307c598658f20
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 5 10:25:50 2019 +0100

    Bug 17359: Use a unicode character in tests
    
    And remove an unused variable.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b920cb708b8acacbf2075b00c0c68e70b6d5a29b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 647a986b617124377dfab0a761a134300c75c7f8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 16 10:47:28 2019 +0200

    Bug 17359: Correct encoding when displaying patron import summary
    
    There is an encoding issue when the patron import summry, the string
    must be UTF8 decoded before being sent to the template.
    
    Test plan:
    - Create a patron import CSV file with import issues. Use UTF8 characters.
    See file attached to the bug report 'patron_import.csv'
    => The screen should display the line correctly
    - Correct the import issue (add a surname for Chloé)
    => The imported patrons should contain the correct values.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5b03d4be39497be0dbdce17ef26867ca80affec1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f85478c8ac490de3318e9a7715969bdaf59abe88
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 16 10:22:38 2019 +0200

    Bug 17359: Add tests
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c58fc50128eff5d23ac7e9c71b6f78da3bba3c71)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 33ea628801f5d82029e38c8a7a4e415fd8a5f7d1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 24 12:29:23 2019 +0200

    Bug 23234: Mock DateTime->now using the time zone
    
    The timezone of the two dt was different, one was UTC, the other one was
    my local one.
    When we mocked DateTime->now we did not use the time zone, we must use
    dt_from_string instead
    
    Test plan:
    Make sure your environment has a different time zone than UTC
    `prove t/db_dependent/Circulation.t` should fail without this patch
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 549a09c52178937af28cc11c5bfa7f00cbced1b5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 73cf79940707ac9fcf74f5ea43e7711f058305f5
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 21 08:51:15 2019 -0400

    Bug 23181: Unable to use payment library in ACCOUNT_PAYMENT or ACCOUNT_WRITEOFF notices
    
    Do to a simple semantic typo, the branches key will always be null for the tables key of the parameters for GetPreparedLetter.
    
    Test Plan:
    0) Activate UseEmailReceipts
    1) Attempt to use [% branch.branchname %] in the ACCOUNT_PAYMENT notice
    2) Note it produces no output
    3) Apply this patch
    4) Make another payment
    5) You should now see the branche's name!
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Also requires UseEmailReceipts to be activated.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c4466e7d714d32808ee2e553320431005ec7cc69)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 3facb8c19ed4c7fda9b8ccf66d0b550a5318ccc2
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Sat Nov 2 01:05:06 2019 +0000

    Bug 23181: Extend unit tests
    
    Run t/db_dependent/Accounts.t
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 88db3b587e319f97f47e6699c1af1ac2acd0ae6d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/Account.pm                      |    2 +-
 Koha/Patrons/Import.pm               |   15 ++++++++-------
 t/db_dependent/Accounts.t            |   12 ++++++------
 t/db_dependent/Circulation.t         |    2 +-
 t/db_dependent/Koha/Patrons/Import.t |   17 ++++++++++-------
 5 files changed, 26 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list