Mercurial > p > roundup > code
changeset 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 | 29e7a2ff6434 |
| children | 7c438646531a 61802b144ebc |
| files | doc/announcement.txt doc/whatsnew-0.8.txt |
| diffstat | 2 files changed, 33 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Wed Dec 08 02:29:28 2004 +0000 +++ b/doc/announcement.txt Wed Dec 08 02:39:02 2004 +0000 @@ -13,13 +13,17 @@ * i18n of the user interface (not just web), * a re-working of the tracker home configuration to make it much cleaner, -* several speed optimisations, +* many speed optimisations, * integration of the python logging module, * optional configuration of roundup-server through a configuration file, * creation of items check the new Create Permission rather than Edit now, * Permissions may be defined on a per-property basis, -* Permissions may include a fragment of code to run to check, and -* a bunch of smaller feature additions... +* Permissions may include a fragment of code to run to check, +* optional HTTP Basic auth built in (Apache not required), +* optional HTTP charset selection, +* added mod_python interface, +* optional instant web registration (rather than email confirmation), and +* 30 or so other little feature additions... If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation.
--- 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
