aboutsummaryrefslogtreecommitdiff
path: root/actions/upload.php
AgeCommit message (Collapse)Author
2009-06-21improved group code including river viewCash Costello
2009-06-21final tweaks of gd upload codeCash Costello
2009-06-16made some improvements to image uploadingCash Costello
2009-06-14close to final version of river entries - commented out cover from image ↵Cash Costello
view and added option for album to show multiple photos
2009-06-13added disk quota for users and groupsCash Costello
2009-06-09adding simpletype to imagesCash Costello
2009-06-07improved exif code - catching pngs, gifs, etcCash Costello
The display code should be moved to a view to keep it separate from the controller code
2009-06-07fixed minor issue with uploading png from IE7Cash Costello
2009-06-06added PHP ImageMagick resizing - needs more testing and determining how much ↵Cash Costello
memory it needs
2009-06-041. only supporting Elgg 1.5 and greater now - river codeCash Costello
2. fixed a bug with river code and adding single images to activity
2009-05-22added river activity for uploaded imagesGreg Froese
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-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-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-17added events to end of successful actions so plugins can do stuff Cash 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-17missed language fileGreg 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-16cleaning up upload codeCash Costello
2009-05-16added check for no images uploadedCash Costello
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-13image sizes are now defined in the settings objectCash Costello
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-12acting on image library selector in settings - can pick between GD php and ↵Cash Costello
ImageMagick system calls now
2009-05-11imagemagick support for creating thumbnails and watermarkingGreg Froese
2009-03-29raised file limit for image resizing to 2.5 MB from .9 MBCash Costello
2009-03-28moved river create new album event to first upload so people don't see the ↵Cash Costello
new album in activity before any photos have been uploaded
2009-03-21cleaned up actions - formattingCash Costello
2009-02-25First commitCash Costello