summaryrefslogtreecommitdiff
path: root/attachments.php
AgeCommit message (Collapse)AuthorFilesLines
2007-04-23fatalError message translation standardisation: fatalError message is not ↵Max Kremmel1-2/+2
translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings
2007-01-11add option to scan for usage of a given attachment id in contentMax Kremmel1-2/+7
2006-12-23default to own attachments for admin as wellMax Kremmel1-2/+6
2006-11-26move getAttachmentList function to LibertyAttachable, where it belongs and ↵Max Kremmel1-0/+42
add a basic page to list all available attachments - only admin may view attachments from other users as well. - functionally still somewhat lacking...