summaryrefslogtreecommitdiff
path: root/plugins/mime.image.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-2/+3
2026-04-16Style tidies for PHP8.4lsces1-2/+2
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-62/+73
2021-02-03remove all references to LibertyAttachablespiderr1-5/+0
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-6/+6
2018-07-31reorg util package to put library code in includes/ and used new UTIL_PKG_INC...spiderr1-6/+6
2014-05-29add global gBitSystemmodela bitweaver1-1/+1
2013-12-15don't storeMetaData because of database encoding issuesspiderr1-1/+1
2012-10-09add 'file_name' => 'mime.image.php',spiderr1-0/+2
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-13/+13
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
2011-09-09disable mimeimage autoactivate as there are serious issues with character enc...spiderr1-1/+1
2011-06-27change dest_path to dest_branch to follow convention and avoid confusionChristian Fowler1-4/+5
2011-02-15overhaul storing of complete storage_url int liberty_files, and only use the ...spiderr1-3/+3
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2009-04-29remove treasury refwjames51-3/+3
2009-02-06hush up exif_read_data which can be noisy due to crappy files, e.g. "Incorrec...Christian Fowler1-3/+4
2009-01-03force a maximum quality of 75 to reduce panoramic image download size and pro...Max Kremmel1-2/+22
2009-01-02calculate the maximum possible vertical movement based on the aspect ratio of...Max Kremmel1-2/+20
2009-01-02remove image flop. no need for that anymore with new pano viewerMax Kremmel1-25/+22
2008-12-26split storage and attachment templates into separate templates for easier mai...Max Kremmel1-3/+3
2008-11-09clean up liberty plugin admin, move files to better dirs to keep things tidy,...Max Kremmel1-3/+3
2008-10-27make it possible to set custom panorama image sizeMax Kremmel1-3/+4
2008-10-27fix path to panorama image - this is now in thumbs subdir and use correct has...Max Kremmel1-6/+6
2008-10-27fix path to edit tplMax Kremmel1-3/+10
2008-10-27create separate function to fetch exif data so it can be invoked from other p...Christian Fowler1-12/+23
2008-10-16better pattern recognition to work out if it's a jpeg. not sure if there's ev...Max Kremmel1-3/+3
2008-09-15move mime templates to their own dir to clean up liberty/templates a bitMax Kremmel1-4/+4
2008-09-02change order of checks to reduce query counts and loadMax Kremmel1-3/+3
2008-07-18display panorama as panorama when included as {attachment}Max Kremmel1-3/+3
2008-07-12no need to include mime.default.php anymore since the default mime plugin is ...Max Kremmel1-5/+2
2008-07-11fix undefined indexes when GPS data is incompleteMax Kremmel1-8/+19
2008-07-10store full GPS data in meta table and calculate geo data when loadingMax Kremmel1-24/+31
2008-07-07don't process image further if aspect ratio isn't appropriate for panoramaMax Kremmel1-8/+11
2008-07-03extract GPS info if we have itMax Kremmel1-2/+53
2008-07-02make panorama stuff optional, create panorama thumbnail that better works wit...Max Kremmel1-21/+88
2008-07-01add funky new way to view panoramic imagesMax Kremmel1-9/+34
2008-06-14undefined indexMax Kremmel1-3/+5
2008-06-13update docsMax Kremmel1-9/+9
2008-06-10allow plugins to update guid on updateMax Kremmel1-10/+14
2008-06-10basic image handler which will extract exif data and dump it in meta table. s...Max Kremmel1-0/+176