| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-06-09 | fix undefined index error | Max Kremmel | 1 | -4/+3 | |
| 2007-06-09 | Fix attachment by ID. | Nick Palmer | 1 | -21/+25 | |
| 2007-06-08 | try to get attachment replacement working again when an attachment_id is set. | Max Kremmel | 1 | -17/+21 | |
| 2007-06-04 | add verifyFileExtension to double check file extensions and mime types on ↵ | Christian Fowler | 1 | -2/+3 | |
| uploads to assure correct name and mime-type | |||||
| 2007-05-05 | don't verify p_liberty_attach_attachments on bitpermuser class so ↵ | Christian Fowler | 1 | -2/+5 | |
| registration with avatar upload works | |||||
| 2007-04-25 | better perms checks for attachments | wjames5 | 1 | -1/+3 | |
| 2007-04-19 | more sanity checks in archive extractor. sloppy coding can result in bad ↵ | Max Kremmel | 1 | -3/+8 | |
| stuff happening without these. | |||||
| 2007-04-18 | Various attachment related changes to make things more ajax and fix bugs. | Nick Palmer | 1 | -2/+6 | |
| 2007-04-18 | CRITICAL UPDATE! Fix horked attachment changes. Sorry guys! | Nick Palmer | 1 | -8/+9 | |
| 2007-04-16 | fix select in get attachments list - nick says mysql is so dumb | wjames5 | 1 | -2/+2 | |
| 2007-04-16 | AJAX attachment uploader. This stuff ROCKS! | Nick Palmer | 1 | -16/+35 | |
| 2007-04-13 | SCHEMA CHANGE! | Nick Palmer | 1 | -123/+64 | |
| 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-08 | Fix my royal screwup (I hope!). Merged the wrong direction from my ↵ | Nick Palmer | 1 | -51/+36 | |
| repository. Oops. | |||||
| 2007-04-08 | Remove vd from LibertyAttachable. Add first pass of attachment_uploader. | Nick Palmer | 1 | -2/+1 | |
| 2007-04-08 | Doh! Missed a brace. | Nick Palmer | 1 | -1/+2 | |
| 2007-04-08 | Support for multiple attachments and storing attachments without content. ↵ | Nick Palmer | 1 | -54/+166 | |
| 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-03-10 | Fix bad edit from revision 1.66. | Nick Palmer | 1 | -2/+2 | |
| 2007-03-10 | Fix bad merge. | Nick Palmer | 1 | -2/+2 | |
| 2007-03-09 | Replaced function_exists with $gLibertySystem->getPluginFunction | Lee L Bell | 1 | -4/+4 | |
| 2007-03-03 | use get_temp_dir() function defined in preflight to get valid temp dir | Max Kremmel | 1 | -2/+2 | |
| 2007-02-26 | make better use of gThumbSizes, add generic thumbnail fetch function that ↵ | Max Kremmel | 1 | -15/+37 | |
| should work with current png option as well as default jpg thumbnail option | |||||
| 2007-02-25 | remove antiqueated site_upload_dir preference and use STORAGE defines. ↵ | TekiMaki | 1 | -20/+6 | |
| 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-24 | fix 'seperate' spelling mistakes | Max Kremmel | 1 | -2/+2 | |
| 2007-02-23 | some code cleanup, readability improvements | Max Kremmel | 1 | -14/+15 | |
| 2007-02-16 | Changes to allow PNG thumbnailing and to preserve transparency with gd when ↵ | Nick Palmer | 1 | -3/+16 | |
| possible. | |||||
| 2007-02-16 | move liberty_thumbnail_queue from fisheye schema_inc.php to liberty, and add ↵ | Christian Fowler | 1 | -3/+8 | |
| processor and processor_parameters columns to liberty_thumbnail_queue for future flexibility | |||||
| 2007-02-07 | check for loaded 'gd' since that is the default processor, and config might ↵ | Christian Fowler | 1 | -3/+3 | |
| not be set. | |||||
| 2007-01-31 | fix case where foreign_id = 0 and DB has a bogus corresponding row | Jams H Thompson | 1 | -5/+16 | |
| 2007-01-11 | add function that scans for attachment usage in content and add some generic ↵ | Max Kremmel | 1 | -7/+99 | |
| documentation | |||||
| 2007-01-11 | only load attachemnt when there is a function to load the plugin with | Max Kremmel | 1 | -3/+4 | |
| 2007-01-02 | default image processor to gd | Christian Fowler | 1 | -2/+2 | |
| 2007-01-02 | fix image processor include syntax error | Christian Fowler | 1 | -2/+2 | |
| 2006-12-26 | make sure we only spew an error when we actually uploaded a file | Max Kremmel | 1 | -2/+2 | |
| 2006-12-26 | throw error when a zero byte file is 'upload'ed | Christian Fowler | 1 | -3/+10 | |
| 2006-12-23 | no need to initialise same variable twice | Max Kremmel | 1 | -2/+1 | |
| 2006-12-22 | move image processors to individual plugin files | Max Kremmel | 1 | -381/+57 | |
| 2006-12-21 | check for empty thumbnail_sizes in magickwand_resize | Christian Fowler | 1 | -2/+2 | |
| 2006-12-03 | condense and clean out generate_thumbnails function to be more flexible with ↵ | Christian Fowler | 1 | -66/+33 | |
| less code. allow for possible gThumbSizes defined some place else (config_inc perhaps) with custom thumbnail sizes adn dimensions, also can now pass in of the sizes to thumb | |||||
| 2006-11-27 | fix call to gBitUser | Max Kremmel | 1 | -2/+2 | |
| 2006-11-26 | move getAttachmentList function to LibertyAttachable, where it belongs and ↵ | Max Kremmel | 1 | -1/+59 | |
| add a basic page to list all available attachments - only admin may view attachments from other users as well. - functionally still somewhat lacking... | |||||
| 2006-11-09 | check for passed in storage_guid | Christian Fowler | 1 | -2/+2 | |
| 2006-10-31 | add colorspace conversion for magicwand thumbnailing to properly handle CMYK | Christian Fowler | 1 | -4/+28 | |
| 2006-09-11 | force mime type 'text/plain' when someone uploads evil sh!te. | Max Kremmel | 1 | -1/+2 | |
| 2006-08-23 | can use a param thumbsizes to limit the thumbnails (memory exhaustion is ↵ | Sylvie Greverend | 1 | -1/+4 | |
| happening less often) | |||||
| 2006-07-31 | ensure lower case mime type split | Christian Fowler | 1 | -2/+2 | |
| 2006-07-11 | remove unnecessary liberty_get_function() call | Max Kremmel | 1 | -2/+1 | |
| 2006-07-08 | include icon in clear thumbnail clear function | Max Kremmel | 1 | -2/+2 | |
| 2006-07-08 | make original size opitonal as well | Max Kremmel | 1 | -3/+6 | |
| 2006-07-04 | remove default value for site_temp_dir from schema_inc.php. default values ↵ | Max Kremmel | 1 | -21/+19 | |
| were causing problems during install | |||||
| 2006-07-03 | more docs | Max Kremmel | 1 | -8/+22 | |
