[koha-commits] main Koha release repository branch master updated. v3.16.00-892-gc5a6a4f

Git repo owner gitmaster at git.koha-community.org
Sat Nov 1 14:44:07 CET 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  c5a6a4f18a2c4eb2cb47bc302e539d3b05fcf9b1 (commit)
       via  a4a2159aad6d7276fc7efb9abb24830f7f473102 (commit)
      from  d4a7fa85807301ceb5268817d035235bdcf313a3 (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 c5a6a4f18a2c4eb2cb47bc302e539d3b05fcf9b1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 30 11:36:39 2014 +0200

    Bug 13011: 0000-00-00 should not be considered as a valid date
    
    When parsing the letter content, the 0000-00-00 should not be replaced,
    it's not a valid date.
    
    Test plan:
      prove t/db_dependent/Suggestions.t
    should not return the following error:
    0000-00-00 seems to be a date but an error occurs on generating it (The
    'month' parameter ("0") to DateTime::new did not pass the 'an integer
    between 1 and 12' callback
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Adds another check for 0000-00-00.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a4a2159aad6d7276fc7efb9abb24830f7f473102
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Oct 31 11:00:22 2014 -0300

    Bug 13169: C4::Templates::themelanguage fails if the DB is not populated
    
    With the aim to remove hardcoded themes the C4::Templates::themelanguage
    got dependent on the DB being populated. This patch reintroduced the
    hardcoded defaults as a last resort.
    
    To test:
    - Do a fresh install, clean your browser's cache, empty DB
    - Open the staff interface
    => FAIL: A "Software error" screen shows "Template process failed: file error..."
    - Apply the patch
    - Reload
    => SUCCESS: The webinstaller prompts for login correctly.
    - Sign off :-D
    
    Regards
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Letters.pm   |    5 ++++-
 C4/Templates.pm |   40 +++++++++++++++++++++++++++++++---------
 2 files changed, 35 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list