aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/filestore.php
AgeCommit message (Expand)Author
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-06-14Fixes #4577: Transparency converted to white instead of blackSteve Clay
2012-01-09coding standard fixes to engineCash Costello
2011-10-21don't set default filestore if we don't have a datarootCash Costello
2011-10-19fixed minor errors in the documentation in plugins and filestore libCash Costello
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-01-04Refs #2771: Removed CRLF.brettp
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES...ewinslow
2010-10-28Fixes #2150: Removed old code in filestore.brettp
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-20Refs #2499 - merged [6990] into trunk from 1.7 branchcash
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
2010-02-01PHP complains about not casting the timestampt to int for use in date().brettp
2010-02-01Fixes #1314: Filestore opens read-only with rb instead of r+b.brettp
2010-01-21Fixing bug in resizing function that would incorrectly attempt to crop a pict...brettp
2010-01-20Resetting cropping coords for images that can't be cropped in filestore.brettp
2010-01-20Fixes #1445: get_resized_image_from_existing_file() has an optional parameter...brettp
2009-12-16better version of get_resized_image_from_existing_file() - fixes #685 - more ...cash
2009-11-23Deleting a user will remove all user files.nickw
2009-10-29Fully deprecating file matrix use with username.nickw
2009-10-27Modifying user file locations to be based on guid.nickw
2009-10-15Standardized gobs of files.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-07-06small tweak to filestoredave
2009-06-24Some tidying of file download manager functions.marcus
2009-06-18Closes #601: Provides default for new ElggFilestore objects to remove warning...marcus
2009-06-12Refs #1041: marcus
2009-06-12Refs #1041: Extra debugmarcus
2009-05-27Removed plugin-specific references from file_display_thumbnail and file_add_t...kevin
2009-04-16Moved old file mime type guesser back to files plugin so that there are no co...marcus
2009-04-16Passed container_guid to any quota plugins and removed duplicate function def...kevinjardine
2009-04-16Added file_get_general_file_type() functionkevinjardine
2009-04-15Centralised mimetype functionmarcus
2009-04-15Rolled in Kevin's file store enhancements and upload code.marcus
2009-03-09Icons are now correctly resizedben
2009-02-13Fixes #778. Thanks!ben
2009-01-23Refs #706marcus
2008-11-14* Introducing get_loggedin_user() and get_loggedin_userid()marcus
2008-10-08Minor optimisations.marcus
2008-08-25Closes #254: If mb_string is installed then internationalised usernames are s...marcus
2008-08-08Adjusted contributors file.ben
2008-06-25Fixes for filestore.ben