Mercurial > p > roundup > code
changeset 2587:0db668d44917
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 19 Jul 2004 06:12:40 +0000 |
| parents | 3c67f4bfa225 |
| children | e80604dbe2af |
| files | TODO.txt doc/index.txt roundup/cgi/templating.py |
| diffstat | 3 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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:
--- 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,
--- 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 ''
