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
/
album.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-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
Change photo::create() and album::create() to take ORM instances
Bharat Mediratta
2008-12-23
Add very simple graphics toolkits.
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-16
Fix capitalization.
Bharat Mediratta
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-12-03
Fix internationalized string.
Bharat Mediratta
2008-12-02
Remove the variable from inside _()
Tim Almdal
2008-12-02
The rearrange module will now add an album if you drag the "new album" onto t...
Tim Almdal
2008-11-28
Create module::event() which runs Gallery events. It works by
Bharat Mediratta
2008-11-28
Correct parameter on gallery.album.created event firing
Tim Almdal
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-22
Correct case on helper class names. By convention, helper class names are lo...
Tim Almdal
2008-11-09
style fix
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-06
album::set_thumbnail is now part of Item_Model so it can go.
Bharat Mediratta
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