Skip to content

Commit 54c4c9a

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent 3f5fc9f commit 54c4c9a

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

doc/announcement.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ Some highlights:
1313

1414
* i18n of the user interface (not just web),
1515
* a re-working of the tracker home configuration to make it much cleaner,
16-
* several speed optimisations,
16+
* many speed optimisations,
1717
* integration of the python logging module,
1818
* optional configuration of roundup-server through a configuration file,
1919
* creation of items check the new Create Permission rather than Edit now,
2020
* Permissions may be defined on a per-property basis,
21-
* Permissions may include a fragment of code to run to check, and
22-
* a bunch of smaller feature additions...
21+
* Permissions may include a fragment of code to run to check,
22+
* optional HTTP Basic auth built in (Apache not required),
23+
* optional HTTP charset selection,
24+
* added mod_python interface,
25+
* optional instant web registration (rather than email confirmation), and
26+
* 30 or so other little feature additions...
2327

2428
If you're upgrading from an older version of Roundup you *must* follow
2529
the "Software Upgrade" guidelines given in the maintenance documentation.

doc/whatsnew-0.8.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,31 @@ Actual charset is also sent in the http header.
8989
Web Interface Miscellanea
9090
=========================
9191

92-
XXX
92+
The web interface has seen some changes:
93+
94+
XXX this section needs more detail
95+
96+
Templating
97+
We implement __nonzero__ for HTMLProperty - properties may now be used in
98+
boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if
99+
the nosy list is empty).
100+
101+
We added a default argument to the DateHTMLProperty.field method, and an
102+
optional Interval (string or object) to the DateHTMLProperty.now
103+
104+
We've added a multiple selection Link/Multilink search field macro to the
105+
default classic page.html template.
106+
107+
We relaxed hyperlinking in web interface (accept "issue123" or "Issue 123")
108+
109+
The listing popup may be used in query forms.
110+
111+
112+
Standard templates
113+
We hide "(list)" popup links when issue is only viewable
114+
115+
Web server
116+
The builtin web server may now perform HTTP Basic Authentication by
117+
itself.
93118

94119
.. _`customisation documentation`: customizing.html

0 commit comments

Comments
 (0)