Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 39
- Log:
Initial import of CVSWeb 3.0.6 from http://people.freebsd.org/~scop/cvsweb/
into SVN. CVSWeb will be used as a Web interface onto the main repository,
since that is too large and too complex to convert from its current SVN
form into SVN.
- Author:
- adh
- Date:
- Mon Jul 31 15:11:40 +0100 2006
- Size:
- 1356 Bytes
1 | $FreeBSD: projects/cvsweb/TODO,v 1.10 2004/10/31 22:46:00 scop Exp $ |
2 | $Idaemons: /home/cvs/cvsweb/TODO.knu,v 1.6 2001/01/13 07:48:09 knu Exp $ |
3 | |
4 | TODO list for FreeBSD-CVSweb |
5 | ------------------------------------------------------------------------------- |
6 | |
7 | o Tear the code apart, and modularize. |
8 | |
9 | o Ensure that fatal error messages are shown properly when gzip encoding |
10 | is enabled. |
11 | |
12 | o Use specialized modules from CPAN to do stuff, maybe these would be useful: |
13 | + Archive::Tar |
14 | + Archive::Zip |
15 | + Compress::Zlib |
16 | + Compress::Bzip2 |
17 | + HTML::Entities |
18 | + Cvs or VCS::LibCVS |
19 | |
20 | o Integrate/cooperate with various CVS utilities. |
21 | + cvs2cl <http://www.red-bean.com/cvs2cl/> |
22 | + cvsplot <http://cvsplot.sourceforge.net/> |
23 | + CVSps <http://www.cobite.com/cvsps/> |
24 | |
25 | o Limit the number of log entries shown. |
26 | |
27 | o Explore whether we can use cvs for all operations and drop rlog, rcsdiff |
28 | and friends. |
29 | |
30 | o Find out if it is feasible to provide prune-like functionality, ie. hide |
31 | empty subdirs. |
32 | |
33 | o Recursive diffs, including support for tags/branches/dates. |
34 | |
35 | o Support for dates in tarballs/zips (in addition to tags/branches). |
36 | |
37 | o Make it possible to pass media type parameters with the content-type |
38 | query string parameter, for example "Content-Type: text/html; charset=utf-8". |
39 | |
40 | o Make use of String::Ediff (if it's available) configurable in the UI. |