Commit 30ecb075ba355b7a619a230da64cd44a40419134

Tracey Emery 2020-02-12T17:11:48

gotweb TODO changes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/gotweb/TODO b/gotweb/TODO
index 5a78315..e130603 100644
--- a/gotweb/TODO
+++ b/gotweb/TODO
@@ -2,12 +2,3 @@ TODO
 
 - Add Prev/Next to shortlogs/logs that have more entries than
   got_max_commits_display
-
-- Redo index header, so columns are removed when content is set to not display
-  in gotweb.conf.
-
-- Massage ALL error returns. There are some examples in the code already, but
-  let's be consistent.
-
-- Integrate kcgi error codes. Hard fail or report error? Perhaps reporting is a
-  security flaw and hard fail is the better design.