Skip to content

Commit 2828492

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 03023a3 commit 2828492

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

TODO.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ pending mailgw Allow multiple email addresses at one gw with different
3030
vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
3131

3232
pending project switch to a Roundup instance for Roundup bug/feature tracking
33-
pending project have the demo allow anonymous login
3433
pending security an LDAP user database implementation
3534
pending security authenticate over a secure connection
3635
pending security optionally auth with Basic HTTP auth instead of cookies
3736
pending security use digital signatures in mailgw
38-
pending security submission protection (ok, I've forgotten what this is)
3937
pending web I18N
4038
pending web Better message summary display (feature request #520244)
4139
pending web Navigating around the issues (feature request #559149)
@@ -48,9 +46,6 @@ pending web re-enable auth by basic http auth
4846
pending web search "refinement" - pre-fill the search page with the
4947
current search parameters
5048
pending web UNIX init.d script for roundup-server
51-
pending web rewritten documentation (can come after the beta though so
52-
stuff is settled) ... including relevant file names in
53-
customisation doc
5449
pending web allow multilink selections to select a "none" element to allow
5550
people with broken browsers to select nothing?
5651

roundup/templates/classic/html/user.item

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ You are not allowed to view this page.
9191
</tr>
9292
</table>
9393

94-
<tal:block tal:condition="python:context.id and context.is_view_ok()">
95-
<tal:block tal:replace="structure context/history" />
96-
</tal:block>
94+
<tal:block tal:condition="python:context.id and context.is_view_ok()"
95+
tal:replace="structure context/history" />
9796

0 commit comments

Comments
 (0)