From a6e65fee447989d79442de85f3227fa29288dea2 Mon Sep 17 00:00:00 2001 From: chriskl Date: Fri, 28 Nov 2003 01:20:37 +0000 Subject: [PATCH] brand 3.2 --- BUGS | 10 ++++++++++ HISTORY | 7 ++++--- libraries/lib.inc.php | 4 ++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/BUGS b/BUGS index bcbb2b12..38b7f9b3 100644 --- a/BUGS +++ b/BUGS @@ -1,3 +1,8 @@ +Internal Bugs List +------------------ + +This file is used to track current working tasks - just ignore it! + better detection for when reports database hasn't been installed. fix getIndexes() and getConstraints() for < 7.3 to know about index type (eg. constraints can only be btree indexes) @@ -8,4 +13,9 @@ submit changes to HTML_TreeMenu maintainer test < 7.3 Find feature for all new objects fix constraint search to get domain and table constraints? dump sequences when dumping tables +fix dumping clustering info +can't edit SELECT results by oid +use LINK REL to speed up page loading times for CSS +investigate phpPgInfo + diff --git a/HISTORY b/HISTORY index 20cd3822..60903f6d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,16 +1,16 @@ phpPgAdmin History ------------------ -Version 3.2-dev ---------------- +Version 3.2 +----------- Features * PostgreSQL 7.5 CVS support * Option to dump table structure, data or structure and data +* Set datestyle and extra_float_digits when dumping data * Results of table browse, table select, view browsing and report browsing can now ALL be sorted by column * Result rows of table selects can now be edited and deleted -* Set datestyle and extra_float_digits when dumping data * Extra login security to prevent logging into servers as postgres and no password - a VERY common newbie error. * Cluster indexes and indexed constraints (with analyze) @@ -55,6 +55,7 @@ Translations * Slovak update from Andrej Misovic * Turkish update from Devrim * Swedish update from Stefan +* Italian update from Nicola Version 3.1 ----------- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 6ec814be..cf606b2e 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.67 2003/11/08 09:06:45 chriskl Exp $ + * $Id: lib.inc.php,v 1.68 2003/11/28 01:20:38 chriskl Exp $ */ // Set error reporting level to max @@ -13,7 +13,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '3.2-dev'; + $appVersion = '3.2'; // Check to see if the configuration file exists, if not, explain -- 2.39.5