summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/movie.php
AgeCommit message (Expand)Author
2009-12-06Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-06Remove the hidden form variable _method which was used in the no longer rest ...Tim Almdal
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-09Revert "Try an new approach to extending forms. Create an extend_form event....Tim Almdal
2009-11-01Try an new approach to extending forms. Create an extend_form event. For the...Tim Almdal
2009-10-31Include the gallery_toolkit_path in the path when determining the location of...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Cleanup merge of user/group helpers into Identity interface. Reduce redundan...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-13Don't allow users to change the file extension of photos/moviesBharat Mediratta
2009-10-11Make the slug field required for all items.Bharat Mediratta
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-23Clone the photo::get_edit_form to the movies helper and use it to generate th...Tim Almdal
2009-09-07Add support for a per-item "slug" which will be the user-visible urlBharat Mediratta
2009-09-07Quiet down ffmpeg in movie::extract_frame()Bharat Mediratta
2009-07-16Second non-trivial change to the event code. We now publish modelBharat Mediratta
2009-07-14Add /opt/bin as a binary path.Bharat Mediratta
2009-07-02ORM::Factory -> ORM::factoryBharat Mediratta
2009-06-24Look in /opt/local/bin for binaries, too.Bharat Mediratta
2009-06-16Use a placeholder image if ffmpeg is missing instead of throwing anBharat Mediratta
2009-06-12Add /usr/local/bin to PATH before trying to detect binaries.Bharat Mediratta
2009-06-09Check in /usr/local/bin for ffmpeg, and create the setting even if itsBharat Mediratta
2009-05-31Relax the regex we use to extract the movie size so that it works withBharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta