Thankyou John, that's exactly what I needed to know.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Davidson
Sent: 21 May 2008 12:55
To: FlexWiki Users Mailing List
Subject: Re: [Flexwiki-users] WikiTalk: Iterating Properties When
SameProperty Name Used Twice on Same Topic

 

Hi Matt,

 

Unfortunately what you want to do will not work. FlexWiki is designed so
that a property with the same name on a topic will only return the last
entry on that topic - all prior entries with the same name are not
available. There is no function as you describe as it has no value.

 

Alternatively you can have a single TODO property on a topic and use a
multiline property

 

TODO:[

Write up the cerbojulator syntax

clean up the dead links on this page

]

 

If this won't work for you, then you could try digging into the caching
code and see if there is a reasonable way to implement what you want,
but I think it could only be done at the expense of performance and with
the addition of considerable complexity in managing property names
(which are also key names) in the cache.

 

John Davidson

On Wed, May 21, 2008 at 5:17 AM, Matt Wynne <[EMAIL PROTECTED]> wrote:

Hi,

 

I wanted to be able to put properties all over the wiki like:

 

TODO: Write up the cerbojulator syntax

TODO: clean up the dead links on this page

 

Then I wanted to be able to use WikiTalk to iterate around all the TODOs
in the wiki and display them in one place. It seems like things get
confused when I use more than one TODO property on the same topic.

 

There doesn't seem to be a method on the TopicInfo class I can call to
just get an array of all properties with a given name.

 

Is this possible?

Matt Wynne
Consultant, Some Think Ltd <http://www.somethink.co.uk> , BBC Worldwide 
Room A3008, Woodlands, 80 Wood Lane, London, W12 OTT 
T: +44 (0)20 843 31532
mailto:[EMAIL PROTECTED]  http://blog.mattwynne.net
<http://mattwynne.net>  

 

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated. If you have received it in error, please delete it from your
system. Do not use, copy or disclose the information in any way nor act
in reliance on it and notify the sender immediately. 

  

Please note that the BBC monitors e-mails sent or received. Further
communication will signify your consent to this 


This e-mail has been sent by one of the following wholly-owned
subsidiaries of the BBC: 

 

BBC Worldwide, Registration Number: 1420028 England, Registered Address:
Woodlands, 80 Wood Lane, London W12 0TT 

BBC World, Registration Number: 04514407 England, Registered Address:
Woodlands, 80 Wood Lane, London W12 0TT 

BBC World Distribution Limited, Registration Number: 04514408,
Registered Address: Woodlands, 80 Wood Lane, London W12 0TT

  


------------------------------------------------------------------------
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users 
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated. If you 
have received it in error, please delete it from your system. Do not use, copy 
or disclose the information in any way nor act in reliance on it and notify the 
sender immediately.
 
Please note that the BBC monitors e-mails sent or received. Further 
communication will signify your consent to this

This e-mail has been sent by one of the following wholly-owned subsidiaries of 
the BBC:
 
BBC Worldwide, Registration Number: 1420028 England, Registered Address: 
Woodlands, 80 Wood Lane, London W12 0TT
BBC World, Registration Number: 04514407 England, Registered Address: 
Woodlands, 80 Wood Lane, London W12 0TT
BBC World Distribution Limited, Registration Number: 04514408, Registered 
Address: Woodlands, 80 Wood Lane, London W12 0TT
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to