SVN Commit by dpage: r4553 - trunk/pgadmin3

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4553 - trunk/pgadmin3
Date: 2005-10-17 12:17:12
Message-ID: 200510171217.j9HCHCfp001729@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-10-17 13:17:11 +0100 (Mon, 17 Oct 2005)
New Revision: 4553

Modified:
trunk/pgadmin3/BUGS.txt
Log:
Update bugs list

Modified: trunk/pgadmin3/BUGS.txt
===================================================================
--- trunk/pgadmin3/BUGS.txt 2005-10-17 10:27:50 UTC (rev 4552)
+++ trunk/pgadmin3/BUGS.txt 2005-10-17 12:17:11 UTC (rev 4553)
@@ -1,6 +1,7 @@
<b>Known issues</b>
<ul>
<li>[Edit grid] bool editing doesn't know NULL; major redesign needed
+ <li>[Edit grid] sqlGridTextEditor is broken on Mac. We're currently using wxGridCellAutoWrapStringEditor which works but isn't overly user friendly
<li>[Unix build] --enable-debug tries to use wx-config which hasn't been found yet
</ul><br>
<b>Known wxWindows issues</b>
@@ -23,12 +24,12 @@
<b>Fixed issues</b>
<ul>
<li>AP 2004-07-27 [all] suppressed public. prefix leads to modified objects in wrong schema if found in search_path
- <li>DP 2004-09-18 [Object Tree] Dropped servers reappear when changing "display system objects" due to the disconnect/tree refresh.
- <li>AP 2004-09-18 [Database property] db creation with owner fails
- <li>AP 2004-09-18 [Server property] some changes not handled correctly
- <li>AP 2004-09-17 [new Database] Name/Owner not editable for 7.3/7.4 servers
- <li>DP 2004-09-16 [Server property] password visible when connecting to server [Ivan Nejgebauer]
- <li>AP 2004-09-10 [all] internal types like varchar are quoted when used as type
+ <li>DP 2004-09-18 [Object Tree] Dropped servers reappear when changing "display system objects" due to the disconnect/tree refresh.
+ <li>AP 2004-09-18 [Database property] db creation with owner fails
+ <li>AP 2004-09-18 [Server property] some changes not handled correctly
+ <li>AP 2004-09-17 [new Database] Name/Owner not editable for 7.3/7.4 servers
+ <li>DP 2004-09-16 [Server property] password visible when connecting to server [Ivan Nejgebauer]
+ <li>AP 2004-09-10 [all] internal types like varchar are quoted when used as type
<li>AP 2004-08-15 [Windows] Alt+Tab Icon is system default.
<li>AP 2004-08-15 [Object Tree] Adding an unnamed constraint isn't reflected immediately in the tree.
<li>AP 2004-08-15 [Object Tree] missing schema for function return type if table type

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-10-17 13:13:33 SVN Commit by dpage: r4554 - trunk/pgadmin3/xtra/pgagent
Previous Message Andreas Pflug 2005-10-17 10:56:52 Re: Edit grid sizing