[koha-commits] main Koha release repository branch master updated. v19.05.00-1181-g7ddedd7

Git repo owner gitmaster at git.koha-community.org
Fri Nov 1 10:16:13 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, master has been updated
       via  7ddedd7b4266975d49e41481b8129f3efc5b0dfd (commit)
       via  1bb3ed4f5b8ab81072dac85f41744c8f08c92477 (commit)
       via  67d6c469a98ec5b39dabfb6c38feaf560727fc6e (commit)
       via  4764c439f9e19e0b1a88a7503e2bb502dbd3b7ac (commit)
      from  4fd52650bcb2f8a549ea55d22aadeeac7202d19d (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 7ddedd7b4266975d49e41481b8129f3efc5b0dfd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 13 18:24:32 2018 -0300

    Bug 21824: Add tests
    
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1bb3ed4f5b8ab81072dac85f41744c8f08c92477
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 13 12:36:17 2018 -0500

    Bug 21824: Add KohaDates method 'output_preference' to make it easy to store formatted dates in TT variable
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 67d6c469a98ec5b39dabfb6c38feaf560727fc6e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 13 11:09:05 2018 -0500

    Bug 21824: Add ability to format dates in various formats in templates
    
    This patch adds the ability to set a date format for the Template Toolkit filter KohaDates
    
    Test plan:
    1) Apply this patch
    2) In a template, use the filter param "dateformat => 'iso'"
    3) Note the output is in ISO format
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4764c439f9e19e0b1a88a7503e2bb502dbd3b7ac
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Oct 10 12:53:10 2019 +0000

    Bug 22814: Make patron names on holds modal consistent (second check-in)
    
    Bug 22203 changed the behavior on the hold-found2 modal
    that pops up when a hold is found so that whether or not
    the patron's name is displayed is now governed by the
    HidePatronName system preference.
    
    However, if a hold is confirmed and you check the item
    in a second time, the modal that pops up is hold-found1
    and whether or not the patron's name is displayed in
    the hold-found1 modal is not governed by the HidePatronName
    system preference.
    
    For the sake of consistency, the display of the patron's
    name on hold-found2 and hold-found1 should both be governed
    by the HidePatronName system preference.
    
    To test:
    - Place a hold on an item
    - Check in the item to trigger the hold modal
    - Confirm hold
    - Check the item in again - verify name of patron displays
    - Apply patch
    - Repeat
    - Verify name display now matches between the two modals
    - change HidePatronName pref
    - Repeat
    - Name display should still match
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Template/Plugin/KohaDates.pm                  |    9 +++-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    2 +-
 t/db_dependent/Letters/TemplateToolkit.t           |   52 +++++++++++++++++++-
 t/db_dependent/Template/Plugin/KohaDates.t         |   11 ++++-
 4 files changed, 68 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list