[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-121-gce695e0623

Git repo owner gitmaster at git.koha-community.org
Sat May 16 01:16:27 CEST 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, 19.05.x has been updated
       via  ce695e062364ceada672f5ced2a258dabb3d4729 (commit)
       via  60b19648e48f0b6054b7cd82dab743200b14b623 (commit)
      from  55312cd9f8789d03acb9251d342afd5ac76e842c (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 ce695e062364ceada672f5ced2a258dabb3d4729
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon May 11 17:08:35 2020 +0000

    Bug 25418: (QA follow-up) Raise size of input box
    
    In twelve hour format the length of the string is 20 characters
    we need the box to fit all of them
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 4c201630ff3c8239c33588a3ffd82156a3c762ec)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 60b19648e48f0b6054b7cd82dab743200b14b623
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 7 17:18:35 2020 +0200

    Bug 25418: (bug 25133 follow-up) Display due date with hours
    
    And not as due date, it's not a display-only info, but an input.
    
    This patch is a follow-up of Bug 25133: Fix time part of due date for 12hr
    
    == Test plan ==
    1. create checkouts with the following params and results
    2. tomorrow 11:59 PM timeformat syspref: 12h
       - item is due without a specific time, only date (after-checkout green box)
    3. backdate 11:59 PM timeformat syspref: 12h
       - note the yellow confirm box has only the date
       - item is due at 12:00 PM (after-checkout green box)
    4. tomorrow 11:23 AM timeformat syspref: 12h
       - item is due at 11:23 AM (after-checkout green box)
    5. backdate 11:23 AM timeformat syspref: 12h
       - note the yellow confirm box has the date and time
       - item is due 11:23 AM (after-checkout green box)
    6. tomorrow 23:59 timeformat syspref: 24h
       - item is due without a specific time, only date (after-checkout green box)
    7. backdate 23:59 timeformat syspref: 24h
       - note the yellow confirm box has only the date
       - item is due at 00:00 (after-checkout green box)
    8. tomorrow 11:23 timeformat syspref: 24h
       - item is due at 11:23 (after-checkout green box)
    9. backdate 11:23 timeformat syspref: 24h
       - note the yellow confirm box has the date and time
       - item is due 11:23 (after-checkout green box)
    10. apply patch
    11. create checkouts with the following params and results
    12. tomorrow 11:59 PM timeformat syspref: 12h
        - item is due without a specific time, only date (after-checkout green box)
    13. backdate 11:59 PM timeformat syspref: 12h
        - note the yellow confirm box has the date and time
          - CHANGE COMPARED TO BEFORE THE PATCH
        - item is due without a specific time, only date (after-checkout green box)
          - CHANGE COMPARED TO BEFORE THE PATCH
    14. tomorrow 11:23 AM timeformat syspref: 12h
        - item is due 11:23 AM (after-checkout green box)
    15. backdate 11:23 AM timeformat syspref: 12h
        - note the yellow confirm box has the date and time
        - item is due 11:23 AM (after-checkout green box)
    16. tomorrow 23:59 timeformat syspref: 24h
        - item is due without a specific time, only date (after-checkout green box)
    17. backdate 23:59 timeformat syspref: 24h
        - note the yellow confirm box has the date and time
          - CHANGE COMPARED TO BEFORE THE PATCH
        - item is due without a specific time, only date (after-checkout green box)
          - CHANGE COMPARED TO BEFORE THE PATCH
    18. tomorrow 11:23 timeformat syspref: 24h
        - item is due at 11:23 (after-checkout green box)
    19. backdate 11:23 timeformat syspref: 24h
        - note the yellow confirm box has the date and time
        - item is due 11:23 (after-checkout green box)
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 6f9dda2f295a2d25c01ad48fd3f54fb25735f60b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list