Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: BUGS.txt reformatting

CVS Commit by andreas: BUGS.txt reformatting



Log Message:
-----------
BUGS.txt reformatting

Modified Files:
--------------
    pgadmin3:
        BUGS.txt (r1.57 -> r1.58)

Index: BUGS.txt
===================================================================
RCS file: /projects/pgadmin3/BUGS.txt,v
retrieving revision 1.57
retrieving revision 1.58
diff -LBUGS.txt -LBUGS.txt -u -w -r1.57 -r1.58
--- BUGS.txt
+++ BUGS.txt
@@ -1,8 +1,7 @@
+<b>Known issues</b>
 <ul>
-    <li>Known issues
-    <ul>
-    </ul>
-    <li>Known wxWindows issues
+</ul><br>
+<b>Known wxWindows issues</b>
     <ul>
 	<li>[Object Tree] Scrollbar doesn't scroll page by page under gtk
 	<li>[Scintilla lexer] doesn't know about escaping quotes
@@ -11,15 +10,18 @@
 	<li>[gtk] combobox positioning when height is not specified; current workaround: fixed 12d height
 	<li>[Edit Grid] several platform-dependent misbehaviours when
 	                starting editing a cell (F2 or any key): waiting for new wxGrid implementation
-    </ul>
-    <li>Known issues, but might stay unfixed
+</ul><br>
+<b>Known issues, but might stay unfixed</b>
     <ul>
 	<li>[non-unicode build] Reading unicode files won't convert (wx not capable, use unicode build instead)
 	<li>[Object Tree] M$ Context menu key doesn't work in Windows (wxWindows bug?).
 	<li>[Object Tree] Dropped servers reappear when changing "display system objects" due to the disconnect/tree refresh.
-    </ul>
-    <li>Fixed issues
+</ul><br>
+<b>Fixed issues</b>
     <ul>
+    <li>AP 2004-09-17 [new Database] Name/Owner not editable for 7.3/7.4 servers [Jona]
+    <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
@@ -45,6 +47,4 @@
 	<li>AP 2003-05-04 [Schema Browser]	OPERATOR CLASSES need work. Secondary (onclick) discovery SQL has an error.
 	<li>AP 2003-06-17 [Edit/Results Grids]    Scrollbars often do not appear until the window is resized following data load.
 	<li>AP 2003-08-11 [Table Editor] Generates invalid SQL when table includes Foreign Key.
-    </ul>
-</ul>
-
+</ul><br>
\ No newline at end of file


Home | Main Index | Thread Index

top