[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-46-g987d9bd

Git repo owner gitmaster at git.koha-community.org
Tue Nov 20 20:37:42 CET 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  987d9bd1104aa77d02e3051c7e71eef3f7910842 (commit)
      from  b17765f2f9d02055eaf9f06af3a1c794f4b3bf42 (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 987d9bd1104aa77d02e3051c7e71eef3f7910842
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Wed Nov 14 15:36:21 2012 -0500

    Bug 9085 - Installer will not run with DEBUG set
    
    This is due to raising all db errors combined with the fact that attempts
    to make selections from a non-existent systempreferences table raises db errors.
    
    The installer should run even with DEBUG set, otherwise dropping and recreating
    a development database becomes somewhat of a chore. This patch adds code to
    check for the existence of the systempreferece table. If the table exists, then
    RaiseError is enabled on the database handle. Otherwise it is disabled to allow
    the installer to run without throwing an error.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    The installer can now be run both with and without DEBUG set.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Context.pm |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list