diff --git a/TODO b/TODO index ddc4fb7893161e864e44c0ba3ddbb1bf0f17e4a0..ccae0b2d112a5b3589eec27b6b67fe47e0a1982f 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,26 @@ + + + THIS FILE IS NO LONGER USED + THIS FILE IS NO LONGER USED + THIS FILE IS NO LONGER USED + + +We now use the Bugzilla installation at Lysator to handle the bugs and +feature requests of lyskomd. See the following: + + http://bugzilla.lysator.liu.se/ + +The numbers in brackets in this file refers to bug id:s in the +bugzilla database. The bugs were copied to Bugzilla during October +2001. + + + THIS FILE IS NO LONGER USED + THIS FILE IS NO LONGER USED + THIS FILE IS NO LONGER USED + + + This file attempts to list the things that need to be done on this server. @@ -485,8 +508,7 @@ None! Yay! See the IDEAS file for some concrete ideas on how to do this. -- DCB. -BUGZILLA-MARKER: the bugs below are not yet present in lysBugzilla. - +[111] ** Don't include so much information in the Person and Conference structures internally in the server. A Conference is (probably) used much more often than the large internal lists within it. @@ -500,9 +522,11 @@ BUGZILLA-MARKER: the bugs below are not yet present in lysBugzilla. bits of maps or memberships on demand from disk. High-level functions shouldn't have to know about this. +[ignored -- too big a change] ** Improve the data base. Text 250010 contains some ideas for a grand redesign. +[112] ** A better way to "list active conferences" than to get the conference status of every conference and sort them on the last-written field. According to 310351 PortaKOM had the command @@ -511,15 +535,20 @@ BUGZILLA-MARKER: the bugs below are not yet present in lysBugzilla. in a client in a reasonably efficient way without support from the server. +[113] ** Stack-based slow searching? See 1013917 for some ideas. + +[114] ** 103=local-to-global and 34=get-map should be able to return more information when applied to e. g. letterboxes. It should return information about all texts that ACTPERS is allowed to read. See 678026 and 678411 for more thoughts about this. +[115] ** Re-run the test in 775202 and see if anything can be improved. +[116] ** New version of mark_as_read: void mark_as_read(Text_no); @@ -527,39 +556,50 @@ BUGZILLA-MARKER: the bugs below are not yet present in lysBugzilla. All examined clients emulate this call with a loop over all recipients of the text. +[117] ** Text parts, so that we can have both audio and text. +[118] ** Keyword support on texts. +[119] ** Keyword support on conferences (1112142, 1112200). +[120] ** Version numbering on calls? (1441352) +[122] ** A possibility to ask for conferences created after a certain date. (1622840). Dubious value; the new conferences should have a presentation. +[121] ** Add a call to retrieve the highest used conference number, so that a client can loop over all conferences/detect when new conferences have been created while the client wasn't logged on. +[123] ** Add get_next_conf/get_previous_conf calls, to be able to loop through the conferences. -** A documented way to store the prefered language in the common area +[124] +** A documented way to store the prefered language in the common block of the user area (1632323). +[125] ** Check the rules for when you are allowed to change a recpt to a cc-recpt. (1901530, 2329667, 2329682). (This may already be implemented -- check it.) +[92] ** It would be nice if an author could be notified whenever a text written by him was commented. 3381984 and 3382009 outlines a way to implement that using a special aux-info and automatic adding of a bcc-recpt by the server to the new comment. +[126] ** There should be a limit on how many texts you can mark as read in a - text to avoid the list becoming too long. This bug has a low + conference to avoid the list becoming too long. This bug has a low priority. Footnote (1991-01-24): When Inge's Numlist package is finished, this won't matter any more. This bug requires no other action. Footnote (1999-01-18): When will the package be done?