aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-05-12well, how about a settings that actually works this timeCash Costello
2009-05-12Add setting to select between GD and ImageMagick - not using setting yetCash Costello
2009-05-11added most viewed and recent for friends and 'yourss'Greg Froese
2009-05-11beginning to fix recent/most viewed - this commit uses elgg_echo for display ↵Cash Costello
strings on menu
2009-05-11imagemagick support for creating thumbnails and watermarkingGreg Froese
2009-05-10commented rating code - not used yetGreg Froese
2009-05-10adding in most viewed and recent images pagesGreg Froese
2009-05-09started adding images to activity riverCash Costello
2009-05-09breadcrumb view has been addedCash Costello
2009-05-09tweaked image frameCash Costello
2009-05-09tweaked the tag menu boxCash Costello
2009-05-09updated tagging instructionsCash Costello
2009-05-09starting process of moving all language strings to beginning with tidypicsCash Costello
2009-05-09added a check so that normal tags are created for photo tags that are not usersCash Costello