[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-114-g16a641f

Git repo owner gitmaster at git.koha-community.org
Tue May 27 15:33:08 CEST 2014


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.14.x has been updated
       via  16a641f8a73aa29dec4d31b1f2f02638451b7902 (commit)
      from  5d1519ad18a56f8ade3e4e92ebf6119c9543485a (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 16a641f8a73aa29dec4d31b1f2f02638451b7902
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Mar 18 11:44:42 2014 -0400

    Bug 11253: tools/inventory.pl: fix handling of inventory date
    
    This patch fixes a stray call to output_pref() that had not been
    updated by the patch for 10380, which caused a crash when uploading
    a barcode file when the dd/mm/yyyy dateformat is in use.
    
    TEST PLAN
    ---------
    Set I18N/L10N system preference of dateformat to dd/mm/yyyy.
    Go to inventory/stocktaking tool.
    Browse for the barcode file.
    Select the branch (i.e. not All libraries) to match.
    Click submit
    KABOOM!
    
    Apply patch
    Go to inventory/stocktaking tool.
    Browse for the barcode file.
    Select the branch (i.e. not All libraries) to match.
    Click submit
    Table displays dates in "Unseen since" column.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Before the patch, I had this error when using dateformat=ddmmyy:
    Template process failed: undef error - The 'day' parameter ("2014") to DateTime::new did not pass the 'an integer which is a possible valid day of month' callback at /usr/local/share/perl5/Params/Validate/PP.pm line 633.
    This patch corrects the problem.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Confirmed problem before applying the patch. Tested with the
    patch all dateformat setting still work correctly.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 536345c3b84ac91540b9f20f6e090a7e91343ec6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt |    2 +-
 tools/inventory.pl                                         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list