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