Mercurial > p > roundup > code
changeset 536:8298fea69bc3
[SF#502956] filtering by multilink not supported
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Jan 2002 23:39:41 +0000 |
| parents | 78711b29c746 |
| children | ad6dbc21a570 |
| files | CHANGES.txt doc/index.html |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jan 14 23:31:21 2002 +0000 +++ b/CHANGES.txt Mon Jan 14 23:39:41 2002 +0000 @@ -24,6 +24,7 @@ the linked node's page. . #503330 ] ANONYMOUS_REGISTER now applies to mail . #503353 ] setting properties in initial email + . #502956 ] filtering by multilink not supported 2002-01-08 - 0.4.0b1
--- a/doc/index.html Mon Jan 14 23:31:21 2002 +0000 +++ b/doc/index.html Mon Jan 14 23:39:41 2002 +0000 @@ -1125,6 +1125,9 @@ tags are included or omitted depending on whether the view specifier requests a filter for a particular property. +<p>A property must appear in the filter template for it to be available +as a filter. + <p>Here's a simple example of a filter template. <blockquote><pre><small @@ -1285,7 +1288,7 @@ <p> </p> <hr> -$Id: index.html,v 1.23 2001-12-31 03:07:04 richard Exp $ +$Id: index.html,v 1.24 2002-01-14 23:39:41 richard Exp $ <p> </p> </body></html>
