summaryrefslogtreecommitdiff
path: root/plugins/storage.bitfile.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-15Namespace fixesLester Caine1-1/+2
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-5/+5
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-27/+28
2021-01-15tweak liberty_get_function in bitfilespiderr1-2/+1
2021-01-14function_exists( $canThumbFunc)spiderr1-1/+1
2012-07-19rework upload files to have an option to save as original.ext, file_name is s...spiderr1-1/+1
2011-07-19add matching liberty_mime_get_source_url function for sibling _file; use new ...spiderr1-1/+1
2011-07-05update file_name in mime attachment codespiderr1-0/+1
2011-06-27change dest_path to dest_branch to follow convention and avoid confusionChristian Fowler1-2/+2
2011-06-26convert liberty_files.storage_path to liberty_files.file_name to remove all h...Christian Fowler1-22/+19
2011-03-31use storage_path_to_url for bit_files_load source_urlspiderr1-1/+1
2011-02-15overhaul storing of complete storage_url int liberty_files, and only use the ...spiderr1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2009-07-01commit for legacy purposesTyler Bello1-1/+2
2008-07-24remove some LINKED_ATTACHMENTS stuff that can easily be kept packages outside...Max Kremmel1-2/+2
2008-07-08hasty 'heat of the moment' removal of storage plugins reverted. bw works well...Max Kremmel1-0/+144
2008-07-08LibertyMime graciously handles storage related plugin features now.Max Kremmel1-144/+0
2008-07-05don't auto_activate and storage plugins anymoreMax Kremmel1-2/+2
2008-07-01make attachment ajax js more flexible for overridingwjames51-2/+2
2008-06-25fix var name typoChristian Fowler1-2/+2
2008-06-23replace individual function parameters with an array of options when using li...Max Kremmel1-6/+5
2008-04-23fix uploading of files with extremely long file namesChristian Fowler1-3/+3
2008-04-23add support for src tag, so image is now a universal image plugin, and img ca...Christian Fowler1-1/+4
2008-04-11remove attachment remark that suggests upload is attached to user - the comme...wjames51-2/+2
2008-03-28Allow a single upload on new content when using ajax uploads.Nick Palmer1-1/+3
2008-03-17Further double slash trimmingLester Caine1-2/+2
2008-03-16remove doublebsck slash to allow simple base urls to work.Lester Caine1-2/+2
2007-11-14remove unused divid codeMax Kremmel1-6/+2
2007-10-10migrate core ajax services off prototype to mochikitwjames51-2/+2
2007-10-03nicify and indent using tabsMax Kremmel1-25/+23
2007-08-02move prototype loadAjax to themes/bit_setup_inc to avoid chicken-n-egg in pac...Christian Fowler1-4/+2
2007-07-11set gBitThemes globalMax Kremmel1-2/+2
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-10Remove obsolite commentLester Caine1-2/+1
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead o...Max Kremmel1-2/+2
2007-07-04Fix bad hack so multiple attachments and ajax attachments work again.Nick Palmer1-28/+26
2007-06-17Move liberty_linked_attachments to LINKED_ATTACHMENTS in config_inc.phpLester Caine1-2/+2
2007-06-17Add 'liberty_linked_attachments' selectionLester Caine1-2/+2
2007-06-16Roll back picking up content_id - it can't actaully pick the correct one with...Lester Caine1-3/+2
2007-06-16Obtain content_id if attachment is real contentLester Caine1-2/+3
2007-06-16finally fix the friggin image replacement bugMax Kremmel1-4/+9
2007-06-16Allow bitfile to be called in the installerLester Caine1-2/+2
2007-06-16Disable direct upload functions if the plugin is disabled but still allow plu...Lester Caine1-3/+5
2007-06-12SCHEMA CHANGE! Added constraint on primary_attachment_id and added support fo...Nick Palmer1-1/+2
2007-06-08make sure plugin deals with its own files when removing them - has some means...Max Kremmel1-8/+11
2007-05-18backticksMax Kremmel1-2/+2
2007-04-23use centralised thumbnail fetcherMax Kremmel1-28/+11
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-5/+3
2007-04-16AJAX attachment uploader. This stuff ROCKS!Nick Palmer1-3/+15