[Koha-bugs] [Bug 3465] New: Web installer should display more feedback

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Sat Aug 1 18:14:40 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3465

           Summary: Web installer should display more feedback
           Product: Koha
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Installation (web-based installer)
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: gmcharlt at gmail.com
   Estimated Hours: 0.0
 Change sponsored?: ---


I am enhancing the web installer so that messages from updatedatabase.pl will
be displayed to the user running the web installer.  Messages printed to STDOUT
will be displayed as the update report, while messages printed to STDERR will
be displayed as update errors.

As part of this change, I am introducing 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.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list