[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.05-1-28-gaabac08

Git repo owner gitmaster at git.koha-community.org
Mon Dec 16 23:31:47 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  aabac0804d9c2d96c82663c01f06b5dc9ffceaac (commit)
       via  811cc852ac10f2562da77139709f276e4dfbb70a (commit)
       via  b373be4ab31e701cdf4f699fa3898fa054098826 (commit)
      from  eb4af2c0cdcd4a800c5690820351a6b8696f28e4 (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 aabac0804d9c2d96c82663c01f06b5dc9ffceaac
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 7 13:34:31 2019 +0100

    Bug 23427: Simplify sort logic
    
    This is the usual syntax.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 119347c76e5acc262380cc22b13684cca5a19e8d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 811cc852ac10f2562da77139709f276e4dfbb70a
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Aug 5 15:25:02 2019 +0200

    Bug 23427: Better sorting of previous checkouts
    
    In patron circulation or details page, previous checkouts are displayed sorted by due date.
    Many checkouts may have same due date so it would be better to sort on timestamp as second sort criteria, like todays's checkouts.
    
    Test plan :
    1) Create for a patron two issues with same due date and a few seconds between them
    2) Create another issue with a different due date
    3) Come back a day later
    4) Set preference previousIssuesDefaultSortOrder = "latest to earliest"
    5) Go to patron circulation page and check sort order is OK : sorted by "Due date" then "Cheked out on"
    6) Go to patron details page and check sort order is OK : sorted by "Due date" then "Cheked out on"
    7) Set preference previousIssuesDefaultSortOrder = "earliest to latest"
    8) Go to patron circulation page and check sort order is OK : sorted by "Due date" then "Cheked out on"
    9) Go to patron details page and check sort order is OK : sorted by "Due date" then "Cheked out on"
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b4a6d79e4dbd6de90d453140f696cf8ba75a2159)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b373be4ab31e701cdf4f699fa3898fa054098826
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Aug 5 15:11:49 2019 +0200

    Bug 23427: Fix previous checkouts sort order
    
    In patron circulation or details page, previous checkouts are displayed sorted by due date.
    Actual sort order is not honoring system preference "previousIssuesDefaultSortOrder". Todays's checkouts is correct thanks to Bug 13908.
    
    Patch adds comments that refer to the text of system preferences "previousIssuesDefaultSortOrder" and "TodayIssuesDefaultSortOrder" :
      latest to earliest = asc
      earliest to latest = desc
    
    Test plan :
    1) Create for a patron two old issues with a few days between them
    2) Set preference previousIssuesDefaultSortOrder = "latest to earliest"
    3) Go to patron circulation page and check sort order is OK
    4) Go to patron details page and check sort order is OK
    5) Set preference previousIssuesDefaultSortOrder = "earliest to latest"
    6) Go to patron circulation page and check sort order is OK
    7) Go to patron details page and check sort order is OK
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 6b2d1093155c07e43522b0f926742698598d09ea)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 svc/checkouts |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list