[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.04-22-gc141b2e

Git repo owner gitmaster at git.koha-community.org
Fri Oct 23 15:30:12 CEST 2015


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, 3.20.x has been updated
       via  c141b2ed907120990790249386ca7bb7742edf57 (commit)
       via  bf64bd49d8991d4a5e5bf637799b8fe9529e7453 (commit)
       via  95b9a9e8d8f52aafd2350c4eab0a40143dde7a9a (commit)
      from  e14557ecd97aa46adb4739b0a5cc3e70b5023616 (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 c141b2ed907120990790249386ca7bb7742edf57
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 15 13:50:44 2015 +0100

    Bug 14950: Fix day formatting if < 10
    
    $dt->day return a single digit if < 10, we want to display it on 2
    digits
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit bf64bd49d8991d4a5e5bf637799b8fe9529e7453
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 6 11:50:36 2015 +0100

    Bug 14950: Remove unused variable $today_iso
    
    This variable is not used anymore in the template (and has never been
    used...).
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit d1cd0bff64b3e0cae8808c9f8872dd57a66bb8de)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 95b9a9e8d8f52aafd2350c4eab0a40143dde7a9a
Author: Marc Véron <veron at veron.ch>
Date:   Sun Oct 4 20:11:26 2015 +0200

    Bug 14950: Assign default value for YYYY, MM and DD
    
    [was Remove C4::Dates from tools/batchMod.pl]
    
    This patch replace the YYYY, MM and DD if defined in the default values.
    
    This patch also removes C4::Dates from tools/batchMod.pl
    
    To test:
    
    - In MARC bibliographic Default framework, define a default value
      for one of the in Tag 952 Subfield struture, e.g. for
      subfield x Non-public note. You can define it under
      'Advancde constraints'. Define the value similar to the following:
      Year:YYYY Month:MM Day:DD
    - Got to Home > Tools > Batch item modification
    - Enter one ore more barcodes you want to modify
    - Check checkbox 'Populate fields with defautl values from defautl framework
    - Click 'Continue'
    - Verify on the follwing screen that the field in Edit form is populated
      as appropriate (in our example 'x - Non public note')
    - Click 'Save'
    - Verify that the items are updated as appropriate
    
    Signed-off-by: Joonas Kylmälä <j.kylmala at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended commit message: This is a bug fix and can be backported. The
    YYYY, MM and DD were not replaced correctly before this patch.
    I got Year:2015-10-06 Month: Day:
    now I correctly get Year: 2015 Month: 10 Day: 06
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    (cherry picked from commit d17cb79309c896a0d9b7fb3babdf6fa3b1cfefd7)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 tools/batchMod.pl |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list