bug 3465: enhance DB update reporting by web installer
authorGalen Charlton <gmcharlt@gmail.com>
Sat, 1 Aug 2009 16:17:18 +0000 (12:17 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 4 Aug 2009 10:15:40 +0000 (06:15 -0400)
commit5cd357e76c56210592f298669041a6e27acd6b1c
treee6931a32fb888263876c36738d26ca381691a62c
parent56c72ab9727b4b98c988b1c9c9e25b5bd3d4d465
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@gmail.com>
INSTALL.debian
Makefile.PL
about.pl
installer/install.pl
koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl