summaryrefslogtreecommitdiff
path: root/attachments.php
AgeCommit message (Collapse)AuthorFilesLines
2026-03-26Namespace changeslsces1-5/+8
2025-08-27Kernel functions changes to cover uninitialized variables and style changes ↵lsces1-2/+2
for PHP8.4
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2008-10-08remove call to attachment usage scanning method. we have a filter to do that ↵Max Kremmel1-7/+1
now.
2008-06-27more LM migrationMax Kremmel1-2/+2
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
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...