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
/
controllers
/
albums.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 'xxx_changed' events to 'xxx_updated'
Bharat Mediratta
2009-01-15
Rename events
Bharat Mediratta
2009-01-15
whitespace fix.
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-08
Update event calls to take the orig and new models so that event listeners ca...
Bharat Mediratta
2009-01-04
Fix message line so that uploads work
Bharat Mediratta
2009-01-03
Stay on the right page when we navigate up in the breadcrumb.
Bharat Mediratta
2008-12-29
Remove rest::JSON content type; it's causing lots of problems and it doesn't ...
Bharat Mediratta
2008-12-29
Don't set the document type to JSON when uploading photos.
Bharat Mediratta
2008-12-26
Added content type to JSON output functions
Felix Rabinovich
2008-12-25
Rework log and message helpers to be parallel, but separate.
Bharat Mediratta
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-25
Rest_Controller -> REST_Controller everywhere, for consistency.
Bharat Mediratta
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-20
Update view counts for albums also
Bharat Mediratta
2008-12-19
We always have at least 1 page in an album.
Bharat Mediratta
2008-12-17
Add Item_Model::viewable() which we can use to restrict any query to
Bharat Mediratta
2008-12-16
Fix a bug where we were using module::set_var() instead of module::get_var() ...
Bharat Mediratta
2008-12-12
Remove a couple of todo's by store the "theme name", "admin theme name" and "...
Tim Almdal
2008-12-10
Change all access API methods to take ORMs instead of ids. This will
Bharat Mediratta
2008-12-09
Check view permissions before allowing view access to albums/photos.
Bharat Mediratta
2008-12-02
The rearrange module will now add an album if you drag the "new album" onto t...
Tim Almdal
2008-11-29
Insure that the page and offset refere to valid items
Tim Almdal
2008-11-27
1) Create a Theme_View class that combines the functionality of the Theme cla...
Tim Almdal
2008-11-27
Add children_count to album/photo controllers for consistency with tags
Bharat Mediratta
2008-11-26
Add a new "tag" page type.
Bharat Mediratta
2008-11-19
Change the way that we do RESTful routing.
Bharat Mediratta
2008-11-19
* Renamed the album, item and photo controllers to albums, items and photos i...
Jozef Selesi