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