summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99929c4)
raw | patch | inline | side by side (parent: 99929c4)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 15 Sep 2002 23:18:29 +0000 (23:18 +0000) | ||
committer | richard <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 | patch | blob | history | |
roundup/templates/classic/html/user.item | patch | blob | history |
diff --git a/TODO.txt b/TODO.txt
index 917c33d0120bc860e16339c4d9448ca907801459..2a6865cfe5f1463274fbeaf58c07a97e4e769fa7 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
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)
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)
</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" />