partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 41124850cfa1615154c258780246ba835caa98a8
parent 70c5636b1049534286fc48c9f0443bf5a4e3d1af
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  3 May 2013 12:19:48 +0200

Fixed hint template, added warning that PostgreSQL is unsupported from now on.

Diffstat:
Msrc/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js b/src/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js @@ -24,7 +24,7 @@ Ext.define('PartKeeprSetup.DatabaseParametersCard.PostgreSQL', { "<code>CREATE USER {user} WITH UNENCRYPTED PASSWORD '{password}'; CREATE DATABASE {dbname} OWNER {user};<br/><br/></code>" ]); - this.masterTemplate = Ext.create("Ext.Template", ["The database must be manually created prior installation." ]); + this.masterTemplate = Ext.create("Ext.Template", ["The database must be manually created prior installation.<br/><br/><b>POSTGRES IS UNSUPPORTED; PROCEED AT YOUR OWN RISK</b>" ]); this.hostname = Ext.create("Ext.form.field.Text", { fieldLabel: 'Database Hostname',