# HG changeset patch # User Richard Jones # Date 1090217560 0 # Node ID 0db668d449170999a46d9c2ca7b475f4a1c47219 # Parent 3c67f4bfa225afa57d8cee3c2b0e2bcf32916217 *** empty log message *** diff -r 3c67f4bfa225 -r 0db668d44917 TODO.txt --- a/TODO.txt Mon Jul 19 01:49:51 2004 +0000 +++ b/TODO.txt Mon Jul 19 06:12:40 2004 +0000 @@ -3,8 +3,8 @@ Required: - documentation of i18n: TAL tags for translation - translation databases in trackers -- implementing of logging for roundup-server, including command-line - switches +- implementing logging for roundup-server, including command-line switches +- per-property permission spec Optionally: diff -r 3c67f4bfa225 -r 0db668d44917 doc/index.txt --- a/doc/index.txt Mon Jul 19 01:49:51 2004 +0000 +++ b/doc/index.txt Mon Jul 19 06:12:40 2004 +0000 @@ -88,6 +88,7 @@ Johannes Gijsbers, Gus Gollings, Dan Grassi, +Robin Green, Engelbert Gruber, Juergen Hermann, Uwe Hoffmann, diff -r 3c67f4bfa225 -r 0db668d44917 roundup/cgi/templating.py --- a/roundup/cgi/templating.py Mon Jul 19 01:49:51 2004 +0000 +++ b/roundup/cgi/templating.py Mon Jul 19 06:12:40 2004 +0000 @@ -1163,7 +1163,11 @@ - "hyperlink" turns on/off in-text hyperlinking of URLs, email addresses and designators ''' - self.view_check() + if self._name == 'id': + pass + elif self._class + else: + self.view_check() if self._value is None: return ''