summaryrefslogtreecommitdiff
path: root/plugins/storage.bitfile.php
AgeCommit message (Collapse)AuthorFilesLines
2007-04-13SCHEMA CHANGE!Nick Palmer1-6/+4
Update liberty_attachments table so there is only ever one id for an attachment. Note that this change does NOT collapse attachments which already have more than one id, it just prevents new "clones".
2007-04-08Support for multiple attachments and storing attachments without content. ↵Nick Palmer1-2/+18
You must turn on multiple attachments in Liberty Settings to get this option. The new LibertyAttachable::storeAttachments() method can be used to store attachments on preview. Still need some more work in attachment browser to show attachments stored in this way. We should modify the sample package to use the storeAttachments() on preview as well as all existing content types. PAIN!
2007-02-25remove antiqueated site_upload_dir preference and use STORAGE defines. ↵TekiMaki1-14/+11
previously, site_upload_dir had to be defined, and only worked with same defined name as storage package, typcially 'storage'. also only save of 'site_temp_dir' if it is different from the TEMP_PKG_PATH. Handle using of define defaults for both of those settings. Also, remove ancient junk from kernel/setup_inc.php
2007-02-16Changes to allow PNG thumbnailing and to preserve transparency with gd when ↵Nick Palmer1-2/+7
possible.
2006-12-21check for empty thumbnail_sizes in magickwand_resizeChristian Fowler1-1/+4
2006-07-04use small.jpg as required thumbnail size to probe for thumbnail existenceMax Kremmel1-2/+2
2006-04-19more kernel_config renamesMax Kremmel1-2/+2
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-2/+2
conflict with new content preferences
2006-02-17rename column size to file_size, remove redundant indices that cause errors ↵Christian Fowler1-3/+3
on install
2006-02-02detikifyMax Kremmel1-2/+1
2006-02-02detikify sequence namesMax Kremmel1-2/+2
2006-02-01detikify libertyMax Kremmel1-9/+9
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-3/+3
package_ name. have changed everything except liberty except kernel
2006-01-25more removal of fields use. this is actually healthier code because it ↵Christian Fowler1-7/+4
simplifies things
2006-01-20merge recent changes into HEADMax Kremmel1-2/+2
2005-11-22merge recent changes into HEADMax Kremmel1-2/+11
2005-09-03synch recent changes from R1 to HEADMax Kremmel1-7/+7
2005-08-11merge recent changes with HEAD - keeping stuff up to date in case someone ↵Max Kremmel1-2/+2
starts going nuts in HEAD
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-10/+10
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-0/+9
2005-06-20fix GenID bit_files_file_id_seq - revert hyperactive bitweaver convertor to ↵Christian Fowler1-1/+1
tiki_files_file_id_seq
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+114