summaryrefslogtreecommitdiff
path: root/core/helpers/photo.php
AgeCommit message (Expand)Author
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-15Rename eventsBharat Mediratta
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-12Updated for new Form_Submit API.Bharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-23Clean up the way that we upload via dialogs:Bharat Mediratta
2008-12-23Change photo::create() and album::create() to take ORM instancesBharat Mediratta
2008-12-23Add very simple graphics toolkits.Bharat Mediratta
2008-12-23Update comment.Bharat Mediratta
2008-12-23Change photo::img_dimensions to take the dimensions, not a photo. This lets ...Bharat Mediratta
2008-12-20Implement the photo stream with the most recently uploaded photos.Bharat Mediratta
2008-12-17Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...Bharat Mediratta
2008-12-141) fix Forge_Group to display the label (will raise a bug with Kohana)Tim Almdal
2008-12-13Set the resize and thumbnail maximum dimension into the module vars tableTim Almdal
2008-12-13Set thumbnails to 200x200 and resizes to 640x640 and let the Image::resize me...Tim Almdal
2008-12-071) Change the photo description field to a text areaTim Almdal
2008-12-07Change ORM_MPTT::add_to_parent() to take an ORM instead of an id soBharat Mediratta
2008-12-06Implemented photo::_get_photo_add(). You need to create the var/uploads dire...Tim Almdal
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Rename item events and create events for comment create, login, logout, user ...Tim Almdal
2008-11-28Add event plumbing to allow the tag module to be notified when a photo is cre...Tim Almdal
2008-11-27Set resize to 640x480 for now to avoid breaking the default theme layoutBharat Mediratta
2008-11-22Correct case on helper class names. By convention, helper class names are lo...Tim Almdal
2008-11-212nd attempt at inserting html by modules.Tim Almdal
2008-11-20Correct missing quotesTim Almdal
2008-11-19Add the original item height and width to the item tableTim Almdal
2008-11-19add the mime type column on the item tableTim Almdal
2008-11-09Implement Item_Controller::put() and delete()Bharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-05* Add thumbnail and resize dimensions to the item table and use themBharat Mediratta
2008-11-05Change the default theme to actually render what's in the Gallery.Bharat Mediratta
2008-11-04Lots of new stuff!Bharat Mediratta