aboutsummaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-06-18forgot to delete relationship created when tagging with usersCash Costello
2009-06-17added another setting - now view counter can be turned on and offCash Costello
2009-06-16made some improvements to image uploadingCash Costello
2009-06-16added delete phototags capabilityCash 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-07added option for turning off ratingsCash 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-06can now turn off group permissions override - menus are still available thoughCash Costello
2009-06-06added PHP ImageMagick resizing - needs more testing and determining how much ↵Cash Costello
memory it needs
2009-06-06added admin setting for exifCash Costello
2009-06-05added image sizes to settings and removed deprecated settings objectCash Costello
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-06-03almost done with new settings page - need to add link to server analysis and ↵Cash Costello
remove default plugin edit view
2009-06-02added next section of admin settings - finishing the action is nextCash Costello
2009-05-27added action framework for new settings pageCash Costello
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-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-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-13added relationship between user and photo when tagged - this will enable ↵Cash Costello
searching for all photos that include user x
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-05-09added a check so that normal tags are created for photo tags that are not usersCash Costello
2009-04-04putting tags in the databaseCash Costello
2009-04-04almost done with first version of ui for setting tagsCash Costello