Fossil SCM
Remove one to-do item. Add another.
Commit
7fe1e734e9d6158d8b9bfaaf624dd3c211f33d00
Parent
8dbee6731d9b779…
1 file changed
+3
-6
M
todo.txt
+3
-6
| --- todo.txt | ||
| +++ todo.txt | ||
| @@ -1,19 +1,16 @@ | ||
| 1 | 1 | Things to work on: |
| 2 | 2 | |
| 3 | - * On every push, pull, or clone command, remember the URL of the | |
| 4 | - server using db_put(). On subsequent pushes and pulls, allow | |
| 5 | - the URL to be omitted and substitute the URL that was used the | |
| 6 | - previous time. Display the saved URL as part of the "info" | |
| 7 | - command in the cli. | |
| 8 | - | |
| 9 | 3 | * Bug: The timeline is visible in sqlitert even though anonymous |
| 10 | 4 | access is turned off. The timeline menu item should be omitted |
| 11 | 5 | and the timeline page should be disallowed if the user does not |
| 12 | 6 | have the right access permissions. Feel free to add new access |
| 13 | 7 | permissions (view timeline permission?) if this seems like something |
| 14 | 8 | appropriate to do. |
| 9 | + | |
| 10 | + * Use the wiki_convert() routine to render comments and other text | |
| 11 | + on web pages. | |
| 15 | 12 | |
| 16 | 13 | * If the server does not have write permission on the database |
| 17 | 14 | file, or on the directory containing the database file (and |
| 18 | 15 | it is thus unable to update database because it cannot create |
| 19 | 16 | a rollback journal) then it currently fails silently on a push. |
| 20 | 17 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -1,19 +1,16 @@ | |
| 1 | Things to work on: |
| 2 | |
| 3 | * On every push, pull, or clone command, remember the URL of the |
| 4 | server using db_put(). On subsequent pushes and pulls, allow |
| 5 | the URL to be omitted and substitute the URL that was used the |
| 6 | previous time. Display the saved URL as part of the "info" |
| 7 | command in the cli. |
| 8 | |
| 9 | * Bug: The timeline is visible in sqlitert even though anonymous |
| 10 | access is turned off. The timeline menu item should be omitted |
| 11 | and the timeline page should be disallowed if the user does not |
| 12 | have the right access permissions. Feel free to add new access |
| 13 | permissions (view timeline permission?) if this seems like something |
| 14 | appropriate to do. |
| 15 | |
| 16 | * If the server does not have write permission on the database |
| 17 | file, or on the directory containing the database file (and |
| 18 | it is thus unable to update database because it cannot create |
| 19 | a rollback journal) then it currently fails silently on a push. |
| 20 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -1,19 +1,16 @@ | |
| 1 | Things to work on: |
| 2 | |
| 3 | * Bug: The timeline is visible in sqlitert even though anonymous |
| 4 | access is turned off. The timeline menu item should be omitted |
| 5 | and the timeline page should be disallowed if the user does not |
| 6 | have the right access permissions. Feel free to add new access |
| 7 | permissions (view timeline permission?) if this seems like something |
| 8 | appropriate to do. |
| 9 | |
| 10 | * Use the wiki_convert() routine to render comments and other text |
| 11 | on web pages. |
| 12 | |
| 13 | * If the server does not have write permission on the database |
| 14 | file, or on the directory containing the database file (and |
| 15 | it is thus unable to update database because it cannot create |
| 16 | a rollback journal) then it currently fails silently on a push. |
| 17 |