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
/
modules
/
gallery
/
helpers
/
movie.php
Age
Commit message (
Expand
)
Author
2013-01-26
#1951 - Make metadata generation more flexible (photo and movie helpers).
shadlaws
2013-01-24
#1960 - Add unit test to look for extra spaces at end of line
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2013-01-19
#1941, 1948 - Fix possible warnings in movie and graphics helpers, add functi...
shadlaws
2012-12-18
[#1928 - Make thumbnail generation more flexible for movies (graphics and mov...
shadlaws
2012-12-16
[#1924, #1925, #1927 - enhance compatibility with movies (movie helper) and f...
shadlaws
2012-05-05
Improve the dimensions-detecting regex, thanks to cchiappa.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-10
Stop using "which" to find binaries. Create system::find_binary()
Bharat Mediratta
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-09-22
Prioritize using the value in graphics_toolkit_path over the standard
Bharat Mediratta
2010-09-16
Add a module variable containing extra paths to search for binaries.
Bharat Mediratta
2010-08-21
Verify that the ffmpeg path still exists by using file_exists(). This
Bharat Mediratta
2010-08-07
Add the ability to replace the source data file in Item_Model::save().
Bharat Mediratta
2010-07-10
Pass along the from_id when editing albums in the context menu, and
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-06
Fix ticket 930: Use the first frame as video thumbnail if the video is shorte...
Andy Staudacher
2010-01-27
Localize validation messages.
Bharat Mediratta
2010-01-19
Change "filename" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-16
Convert Movies_Controller::update() over to model based validation.
Bharat Mediratta
2010-01-16
Make movie creation use model based validation. Move movie related
Bharat Mediratta
2010-01-15
Move setting Item_Model::rand_key into Item_Model::save() since it's
Bharat Mediratta
2009-12-31
A more thorough fix for #745 and #940. Stop using the referer to
Bharat Mediratta
2009-12-06
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-06
Remove the hidden form variable _method which was used in the no longer rest ...
Tim Almdal
2009-11-26
Database::orwhere() is now Database_Builder::or_where()
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-25
Refactor the album, movie and photo handling to remove the REST_Controller. ...
Tim Almdal
2009-11-09
Revert "Try an new approach to extending forms. Create an extend_form event....
Tim Almdal
2009-11-01
Try an new approach to extending forms. Create an extend_form event. For the...
Tim Almdal
2009-10-31
Include the gallery_toolkit_path in the path when determining the location of...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-13
Don't allow users to change the file extension of photos/movies
Bharat Mediratta
2009-10-11
Make the slug field required for all items.
Bharat Mediratta
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-23
Clone the photo::get_edit_form to the movies helper and use it to generate th...
Tim Almdal
2009-09-07
Add support for a per-item "slug" which will be the user-visible url
Bharat Mediratta
2009-09-07
Quiet down ffmpeg in movie::extract_frame()
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-14
Add /opt/bin as a binary path.
Bharat Mediratta
2009-07-02
ORM::Factory -> ORM::factory
Bharat Mediratta
2009-06-24
Look in /opt/local/bin for binaries, too.
Bharat Mediratta
2009-06-16
Use a placeholder image if ffmpeg is missing instead of throwing an
Bharat Mediratta
2009-06-12
Add /usr/local/bin to PATH before trying to detect binaries.
Bharat Mediratta
[next]