Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 15 Sep 2002 23:18:29 +0000 (23:18 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 15 Sep 2002 23:18:29 +0000 (23:18 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1170 57a73879-2fb5-44c3-a270-3262357dd7e2

TODO.txt
roundup/templates/classic/html/user.item

index 917c33d0120bc860e16339c4d9448ca907801459..2a6865cfe5f1463274fbeaf58c07a97e4e769fa7 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -30,12 +30,10 @@ pending mailgw    Allow multiple email addresses at one gw with different
                    vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
 
 pending project   switch to a Roundup instance for Roundup bug/feature tracking
-pending project   have the demo allow anonymous login
 pending security  an LDAP user database implementation
 pending security  authenticate over a secure connection
 pending security  optionally auth with Basic HTTP auth instead of cookies
 pending security  use digital signatures in mailgw
-pending security  submission protection (ok, I've forgotten what this is)
 pending web       I18N
 pending web       Better message summary display (feature request #520244)
 pending web       Navigating around the issues (feature request #559149)
@@ -48,9 +46,6 @@ pending web       re-enable auth by basic http auth
 pending web       search "refinement" - pre-fill the search page with the
                   current search parameters
 pending web       UNIX init.d script for roundup-server
-pending web       rewritten documentation (can come after the beta though so
-                  stuff is settled) ... including relevant file names in
-                  customisation doc
 pending web       allow multilink selections to select a "none" element to allow
                   people with broken browsers to select nothing?
 
index ac5046e0da3b95acb489f1ad1345e624ef3a693f..8dd12df4faecb483eb3a32aaa8ed7fdf481f0898 100644 (file)
@@ -91,7 +91,6 @@ You are not allowed to view this page.
  </tr>
 </table>
 
-<tal:block tal:condition="python:context.id and context.is_view_ok()">
- <tal:block tal:replace="structure context/history" />
-</tal:block>
+<tal:block tal:condition="python:context.id and context.is_view_ok()"
+           tal:replace="structure context/history" />