Mercurial > p > roundup > code
diff doc/whatsnew-0.8.txt @ 2996:08a17fc4dc01 0.8.0-b1
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Dec 2004 02:39:02 +0000 |
| parents | 9614a101b68f |
| children | 33fd894a1172 |
line wrap: on
line diff
--- a/doc/whatsnew-0.8.txt Wed Dec 08 02:29:28 2004 +0000 +++ b/doc/whatsnew-0.8.txt Wed Dec 08 02:39:02 2004 +0000 @@ -89,6 +89,31 @@ Web Interface Miscellanea ========================= -XXX +The web interface has seen some changes: + +XXX this section needs more detail + +Templating + We implement __nonzero__ for HTMLProperty - properties may now be used in + boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if + the nosy list is empty). + + We added a default argument to the DateHTMLProperty.field method, and an + optional Interval (string or object) to the DateHTMLProperty.now + + We've added a multiple selection Link/Multilink search field macro to the + default classic page.html template. + + We relaxed hyperlinking in web interface (accept "issue123" or "Issue 123") + + The listing popup may be used in query forms. + + +Standard templates + We hide "(list)" popup links when issue is only viewable + +Web server + The builtin web server may now perform HTTP Basic Authentication by + itself. .. _`customisation documentation`: customizing.html
