[gq-commit] gq TODO,1.31,1.32
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-07 14:07:31
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv3182 Modified Files: TODO Log Message: * Updated TODO to allow people to check if they can do something... Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** TODO 30 Sep 2003 17:20:24 -0000 1.31 --- TODO 7 Oct 2003 14:07:25 -0000 1.32 *************** *** 2,5 **** --- 2,6 ---- NOTE: [1.0] denotes features to be implemented for 1.0 + [1.x] denotes features to be implemented for 1.0 or later INTERESTING BUGS *************** *** 20,27 **** * Honor RFC2253 and the possible hex-encoding there even for OpenLDAP 2.0.x More generally: Deal with special characters in DNs. ! * [1.0] Better error reporting of LDAP error situations. Currently we handle LDAP_SUCCESS and LDAP_SERVER_DOWN but ignore the rest. Pointed out indirectly by Bernhard Reiter <ber...@in...>. ! * [1.0] Think about the moving stuff in browse mode: Either - Should move deletion out of the moving business and delay --- 21,28 ---- * Honor RFC2253 and the possible hex-encoding there even for OpenLDAP 2.0.x More generally: Deal with special characters in DNs. ! * [1.x] Better error reporting of LDAP error situations. Currently we handle LDAP_SUCCESS and LDAP_SERVER_DOWN but ignore the rest. Pointed out indirectly by Bernhard Reiter <ber...@in...>. ! * [1.x] Think about the moving stuff in browse mode: Either - Should move deletion out of the moving business and delay *************** *** 75,91 **** Wed, 09 Oct 2002 19:40:37 +0200. ! * [1.0] never do ldap_add when moving trees. Use triangulation like with the towers of hanoi ! * [1.0] More displaytypes + PKCS7 and PKCS12 browsers ! * [1.0] Rewrite drag-and-drop: - _only_ use ldap_modrdn when moving trees within one server. This allows to take care of hidden attributes implicitly - * Rewrite the schema browser to also use the GtkCTree widget. - - * [1.0] Improve LDAP error reporting BLUE SKY --- 76,97 ---- Wed, 09 Oct 2002 19:40:37 +0200. ! ! * Rewrite the schema browser to also use the GtkCTree widget. ! ! * [1.0] Improve LDAP error reporting ! ! * [1.0] work towards gtk2 - mostly done, need the XML parser change ! (see below) for encoding reasons. ! ! * [1.x] never do ldap_add when moving trees. Use triangulation like with the towers of hanoi ! * [1.x] More displaytypes + PKCS7 and PKCS12 browsers ! * [1.x] Rewrite drag-and-drop: - _only_ use ldap_modrdn when moving trees within one server. This allows to take care of hidden attributes implicitly BLUE SKY *************** *** 93,101 **** * schema designer (when OpenLDAP supports writable schema) * generate change and undo log in LDIF - * [post 1.0] work towards gtk2 -------------------------------------------------------------------------- FIXED BUGS / IMPLEMENTED ENHANCEMENTS * search mode: --- 99,114 ---- * schema designer (when OpenLDAP supports writable schema) * generate change and undo log in LDIF -------------------------------------------------------------------------- FIXED BUGS / IMPLEMENTED ENHANCEMENTS + + * [1.0] Switch to a proper XML parser for configuration file + parsing. MUST DO THIS or we will end in an encoding mess when using + gtk2. When first starting up, the encoding of an old configuration + file must be found out. The only way to do this is by using the default + codepage setting. The need to switch to a proper parser also arises + due to the requirement to properly parse multi-byte characters in + config files. This does not really work currently. * search mode: |