File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
roundup/templates/classic/html Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff 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
3232pending project switch to a Roundup instance for Roundup bug/feature tracking
33- pending project have the demo allow anonymous login
3433pending security an LDAP user database implementation
3534pending security authenticate over a secure connection
3635pending security optionally auth with Basic HTTP auth instead of cookies
3736pending security use digital signatures in mailgw
38- pending security submission protection (ok, I've forgotten what this is)
3937pending web I18N
4038pending web Better message summary display (feature request #520244)
4139pending web Navigating around the issues (feature request #559149)
@@ -48,9 +46,6 @@ pending web re-enable auth by basic http auth
4846pending web search "refinement" - pre-fill the search page with the
4947 current search parameters
5048pending 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
5449pending web allow multilink selections to select a "none" element to allow
5550 people with broken browsers to select nothing?
5651
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments