[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.00-32-g72e85b4

Git repo owner gitmaster at git.koha-community.org
Mon May 14 22:39:46 CEST 2012


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.8.x has been updated
       via  72e85b40f14fe554da6346693762f735fcbfbfee (commit)
       via  7e8551cd9d61784d700496522a005941c46cdc9f (commit)
      from  e9f61126e0df2e5312ac00f642bd2a7a504f7f70 (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 72e85b40f14fe554da6346693762f735fcbfbfee
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 30 13:49:38 2012 +0200

    Bug 7924 - Fix handling of command line arguments in koha-remove
    
    koha-remove would fail with a message like this:
    Removing Koha instance --
    ERROR 1396 (HY000) at line 1: Operation DROP USER failed for 'koha_--'@'%'
    
    After fixing this, the --keep-mysql option made the script exit without doing
    anything.
    
    To test:
    
    Alt 1
    - Build package with build-git-snapshot
    - Install package
    
    Alt 2
    - Replicate the changes in the patch in an existing installation
    
    Then:
    - Add instance1 and instance2
    - koha-remove instance1
    -- Check that script completes and the databse is gone
    - koha-remove --keep-mysql instance2
    -- Check that the script completes but the database is not removed
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7e8551cd9d61784d700496522a005941c46cdc9f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 9 08:37:40 2012 -0400

    Bug 8035 - bibs with comments show an error in opac
    
    If a record has any approved comments, viewing the record
    details in the opac will error out with the following
    message:
    
    Undefined subroutine &main::format_date called at
    /home/load02/kohaclone/opac/opac-detail.pl line 654.
    
    This is caused by a use of C4::Dates::format_date
    without adding a use call to the head of the file.
    
    Removing the call is the only change necessary. The
    dates are already being filtered by $KohaDates.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 debian/scripts/koha-remove |    6 +++---
 opac/opac-detail.pl        |    1 -
 2 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list