[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-47-g5d52c0076f

Git repo owner gitmaster at git.koha-community.org
Fri Apr 10 18:20:54 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  5d52c0076f91a8fa0bf087736a957deed53bb8a6 (commit)
       via  b66e890f8495a7bf785310af957226973db04b0d (commit)
       via  70b49296512b341355ffbcc74513c5aa1ef6790c (commit)
      from  eeb0a86d0ff012b7f2f2984660a94917dba2f4e7 (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 5d52c0076f91a8fa0bf087736a957deed53bb8a6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 12 15:09:02 2020 +0100

    Bug 5103: Refactor the code to avoid repetition
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 572c3afef1a3b6dfe3ee4d841737170ee92b7e1f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b66e890f8495a7bf785310af957226973db04b0d
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Mar 11 03:08:12 2020 +0000

    Bug 5103: (follow-up) Using mapped item fields instead of hardcoding subfields
    
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 37de3685a4d527663f98ca11d09b4d911e00a770)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 70b49296512b341355ffbcc74513c5aa1ef6790c
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Feb 26 02:52:24 2020 +0000

    Bug 5103: Format dates in MARC detail using dateformat syspref
    
    This patch fixes the formatting of dates on the following pages:
    - catalogue/MARCdetail.pl (staff)
    - cataloguing/additem.pl (staff)
    - opac-MARCdetail.pl (opac)
    
    To test:
    1) Ensure that the following fields are visible in the opac, intranet
    and editor. You may need to edit the subfields in your default
    bibliographic framework
    952$d date accessioned
    952$q date due/on loan
    952$r date last seen
    952$s date last borrowed
    952$w replacement price date
    
    Also ensure you have dateformat system preference set
    
    2) Go to cataloguing/additem.pl for a biblio. Fill in the fields above
    if required. Save
    3) Remain on cataloguing/additem.pl. Notice the items table at the top
    of the page, the dates are in the generic yyyy-mm-dd format
    4) Go to catalogue/MARCdetail.pl for that biblio. Notice dates in wrong
    format
    5) View this biblio in the opac opac-MARCdetail.pl. Scroll to bottom to
    items table. Notice dates in wrong format.
    6) Apply patch, restart memcached and plack and refresh pages
    7) Dates should now be formatted according to dateformat preference
    8) Confirm that changing the preference changes the format of the dates
    
    Sponsored-by: Catalyst IT
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 16d756791ece7325f4541b7f2b7caaee7c9c12c5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 catalogue/MARCdetail.pl |  7 +++++++
 cataloguing/additem.pl  | 22 ++++++++++++++++++++--
 opac/opac-MARCdetail.pl |  8 ++++++++
 3 files changed, 35 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list