Update BUGS CREDITS HISTORY and TODO before release
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 29 Nov 2010 19:17:07 +0000 (20:17 +0100)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 29 Nov 2010 19:17:07 +0000 (20:17 +0100)
BUGS
CREDITS
HISTORY
TODO

diff --git a/BUGS b/BUGS
index ee8459d279c158319164daf51100083b31728e4a..d3ef8aaece7d7b476d3bbcf8ac6e391b93fd1d4c 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -3,17 +3,11 @@ Internal Bugs List
 
 This file is used to track current working tasks - just ignore it!
 
-fix getIndexes() and getConstraints() for < 7.3 to know about index type
-  (eg. constraints can only be btree indexes)
-all DROP and ALTER commands MUST be fully schema-qualified otherwise you can accidentally drop stuff in pg_catalog :(
-need icons and Find for Casts and Conversions, Languages, Aggs and OpClasses
 dump sequences when dumping tables
 fix dumping clustering info
 
 Need to fix:
 * After changing password need to update data structures to avoid logouts
-* The getType function needs to be ported to 7.2 and 7.3 classes to add
-  pretty type name and schema support
 * Report login errors
 * Don't offer owner change feature if user is not superuser
 * check use of apostrophes, etc. in tree menu
diff --git a/CREDITS b/CREDITS
index dacea0d8fe8a4d50f1cc58e31aed220a14656907..77f50fb33b5628cc5860c7883c145eb4f0ed31c1 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -4,7 +4,7 @@ CREDITS
 Project Administration & Major Projects
 
 - Robert Treat
-- JGuillaume 'ioguix' De Rorthais
+- Jehan-Guillaume (ioguix) De Rorthais
 
 Translators
 
@@ -15,6 +15,8 @@ Translators
 - Chih-Hsin Lee (Trad. Chinese)
 - Hugo Jonker (Dutch)
 - Pascal Peyre (French)
+- Guillaume Lelarge (French)
+- ioguix (French)
 - H. Etzel, Markus Bertheau (German)
 - Kalef (Italian)
 - Tadashi Jokagi (Japanese)
@@ -46,7 +48,7 @@ Translators
 Look & Feel
 
 - Davey (CSS)
-- JGuillaume 'ioguix' De Rorthais (Cappuccino theme)
+- ioguix (Cappuccino theme)
 - Tomasz Pala (Gotar theme)
 
 Contributors
@@ -73,7 +75,7 @@ Contributors
 - Tomasz Pala
 - Ivan Zolotukhin 
 - Kristoffer `spq` Janke
-- Leonardo Augusto Sapiras (Improve phpPgAdmin ergonomy during the GSoC 2010, with JGuillaume 'ioguix' De Rorthais as mentor)
+- Leonardo Augusto Sapiras (Improve phpPgAdmin ergonomy during the GSoC 2010, with ioguix as mentor)
 
 Third Party Libraries
 
@@ -92,7 +94,7 @@ Project resources:
 Ongoing contributors:
 
 - Omniti ( http://omniti.com/ ) - sponsors developpment as Robert Treat employer
-- Dalibo ( http://dalibo.com ) - sponsors developpment as Jehan-Guillaume de Rorthais employer
+- Dalibo ( http://dalibo.com ) - sponsors developpment as Jehan-Guillaume (ioguix) de Rorthais employer
 
 Feature contributors:
 
diff --git a/HISTORY b/HISTORY
index 5030e96a886fbf41954edb05eeaab47d7347e14f..28a1b211d5a30a82d96ed72c0c7884618909d4bd 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -4,6 +4,8 @@ phpPgAdmin History
 Version 5.0
 -----------
 
+Released: 29th November 2010
+
 Features
 * Support for PostgreSQL 8.4 and 9.0
 * Support for database level collation for 8.4+
diff --git a/TODO b/TODO
index b904a5cb92b2923e135926f3b3e27db06ef58dd5..ae12813882314ec4e8ffd9884e824d7a3654d2cf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,11 +12,6 @@ item. If you want to work a claimed item, please contact the developers list.
 
 An item is marked with a '-' if it has been completed.
 
-Note for PPA 5.0
-----------------
-
-* Fix operator's property page
-
 Cluster
 -------
 * Allow reading of postgresql.conf and pg_hba.conf per pg_read_file() in 8.1