[koha-commits] updated branch master (5cd357e76c56210592f298669041a6e27acd6b1c)

Koha Gitosis gitosis at git.koha.org
Tue Aug 4 03:14:52 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  5cd357e76c56210592f298669041a6e27acd6b1c (commit)
      from  56c72ab9727b4b98c988b1c9c9e25b5bd3d4d465 (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 5cd357e76c56210592f298669041a6e27acd6b1c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Aug 1 12:17:18 2009 -0400

    bug 3465: enhance DB update reporting by web installer
    
    This enhances the web installer so that messages from updatedatabase.pl will
    be displayed to the user running a database update.  Messages printed to STDOUT
    will be displayed as the update report, while messages printed to STDERR will
    be displayed as update errors.
    
    This patch introduces  a new module dependency, IPC::Cmd.
    IPC::Cmd lets one run an external program such as updatedatabase.pl and easily
    capture STDERR and STDOUT for further munging.  IPC::Cmd is core in Perl 5.10
    and stable in Perl 5.8.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 INSTALL.debian                                     |    2 +-
 Makefile.PL                                        |    1 +
 about.pl                                           |    1 +
 installer/install.pl                               |   27 +++++++++++---------
 .../prog/en/includes/installer-doc-head-close.inc  |    5 +++
 .../prog/en/modules/installer/step3.tmpl           |   25 +++++++++++++-----
 6 files changed, 41 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list