[koha-commits] main Koha release repository branch master updated. v3.14.00-820-g536345c

Git repo owner gitmaster at git.koha-community.org
Sun Apr 20 16:43:09 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, master has been updated
       via  536345c3b84ac91540b9f20f6e090a7e91343ec6 (commit)
      from  cac06afeb1f03200cfc7ab48162c184be8d1526b (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 536345c3b84ac91540b9f20f6e090a7e91343ec6
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>

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

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