summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/albums.php
AgeCommit message (Expand)Author
2013-01-30Improve the display context API to return a "siblings_callback" fieldBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-15Send back form errors wrapped in JSON. Fixes #1867.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-08-27Refactor the display context code a bit:Bharat Mediratta
2011-08-11Patch for tickets #1428 and #1760Tim Almdal
2011-08-11Simplification of 59b04b897b8a664cd7334b017fac8158a6281434 for #1764:Bharat Mediratta
2011-08-11Initial commit of a patch for Ticket #1764. as discussed here: https://github...Tim Almdal
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-09Fixed item controllers so that any item position is computed correctly, when ...Jérémy Subtil
2011-01-03Follow on to cfaa62370ecbdb3badf4ab68bbefa7cfedaea154 to fix indentation.Bharat Mediratta
2011-01-03Reimplemented Kohana 2.3's View::set_global() with array support.Joe7
2011-01-03Keep view counters of all item types accurateJoe7
2010-08-29Convert the "parents" variable from a result iterator to an array soBharat Mediratta
2010-08-09The root album's edit form doesn't have a name field, so don't countBharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-06-11Actually execute the database query that updates the album view count. Fixes ...Tim Almdal
2010-04-17Trigger the album_add_form_completed event after creating a new album.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-14For consistency, use straight Kohana_404_Exception instead of the event system.Andy Staudacher
2010-02-12Fix for tickets 1009 and 603: Show a themed error page to guests / registered...Andy Staudacher
2010-02-11Security: Fix leaking of album / photo names. Reject previous fix for ticket ...Andy Staudacher
2010-02-10Refactor the code to display the login page if the user does not have viewTim Almdal
2010-02-10If the user does not have permission to view the album, photo or movie, redirectTim Almdal
2010-01-19Change "dirname" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-15Move model business logic out of album::create() and intoBharat Mediratta
2010-01-15Don't use Input directly to get album names, etc. Use the form fields.Bharat Mediratta
2010-01-14Begin the process of converting to model based validation. RightBharat Mediratta
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-13Convert a database call.Bharat Mediratta
2009-12-01Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-01Fix a typo that was breaking the home page (doh!)Bharat Mediratta
2009-11-30Clean up item routing a bit.Bharat Mediratta
2009-11-26Database::orwhere() is now Database_Builder::or_where()Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-25Refactor the album, movie and photo handling to remove the REST_Controller. ...Tim Almdal
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-14Normalize pagination so that pager.html.php can handle pagination forBharat Mediratta
2009-10-30Rename the login helper to auth. Create a login and logout helper function t...Tim Almdal
2009-10-24Remove a redundant comment, change the name of the identity change event to '...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-22Use the request::referrer to determine if we are editting the photo or albumTim Almdal
2009-10-22Merge branch 'master' into talmdal_devTim Almdal