[koha-commits] main Koha release repository branch new/bug_6913 created. v3.06.00-471-g297d224

Git repo owner gitmaster at git.koha-community.org
Thu Feb 2 09:17:00 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, new/bug_6913 has been created
        at  297d22459f670212624d22a0e48447799004935b (commit)

- Log -----------------------------------------------------------------
commit 297d22459f670212624d22a0e48447799004935b
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Oct 8 15:34:24 2011 -0400

    Bug 6913: More options for koha-create and koha-remove
    
    This commit makes koha-create more flexible by adding a number of command-line
    and configuration options.
    
    The biggest change is to add support for pre-determined MySQL credentials using
    a file in /etc/koha/passwd (for security reasons, if you use this feature, make
    sure the file is not world-readable). The configuration file has the following
    format:
    instance:user:password:database
    The database is optional, but the other two are both required if you want to
    specify MySQL credentials. If no credentials are specified for a given instance,
    the standard koha_instance username and an auto-generated password are used.
    
    The following additional command line options are now available:
    * --use-db - use a pre-existing database, see also --database
    * --database - specify the name of the mysql database (still defaults to
      koha_instance)
    * --passwdfile - specify a custom (Koha) passwd file for MySQL credentials
    
    The following additional variables are now available (for use in
    koha-sites.conf or a custom config file):
    * OPACPORT (previously added but not documented) - port on which the OPAC
      should be served
    * OPACPREFIX - prefix for the OPAC's virtual host
    * OPACSUFFIX - suffix for the OPAC's virtual host
    
    This commit also adds the --keep-mysql option to koha-remove, which, if
    specified, will prevent koha-remove from deleting the database or MySQL user
    when removing an instance.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 44377378582a1cbe9b38858f81d33dd1480a195d
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Mon Sep 26 12:04:13 2011 +1300

    Bug 6913 - change how ports are handled by koha-create
    
    This does two things:
    * Allows OPACPORT to be specified to change the default OPAC port,
    * removes the port number from the ServerName directive, as it's already
      handled by the VirtualHost declaration.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit f68d56bbab77d6330d8f657a3a3de508e0b1224d
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Thu Feb 2 09:06:51 2012 +0100

    Adding Jorgia Kelsey and Peter Lorimer as contributors

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list