[koha-commits] main Koha release repository branch master updated. v19.11.00-704-gc0808108b4

Git repo owner gitmaster at git.koha-community.org
Thu Feb 13 17:27:27 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  c0808108b42127a5c84026ea51f945ec9de81f22 (commit)
       via  f9abd7d2ef583ee6658c55aa1e342816ce303ce9 (commit)
       via  b9ecf361a82511a09b5487af0efd7f0d50a2b43e (commit)
       via  a5a75ddd0419fabc1108b5334210692b99c49934 (commit)
       via  913871e9b15a3aa6ef00b7a7da085f8b74b160c5 (commit)
       via  8aafd70ecab475f4f5d1f61a78b74221b8d7796c (commit)
       via  a8a9512ff671488c703be45fc3d9e92bbdc88b5c (commit)
       via  ac8d6074111103dec0028f68f2da4e8adbe7c663 (commit)
       via  0433960ed8cb72be475f979cdd1f4401c70f2b20 (commit)
      from  f2b108638732f9ff42456a461af0e9f30ed2b679 (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 c0808108b42127a5c84026ea51f945ec9de81f22
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Feb 13 00:37:43 2020 +0000

    Bug 15352: Use URLLinkText instead of URL for item links
    
    Use the value in URLLinkText in 952$u, or if not set, use 'Link to
    resource'.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f9abd7d2ef583ee6658c55aa1e342816ce303ce9
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Feb 13 16:00:35 2020 +0000

    Bug 24592: DBRev 19.12.00.021
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b9ecf361a82511a09b5487af0efd7f0d50a2b43e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 5 11:54:20 2020 +0000

    Bug 24592: Reword LOST_RETURN to LOST_FOUND
    
    This patch updates the wording in the 'lost and found' process to more
    closely reflect what the process is achieving by replacing 'RETURNED'
    with 'FOUND'
    
    Test plan:
    1) Grep codebase for _FixAccountForLostAndReturned and note there are no
       longer any instanced of it.
    2) Run t/db_dependent/Circulation.t and note it passes
    3) Test returning/renewing an item that has been marked as lost and note
       the updated values in the accountlines now use LOST_FOUND as
       credit_type_code and 'FOUND' as the status for the 'LOST' fee
       (debit_type_code 'LOST')
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a5a75ddd0419fabc1108b5334210692b99c49934
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 5 12:19:34 2020 +0000

    Bug 24592: Database Update
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 913871e9b15a3aa6ef00b7a7da085f8b74b160c5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 13 14:24:52 2020 +0100

    Bug 24643: Add test to cover the timezone
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8aafd70ecab475f4f5d1f61a78b74221b8d7796c
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Wed Feb 12 16:28:58 2020 +0000

    Bug 24643: Add unit tests
    
    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 a8a9512ff671488c703be45fc3d9e92bbdc88b5c
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Wed Feb 12 16:04:07 2020 +0000

    Bug 24643: Support fractional seconds
    
    This patch allows dt_from_string to handle RFC3339 strings containing
    fractional seconds up to one thousandth of a second.
    
    Test plan:
    
    - Apply patch
    - prove t/DateUtils.t
    
    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 ac8d6074111103dec0028f68f2da4e8adbe7c663
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Feb 7 09:51:10 2020 -0300

    Bug 24611: Fix wrong budget_id query param in /acquisitions/orders
    
    This patch fixes the wrong query parameter that slipped on rewriting the
    patches for the voted RFC.
    
    To test:
    1. Apply the tests patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/api/v1/acquisitions_orders.t
    => FAIL: Tests fail because fund_id is not a valid query parameter
    3. Apply this patch
    4. Repeat (2)
    => SUCCESS: Tests pass!
    5. 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 0433960ed8cb72be475f979cdd1f4401c70f2b20
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Feb 7 09:53:32 2020 -0300

    Bug 24611: Regression test
    
    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>

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

Summary of changes:
 C4/Circulation.pm                                  | 24 ++++++-----
 Koha.pm                                            |  2 +-
 Koha/Account.pm                                    |  4 +-
 Koha/DateUtils.pm                                  |  2 +-
 .../swagger/definitions/patron_account_credit.json |  2 +-
 api/v1/swagger/paths/acquisitions_orders.json      |  4 +-
 installer/data/mysql/account_credit_types.sql      |  2 +-
 installer/data/mysql/account_offset_types.sql      |  1 +
 installer/data/mysql/updatedatabase.pl             | 50 ++++++++++++++++++++++
 .../intranet-tmpl/prog/en/includes/accounts.inc    |  2 +-
 .../prog/en/modules/catalogue/detail.tt            |  6 ++-
 .../bootstrap/en/includes/account-table.inc        |  2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  | 31 ++++++++++----
 t/DateUtils.t                                      | 14 +++++-
 t/db_dependent/Circulation.t                       | 50 +++++++++++-----------
 t/db_dependent/api/v1/acquisitions_orders.t        |  4 +-
 16 files changed, 142 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list