1 Here are outlined some of the future directions for the debbugs
2 codebase and things that should be done.
6 * Stop doing the .in -> foo translation
7 * Use ExtUtils::Makemaker instead of a custom makefile
8 * More testing of modules so it's not so easy to break things
11 GENERAL ORGANIZATIONAL CLEANUP
14 * use of strict and warnings everywhere
15 * Split out errorlib and common.pl; stop requiring stuff
16 * Use CGI::Simple, URI, and Params::Validate instead of our own
19 * Configuration Module
20 * Allow for multiple debbugs configurations; easy overriding of values
21 * Possibly implemented using Config::General (maybe Config::Simple?)
22 with hack to allow for backwards compatibility
23 - The backwards compatibility hack is now fully implemented, a
24 decision on a configuration system just needs to be made.
26 * Separation of Output forms from the code
27 * Use Text::Template to do this; it's simple, we don't lose
28 flexibility if we need it
30 * Bring back all of the helper scripts into the bzr repository and
31 document the setup of Debian's bts
35 * Full text searching -- using Hyper Estraier (in progress on merkel)
36 * See Debbugs::Estraier
38 * CGI Options enable/disable forms
40 * Better display of bugs in bug lists
41 - Display subsidiary bugs: merged bugs, block bugs, etc.
43 * Archiving [display of applicable bugs even if they are archived]