File: TODO

package info (click to toggle)
libsvn-web-perl 0.63-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: perl: 1,987; sh: 73; makefile: 11
file content (38 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
* Write a 'help' action with associated documentation.

  * SVN::Web::Help?  Or should each action provide its own help() method?

* cleanup the template structure with hooks

* distinguish different node under same path in different revisions.

* provide link with svn dav url.

* users might only be interested in the latest few active
  branches/tags - hlb
  - as well as log history. it shouldn't list all by default.

* some switches for svnweb-install to do upgrade and file merging.

* use svn_fs_history_t to get fixed amount of log first.

* supply last-modified in header and check it.

* Add an 'annotation' action

* Fix bugs reported through RT

* Possibly a difference in the localisation between "Revision" as a
  title, column heading, or whatever, and "Revision \d+" referring to
  a specific revision number.

* Templates and I18N should be more tightly coupled.

* Working directory diff support in Diff.pm using SVK::Editor

* Where get_logs is used, is it faster to get the revision properties?
  Need to benchmark to find out.

* Split SVN::Web::RSS in to a separate distribution

* SVN::Web::Search, based on SVN::Log::Index?