summaryrefslogtreecommitdiff
path: root/LibertyAttachable.php
AgeCommit message (Expand)AuthorFilesLines
2007-07-12allow permission check override when LA::store is verifying its fileMax Kremmel1-7/+20
2007-07-10move functions not part of a class to liberty_lib.phpMax Kremmel1-361/+1
2007-07-05avoid undefined index errorMax Kremmel1-6/+4
2007-07-01avoid bug where 'copy' function creates a 0 byte file with source and destina...Christian Fowler1-2/+4
2007-06-30when fetching an individual thumbnail url don't return mime placeholder unles...bitweaver.org1-5/+5
2007-06-24get liberty_clear_thumbnails to work with any image format by employing liber...Max Kremmel1-18/+32
2007-06-23mark primary attachments with an 'is_primary' flagMax Kremmel1-6/+10
2007-06-23automagically select best image type that's best for the particular upladed f...Max Kremmel1-27/+44
2007-06-21change order of delete sequence that packages such as treasury can freely dea...Max Kremmel1-32/+42
2007-06-21make sure $ret is an array and arrays are camelCapsedMax Kremmel1-7/+7
2007-06-20Add new expungingAttachment call to LibertyAttachable to notify content that ...Nick Palmer1-2/+33
2007-06-18General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ...Nick Palmer1-77/+26
2007-06-17Move liberty_linked_attachments to LINKED_ATTACHMENTS in config_inc.phpLester Caine1-3/+3
2007-06-17Add 'liberty_linked_attachments' selectionLester Caine1-2/+7
2007-06-16finally fix the friggin image replacement bugMax Kremmel1-3/+2
2007-06-16Force default storage_guid to bitfileLester Caine1-13/+4
2007-06-16don't throw error when attachment_id give is set to 0. this can happen when y...Max Kremmel1-2/+2
2007-06-16remove common_storage_plugin stuff completely. recent modificaions would have...Max Kremmel1-13/+12
2007-06-16return TRUE on successMax Kremmel1-2/+6
2007-06-15Check for png files first if png_thumbnail setLester Caine1-6/+11
2007-06-15Commit non debug versionLester Caine1-2/+1
2007-06-15liberty_fetch_thumbnail_url to get attachment thumbnailsLester Caine1-2/+19
2007-06-15Select alternate storage plugins as a falback and generate error if not found.Lester Caine1-4/+19
2007-06-15trailing whitespaces...Max Kremmel1-54/+52
2007-06-15make storePrimaryAttachmentId() accessible statically and allow passing of at...Max Kremmel1-6/+15
2007-06-14Use hard coded default for 'common_storage_plugin', but we need to get this v...Lester Caine1-2/+2
2007-06-14Bypass extension checking in windows. Have php_fileinfo loaded, but need to s...Lester Caine1-3/+6
2007-06-13Send back to preview when user attempts upload without permission. Only check...Nick Palmer1-5/+6
2007-06-12SCHEMA CHANGE! Added constraint on primary_attachment_id and added support fo...Nick Palmer1-13/+62
2007-06-12Error in SQL correctedLester Caine1-2/+2
2007-06-10So sorry. I solemnly swear to no commit while exhausted and to test better. I...Nick Palmer1-3/+2
2007-06-10Putting it back how it was...Nick Palmer1-4/+2
2007-06-10Fix how LibertyContent::verify is called.Nick Palmer1-2/+5
2007-06-09fix undefined index errorMax Kremmel1-4/+3
2007-06-09Fix attachment by ID.Nick Palmer1-21/+25
2007-06-08try to get attachment replacement working again when an attachment_id is set.Max Kremmel1-17/+21
2007-06-04add verifyFileExtension to double check file extensions and mime types on upl...Christian Fowler1-2/+3
2007-05-05don't verify p_liberty_attach_attachments on bitpermuser class so registratio...Christian Fowler1-2/+5
2007-04-25better perms checks for attachmentswjames51-1/+3
2007-04-19more sanity checks in archive extractor. sloppy coding can result in bad stuf...Max Kremmel1-3/+8
2007-04-18Various attachment related changes to make things more ajax and fix bugs.Nick Palmer1-2/+6
2007-04-18CRITICAL UPDATE! Fix horked attachment changes. Sorry guys!Nick Palmer1-8/+9
2007-04-16fix select in get attachments list - nick says mysql is so dumbwjames51-2/+2
2007-04-16AJAX attachment uploader. This stuff ROCKS!Nick Palmer1-16/+35
2007-04-13SCHEMA CHANGE!Nick Palmer1-123/+64
2007-04-08Fix my royal screwup (I hope!). Merged the wrong direction from my repository...Nick Palmer1-51/+36
2007-04-08Remove vd from LibertyAttachable. Add first pass of attachment_uploader.Nick Palmer1-2/+1
2007-04-08Doh! Missed a brace.Nick Palmer1-1/+2
2007-04-08Support for multiple attachments and storing attachments without content. You...Nick Palmer1-54/+166
2007-03-10Fix bad edit from revision 1.66.Nick Palmer1-2/+2