18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
process. fwrite() is not suppose to do this. Need to figure
out what is going wrong.
* Bug: pull is ending prematurely.
* Bug: Make sure merge and other commands (check-out) do not try
to use a phantom.
¿
* The ipaddr field of the rcvfrom table is not being set. This
field should be the IP address from which information is received
for the local repository. So when somebody does a push of new
files we record the ipaddr. Or when we do a pull, we record
the ipaddr.
* Additional information displayed for the "vinfo" page:
|
<
>
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
process. fwrite() is not suppose to do this. Need to figure
out what is going wrong.
* Bug: pull is ending prematurely.
* Bug: Make sure merge and other commands (check-out) do not try
to use a phantom.
¿
* The ipaddr field of the rcvfrom table is not being set. This
field should be the IP address from which information is received
for the local repository. So when somebody does a push of new
files we record the ipaddr. Or when we do a pull, we record
the ipaddr.
* Additional information displayed for the "vinfo" page:
|
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
delta compression. This results in excess bandwidth usage.
There are some pieces in xfer.c that are sketches of ideas on
how to do delta compression, but nothing has been implemented.
* Enhancements to the diff and tkdiff commands in the cli.
Allow the entire tree or a subtree to be diffed, not just a
single file. Allow diffs against any two arbitrary versions,
not just diffs against the current check-out. Allow
configuration options to replace tkdiff with some other
visual differ of the users choice. Example: eskil.
* Ticketing interface (expand this bullet)
+ Create new tickets as files in the file hierarchy
+ Append remarks to a ticket
+ Add attachments to a ticket
+ Change attributes of a ticket
|
|
<
<
|
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
delta compression. This results in excess bandwidth usage.
There are some pieces in xfer.c that are sketches of ideas on
how to do delta compression, but nothing has been implemented.
* Enhancements to the diff and tkdiff commands in the cli.
Allow the entire tree or a subtree to be diffed, not just a
single file. Allow diffs against any two arbitrary versions,
not just diffs against the current check-out.
* Ticketing interface (expand this bullet)
+ Create new tickets as files in the file hierarchy
+ Append remarks to a ticket
+ Add attachments to a ticket
+ Change attributes of a ticket
|
116
117
118
119
120
121
122
|
a check-in comment with a new comment. Comment changes should be
GPG clearsigned at the very least. Comment changes only apply if
the user who made the change has the right permissions.
* Make the interface to fossil look pretty and be customizable so
that other people will be attracted to it, will take over maintenance
of it, and we can eventually move on to other things.
|
>
>
>
>
|
114
115
116
117
118
119
120
121
122
123
124
|
a check-in comment with a new comment. Comment changes should be
GPG clearsigned at the very least. Comment changes only apply if
the user who made the change has the right permissions.
* Make the interface to fossil look pretty and be customizable so
that other people will be attracted to it, will take over maintenance
of it, and we can eventually move on to other things.
This has begun, but I wonder if we need to use a templating system for
full customization. If the CSS is done correctly, you can change 99.9%
of everything. See: http://www.csszengarden.com/
|