internal package
Foswiki::Plugins::AttachmentListPlugin
Goes through the webs and topics in $inTopicData, finds the listed attachments for each topic and creates a
FileData object.
Removes the topics keys in $inTopicData if the topic does not have META:FILEATTACHMENT data.
Assigns
FileData objects to the $inTopicData hash using this structure:
%topicData = (
Web1 => {
Topic1 => {
picture.jpg =>
FileData object 1,
me.PNG =>
FileData object 2,
...
},
},
)
Filters topic data references in the $inTopicData hash.
Called function remove topic data references in the hash.
Returns an array of FILEATTACHMENT objects.
Returns array of attached files independent of metadata
Formats $epoch seconds to the date-time format specified in configure.