Mercurial > p > roundup > code
comparison roundup/cgi/templating.py @ 3779:ee73abcc95d2
Sorry, another mega-patch:
- clarified windows service documentation (patch [SF#1597713])
- HTMLClass fixed to work with new item permissions check [SF#1602983]
- support POP over SSL (patch [SF#1597703])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 13 Dec 2006 23:32:39 +0000 |
| parents | 567227803c75 |
| children | 51c07c04d258 |
comparison
equal
deleted
inserted
replaced
| 3778:d9e35b7be5bb | 3779:ee73abcc95d2 |
|---|---|
| 532 else: | 532 else: |
| 533 if isinstance(prop, hyperdb.Multilink): | 533 if isinstance(prop, hyperdb.Multilink): |
| 534 value = [] | 534 value = [] |
| 535 else: | 535 else: |
| 536 value = None | 536 value = None |
| 537 return htmlklass(self._client, self._classname, '', prop, item, | 537 return htmlklass(self._client, self._classname, None, prop, item, |
| 538 value, self._anonymous) | 538 value, self._anonymous) |
| 539 | 539 |
| 540 # no good | 540 # no good |
| 541 raise KeyError, item | 541 raise KeyError, item |
| 542 | 542 |
