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.

Topic revision: r1 - 21 Nov 2014, ProjectContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback