| Age | Commit message (Collapse) | Author | 
|---|
|  | #1950 - Replace bogus file overwrites from item model unit test. | 
|  | clause that returns nothing when the album has no album cover - we'll
fail before that if the album's thumbnail is missing, and if it's not
missing then we'll have something to serve even if it's out of date. | 
|  | edge case behaviors.  It doesn't cover the various headers, but it does cover
the permission based code paths. | 
|  | - modified rename_photo_test, rename_album_test, move_album_test, move_photo_test
- unit tests still test file system integrity and pass | 
|  | Correct result: always "image/jpeg"
Old data_rest result: mime of cover item
Old file_proxy result: mime of album item (null) | 
|  | #1942 - Make data_rest and file_proxy more consistent | 
|  | #1941, 1948 - Fix possible warnings in movie and graphics helpers, add functions to convert between seconds and hh:mm:ss.dd (and their unit tests). | 
|  | get_movie_types_by_extension_test. | 
|  | #1944 - Fix possible warnings in legal_file::get_photo_types_by_extension and legal_file::get_movie_types_by_extension. | 
|  | that we can find is git-ignore'd. | 
|  | documentation/formatting changes.
No actual functionality changed here. | 
|  | functions to convert between seconds and hh:mm:ss.dd.
Also add unit tests for new movie helper functions. | 
|  | and legal_file::get_movie_types_by_extension.
Added unit tests for these two functions, too. | 
|  | Previously would fail with dots in the directory but no extension.  Added unit tests to verify the new change works. | 
|  |  | 
|  | functions more robust when passed an unknown extension.  Fixes Item_Model_Test. | 
|  |  | 
|  |  | 
|  |  | 
|  | items model
Many changes to movieplayer view and movie_img function in items model:
- include control bar height when dimensioning movie player
- provide a default "guess" at height and width when they are set as zero in items table
- resize movie player once the video is loaded based on its actual metadata
- add get_movie_img event to provide flexibility for altering/replacing the default Flowplayer v3
--HG--
extra : rebase_source : 5d1e9bb66ebf3e3fed5e1b9ee63790a204f21450 | 
|  | Correction of event sent from Users_Controller::_get_change_email_form
Fixes #1930 | 
|  |  | 
|  | movie helpers)]
- graphics helper: add movie_extract_frame event to generate function
(allows modules to add to the options sent to movie::extract_frame or to
generate the thumbnail on their own without movie::extract_frame)
- movie helper: add extra optional argument to movie::extract_frame
(can add ffmpeg arguments and/or change the frame extract time)
- gallery_installer: add movie_extract_time module variable, update to v53
- module.info: update to v53
- install.sql: update to v53 | 
|  |  | 
|  |  | 
|  | file types (legal_file helper)]
bug fix: modify movie.php helper to take DAR (display aspect ratio) into account in get_file_metadata
bug fix / enhancement: add duration to get_file_metadata output
bug fix: modify movie.php helper to use correct resolution and duration from get_file_metadata in extract_frame
bug fix: modify movie.php helper to be more robust against ffmpeg failures and limitations, including adding "-threads 1" argument if needed
enhancement: modified to include ordered maps of extensions to MIME types (get_photo_types_by_extension and get_movie_types_by_extension functions), modified get_file_metadata in movie and photo helpers to use them
gallery_installer, module.info, install.sql: updated to v52 with m4v mime correction code (was video/mp4) | 
|  |  | 
|  | When searching, limit search results to the current album.
In the search results screen, display which album was searched and provide
a link to search the whole gallery. | 
|  | hard-coded list of movie file extensions.
bug fix: updated uploader.php to use legal_file helper instead of hard-coded list of movie file extensions.
Fixes #1926 | 
|  | found in the search results.  Fixes #1923. | 
|  |  | 
|  |  | 
|  | incorrect event: user_change_password_form
   corrected event: user_change_email_form | 
|  | [#1875] Active area of upload photo button less than 40% of text area only - not button | 
|  | remove all tags from an item, or remove all items from a tag as
appropriate (ie, empty the collection).  Fixes #1902. | 
|  | not "all".  Fix that now and rebuild the installer package.  Fixes #1917. | 
|  |  | 
|  |  | 
|  |  | 
|  | caching of resources when HTTPS is used | 
|  |  | 
|  | switch over to the byte-range version of pseudostreaming, let's see if
that works better than what we have currently.  Fixes #1899. | 
|  | it doesn't work with later versions of jQuery.  Fixes #1889. | 
|  | module names.  Fixes #1898. | 
|  | fixes the bug where we made those files invalid in 3.0.4 without
providing a clean upgrade path.  Bump gallery module to 50. Fixes | 
|  |  | 
|  | Fixes #1896. | 
|  |  | 
|  | into the stack, if you're missing
enough it'll blow the stack (like, if you truncate the access_caches table).  Fixes #1895. | 
|  | it static.
Follow-on to 5d9e71741754809ebe5f543eb874634e6fc8cc9d for #1859. |