summaryrefslogtreecommitdiff
path: root/attachment_uploader.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15Namespace fixesLester Caine1-5/+6
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-27Kernel functions changes to cover uninitialized variables and style changes ↵lsces1-8/+14
for PHP8.4
2021-02-27use ::requireHandlerFile to load contentHash class filesspiderr1-9/+3
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-1/+1
( simply ignoring is causing problems with comment merging )
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2008-11-09Fix is_primary jumping around with ajax uploads and allow primary_label to ↵Nick Palmer1-3/+9
persist.
2008-07-15attach a form_id to ajax attachment forms so that you can have multiple ↵wjames51-1/+5
attachment forms on a page and have the updates all work smoothly.
2008-06-25fix format passed in to options paramaterChristian Fowler1-2/+2
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-06-23Put phpdoc header backLester Caine1-0/+9
2008-06-20big overhaul of ajax attachment uploader - this is mime and attachable ↵wjames51-71/+59
friendly. however its not wiki friendly which requires a title to run its store process - so thats on the todo list. this doest break anything, since it was already broken.
2007-10-08Fix delete with ajax attachments on.Nick Palmer1-1/+4
2007-09-30Fixup ajax uploader and restore delete functionality.Nick Palmer1-24/+45
2007-09-23Changes to get ajax attachments working again. You must turn on the new ↵Nick Palmer1-24/+50
storage.existing plugin to get them to work.
2007-09-10use a unique name for the content_id and update code to adhere to the code ↵Max Kremmel1-20/+21
standards in bitweaver
2007-04-18Various attachment related changes to make things more ajax and fix bugs.Nick Palmer1-4/+4
2007-04-18CRITICAL UPDATE! Fix horked attachment changes. Sorry guys!Nick Palmer1-2/+2
2007-04-16Remove empty attachment when attachmnet browser is open.Nick Palmer1-2/+4
2007-04-16AJAX attachment uploader. This stuff ROCKS!Nick Palmer1-6/+38
2007-04-08Remove vd from LibertyAttachable. Add first pass of attachment_uploader.Nick Palmer1-0/+18
2007-04-08init new file to handle attachment uploadingwjames51-0/+0