summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/movies.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.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-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-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 "filename" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-16Convert Movies_Controller::update() over to model based validation.Bharat Mediratta
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-16Convert a database call.Bharat Mediratta
2009-12-01Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat 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-26Overload Database_Builder to add merge_where() which takes predefinedBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Refactor the album, movie and photo handling to remove the REST_Controller. ...Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-08Fix an accidental old use of $photo in the extension renaming code.Bharat Mediratta
2009-11-04Modified the so that a where clause can be passed into item::get_position. W...Tim Almdal
2009-10-13Don't allow users to change the file extension of photos/moviesBharat Mediratta
2009-09-23Clone the photo::get_edit_form to the movies helper and use it to generate th...Tim Almdal
2009-09-21Update the next/previous item calculations to match what we do in photos.phpBharat Mediratta
2009-09-08Minor tweaks to the url refactor.Bharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-071. Actually set the slug to the new value in the controllers.Bharat Mediratta
2009-09-07Add the 'Internet Address' field to all items, along with properBharat Mediratta
2009-08-31Stay on the same page when editing albums/movies/photos. Fixes ticketBharat Mediratta
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-07-28Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change theTim Almdal
2009-07-24Add tag autocomplete to the album and photo edit pop up dialogs.Tim Almdal
2009-07-20Make some API changes simplify the tag editing code. We now have aBharat Mediratta
2009-07-20(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...hiwilson
2009-07-16Second non-trivial change to the event code. We now publish modelBharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta