From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30495 invoked by alias); 15 Dec 2003 21:47:49 -0000 Mailing-List: contact rhdb-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-cvs-owner@sources.redhat.com Received: (qmail 29947 invoked by uid 9437); 15 Dec 2003 21:47:28 -0000 Date: Mon, 15 Dec 2003 21:47:00 -0000 Message-ID: <20031215214728.29945.qmail@sources.redhat.com> From: djee@sources.redhat.com To: rhdb-cvs@sources.redhat.com Subject: src/rhdb/installer ChangeLog com/redhat/rhdb/i ... X-SW-Source: 2003-q4/txt/msg00023.txt.bz2 List-Id: CVSROOT: /cvs/rhdb Module name: src Changes by: djee@sourceware.org 2003-12-15 21:47:28 Modified files: rhdb/installer : ChangeLog rhdb/installer/com/redhat/rhdb/installer: Config.java PostInstallChoicePage.java PostInstallPage.java PostInstallProgressPage.java rhdb/installer/com/redhat/rhdb/installer/resources: InstallerResources.java Resources.java.in rhdb/installer/com/redhat/rhdb/installer/util: DatabaseCluster.java Log message: * com/redhat/rhdb/installer/Config.java: Make version strings and getRHVersion method public. * com/redhat/rhdb/installer/PostInstallChoicePage.java: "Start Database Cluster" option is switched on and off depending on whether the server package has been installed. (resetMessage): New method. Allows options to be dynamically switch on and off, depending on current setup. * com/redhat/rhdb/installer/PostInstallPage.java: (getNextPage): New method. Reset the next page before returning it. * com/redhat/rhdb/installer/PostInstallProgressPage.java: Utilize a scrolling text area to display the exact outputs of post-install tasks, like we do for regression tests. * com/redhat/rhdb/installer/resources/InstallerResources.java: Updates to resource strings. * com/redhat/rhdb/installer/resources/Resources.java.in: Ditto. * com/redhat/rhdb/installer/util/DatabaseCluster.java: Change interface; outputs and errors are piped through the appropriate streams, so that they can be displayed on-screen. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/ChangeLog.diff?cvsroot=rhdb&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/Config.java.diff?cvsroot=rhdb&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallChoicePage.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallPage.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallProgressPage.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/InstallerResources.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/Resources.java.in.diff?cvsroot=rhdb&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/DatabaseCluster.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2