Fossil SCM
Update the todo list.
Commit
36df57aa39f80c5bd0a802bfa52fe3fd83b1a0a3
Parent
1a9c6dbfb7a85fd…
1 file changed
-11
M
todo.txt
-11
| --- todo.txt | ||
| +++ todo.txt | ||
| @@ -30,13 +30,10 @@ | ||
| 30 | 30 | * The "leaves ?UUID?" command displays all leaf versions for the |
| 31 | 31 | version UUID or for the current version if UUID is omitted. If |
| 32 | 32 | UUID is itself a leaf, it would be more helpful to display a |
| 33 | 33 | message to that effect: "<uuid> is itself a leaf" |
| 34 | 34 | |
| 35 | - * We need a command to show other branches - leaves of the root | |
| 36 | - which are not leaves of the indicated node. | |
| 37 | - | |
| 38 | 35 | * The ipaddr field of the rcvfrom table is not being set. This |
| 39 | 36 | field should be the IP address from which information is received |
| 40 | 37 | for the local repository. So when somebody does a push of new |
| 41 | 38 | files we record the ipaddr. Or when we do a pull, we record |
| 42 | 39 | the ipaddr. |
| @@ -47,18 +44,10 @@ | ||
| 47 | 44 | decendent list. With date, user, comment, and hyperlink. |
| 48 | 45 | Leaves in the decendent table should be marked as such. |
| 49 | 46 | See the compute_leaves() function to see how to find all |
| 50 | 47 | leaves. |
| 51 | 48 | + Add file diff links to the file change list. |
| 52 | - + Add a link that will download a ZIP archive containing the | |
| 53 | - complete baseline. Use zip_of_baseline() function in | |
| 54 | - zip.c to construct the ZIP archive. | |
| 55 | - | |
| 56 | - * A new webpage: "finfo" Information about a particular file | |
| 57 | - given its name. | |
| 58 | - | |
| 59 | - + Hyperlinks for diffing consecutive versions of the file. | |
| 60 | 49 | |
| 61 | 50 | * Timeline enhanced so that you can specify a range of dates. |
| 62 | 51 | |
| 63 | 52 | * The /xfer handler (for push, pull, and clone) does not do |
| 64 | 53 | delta compression. This results in excess bandwidth usage. |
| 65 | 54 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -30,13 +30,10 @@ | |
| 30 | * The "leaves ?UUID?" command displays all leaf versions for the |
| 31 | version UUID or for the current version if UUID is omitted. If |
| 32 | UUID is itself a leaf, it would be more helpful to display a |
| 33 | message to that effect: "<uuid> is itself a leaf" |
| 34 | |
| 35 | * We need a command to show other branches - leaves of the root |
| 36 | which are not leaves of the indicated node. |
| 37 | |
| 38 | * The ipaddr field of the rcvfrom table is not being set. This |
| 39 | field should be the IP address from which information is received |
| 40 | for the local repository. So when somebody does a push of new |
| 41 | files we record the ipaddr. Or when we do a pull, we record |
| 42 | the ipaddr. |
| @@ -47,18 +44,10 @@ | |
| 47 | decendent list. With date, user, comment, and hyperlink. |
| 48 | Leaves in the decendent table should be marked as such. |
| 49 | See the compute_leaves() function to see how to find all |
| 50 | leaves. |
| 51 | + Add file diff links to the file change list. |
| 52 | + Add a link that will download a ZIP archive containing the |
| 53 | complete baseline. Use zip_of_baseline() function in |
| 54 | zip.c to construct the ZIP archive. |
| 55 | |
| 56 | * A new webpage: "finfo" Information about a particular file |
| 57 | given its name. |
| 58 | |
| 59 | + Hyperlinks for diffing consecutive versions of the file. |
| 60 | |
| 61 | * Timeline enhanced so that you can specify a range of dates. |
| 62 | |
| 63 | * The /xfer handler (for push, pull, and clone) does not do |
| 64 | delta compression. This results in excess bandwidth usage. |
| 65 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -30,13 +30,10 @@ | |
| 30 | * The "leaves ?UUID?" command displays all leaf versions for the |
| 31 | version UUID or for the current version if UUID is omitted. If |
| 32 | UUID is itself a leaf, it would be more helpful to display a |
| 33 | message to that effect: "<uuid> is itself a leaf" |
| 34 | |
| 35 | * The ipaddr field of the rcvfrom table is not being set. This |
| 36 | field should be the IP address from which information is received |
| 37 | for the local repository. So when somebody does a push of new |
| 38 | files we record the ipaddr. Or when we do a pull, we record |
| 39 | the ipaddr. |
| @@ -47,18 +44,10 @@ | |
| 44 | decendent list. With date, user, comment, and hyperlink. |
| 45 | Leaves in the decendent table should be marked as such. |
| 46 | See the compute_leaves() function to see how to find all |
| 47 | leaves. |
| 48 | + Add file diff links to the file change list. |
| 49 | |
| 50 | * Timeline enhanced so that you can specify a range of dates. |
| 51 | |
| 52 | * The /xfer handler (for push, pull, and clone) does not do |
| 53 | delta compression. This results in excess bandwidth usage. |
| 54 |