aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-20added exif supportGreg Froese
2009-05-20put watermark masks in proper placeGreg Froese
2009-05-20moved watermarking into lib dirGreg Froese
2009-05-20added function for determining path to main image directory Cash Costello
2009-05-19improved tag text displayCash Costello
2009-05-19fixed bug with deletion of watermark foreground mask Cash Costello
2009-05-18added some defines to make the code easier to understandCash Costello
2009-05-18finished the upload error messagesCash Costello
2009-05-18how about I actually add the recently viewed fileGreg Froese
2009-05-18fixed watermarking after code re-org and added most recently viewed optionGreg Froese
2009-05-18started work on improving upload error messagesCash Costello
2009-05-17A little cleanup of old stuffCash Costello
2009-05-17reorged delete code to get rid of nested if statements and added trigger ↵Cash Costello
event in case a plugin wants to know when an album/image has been deleted
2009-05-17added events to end of successful actions so plugins can do stuff Cash Costello
2009-05-17cleaning up some viewsCash Costello
moved image controls to separate view so it easier for plugins to extend tidypics
2009-05-17moved tagging from image.php to a view - make sure to refresh view cache ↵Cash Costello
when updating to this version
2009-05-17added skeleton for PHP ImageMagickCash Costello
2009-05-17moved all resize code into lib/resize.phpCash Costello
2009-05-17support spaces in images for resizing and watermarking, support some basic ↵Greg Froese
tags for watermarking
2009-05-17commented out a custom callGreg Froese
2009-05-17missed language fileGreg Froese
2009-05-17fixed views topping out at 10 and made the download link an optionGreg Froese
2009-05-17moved code from upload action in resize libraryCash Costello
2009-05-17starting to put into place framework for ImageMagick PHP resizingCash Costello
2009-05-16checking approx size in memory to prevent WSOD on resize operations - this ↵Cash Costello
is using a very rough estimate
2009-05-16reorganized upload a little and added better error handling for a few casesCash Costello
2009-05-16forgot to update the default max file size in settingsCash Costello
2009-05-16cleaning up upload codeCash Costello
2009-05-16added check for no images uploadedCash Costello
2009-05-16added image magick test to server analysisCash Costello
2009-05-16added some basic server stats to help guide configurationCash Costello
2009-05-16added screen for viewing server setup to advise on configuring server for ↵Cash Costello
better Tidypics performance
2009-05-16center tagging instructionsCash Costello
2009-05-16another IE javascript change for position elementsCash Costello
2009-05-16work around for IE when no tags presentCash Costello
2009-05-16counting now using annotationsGreg Froese
2009-05-13made path to imagemagick a settingGreg Froese
2009-05-13fixed sorting for most viewed and watermarking files to show proper owner ↵Greg Froese
when watermarking images in a group album
2009-05-13added relationship between user and photo when tagged - this will enable ↵Cash Costello
searching for all photos that include user x
2009-05-13added warning to settings fileCash Costello
2009-05-13added a new plugin that allows users to set an extensive list of (future) ↵Cash Costello
parameters and not have to worry about upgrades
2009-05-13image sizes are now defined in the settings objectCash Costello
2009-05-13added some framework for a tidypics settings object - this will be for ↵Cash Costello
detailed configuration
2009-05-12made small thumbnail square again and put watermarking where it belongsGreg Froese
2009-05-12tweak to watermark file creationGreg Froese
2009-05-12added watermark option and re-enabled the code for watermarks if one is set ↵Greg Froese
in settings
2009-05-12Placeholders for library functionsCash Costello
2009-05-12added tidypics_ to url functions so we don't have a function collision Cash Costello
2009-05-12acting on image library selector in settings - can pick between GD php and ↵Cash Costello
ImageMagick system calls now
2009-05-12used proper dbprefixGreg Froese