summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-18Automated update of .build_number to 266 for branch masterAutomatic Build Number Updater
Last update: 594611b1009b88ddfb0ec0ee3f24229a8f0030af (1 commits ago)
2012-12-18Check for "add" instead of "edit" in item_rest::post. Fixes #1929.Bharat Mediratta
2012-12-18Automated update of .build_number to 265 for branch masterAutomatic Build Number Updater
Last update: f2a32526be0a307005052105ed09bc337e29d333 (1 commits ago)
2012-12-18Merge pull request #81 from shadlaws/masterBharat Mediratta
[#1928 - Make thumbnail generation more flexible for movies (graphics and movie helpers)]
2012-12-18[#1928 - Make thumbnail generation more flexible for movies (graphics and ↵shadlaws
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
2012-12-17Automated update of .build_number to 264 for branch masterAutomatic Build Number Updater
Last update: 1f351c16d397012c83d193a76ccffd4030aba17b (1 commits ago)
2012-12-17Minor whitespace fix.Bharat Mediratta
2012-12-17Automated update of .build_number to 263 for branch masterAutomatic Build Number Updater
Last update: 989c24eea3bf01ec621ff3e6ad8a3d58debe0513 (1 commits ago)
2012-12-17Merge pull request #80 from shadlaws/masterBharat Mediratta
[#1924, #1925, #1927 - enhance compatibility with movies (movie helper) and file types (legal_file helper)]
2012-12-16Merge builds 261 and 262 from origin.shadlaws
2012-12-16[#1924, #1925, #1927 - enhance compatibility with movies (movie helper) and ↵shadlaws
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)
2012-12-14Automated update of .build_number to 262 for branch masterAutomatic Build Number Updater
Last update: b0618aab7a72eb0e5495e3c5f4d2a57f343c0076 (1 commits ago)
2012-12-14Merge pull request #76 from chilversc/search-filter-albumBharat Mediratta
Search within current album. Resolves #1402
2012-12-14Automated update of .build_number to 261 for branch masterAutomatic Build Number Updater
Last update: 7c62c67d56e854f69a411dd56c48ef066f951c48 (1 commits ago)
2012-12-14Bugfix follow-on to a74e3aea6f0bdde210c91622535af3e58aa1e9fd - thanks to ↵Bharat Mediratta
chilversc.
2012-12-14fix, use $current->scoreChris Chilvers
2012-12-14search within the current album by defaultChris Chilvers
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.
2012-12-10Automated update of .build_number to 260 for branch masterAutomatic Build Number Updater
Last update: de101829d1f79742bec7a8e1afa01eb416dda211 (1 commits ago)
2012-12-10bug fix: updated file_proxy.php to use legal_file helper instead of ↵shadlaws
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
2012-12-09Automated update of .build_number to 259 for branch masterAutomatic Build Number Updater
Last update: f457cd283cdfd9011d76ae96872e1f08bb219baf (1 commits ago)
2012-12-09Eliminate the search context if we encounter an item that cannot beBharat Mediratta
found in the search results. Fixes #1923.
2012-11-15Automated update of .build_number to 258 for branch masterAutomatic Build Number Updater
Last update: 1ac8c883ab0db973659228f351d5b608200e6a56 (1 commits ago)
2012-11-15Merge pull request #75 from chalbertgit/masterBharat Mediratta
Ticket #1907, Add lock timeout as an editable variable in admin=>settings=>advanced
2012-11-13[#1907] Added code needed for the case when a user upgrades.chalbertgit
2012-11-13[#1907] Added administrative variable to set lock timeout.chalbertgit
2012-11-06Automated update of .build_number to 257 for branch masterAutomatic Build Number Updater
Last update: 31681bf834d5dc560b9898d9c30903f08ecb1966 (3 commits ago)
2012-11-06Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2012-11-06Elevate X-Frame-Options from all admin and user pages to all PHPBharat Mediratta
responses. Fixes #1922.
2012-11-01Automated update of .build_number to 256 for branch masterAutomatic Build Number Updater
Last update: 31681bf834d5dc560b9898d9c30903f08ecb1966 (1 commits ago)
2012-11-01Don't show the sidebar on error pages - it just increases the chancesBharat Mediratta
that we'll compound the error. Instead, focus on the error or the login form. Fixes #1921.
2012-10-08Automated update of .build_number to 255 for branch masterAutomatic Build Number Updater
Last update: 304d8ce2ac1094a8528dad127a5958f7c57acc84 (1 commits ago)
2012-10-08Merge pull request #73 from epeay/masterBharat Mediratta
[#1875] Active area of upload photo button less than 40% of text area only - not button
2012-10-08Automated update of .build_number to 254 for branch masterAutomatic Build Number Updater
Last update: 8fc9e903747e11e64fad2ab88e3ad51e6f3ed785 (1 commits ago)
2012-10-08Fix the delete function on item_tags and tag_items collections toBharat Mediratta
remove all tags from an item, or remove all items from a tag as appropriate (ie, empty the collection). Fixes #1902.
2012-10-08Automated update of .build_number to 253 for branch masterAutomatic Build Number Updater
Last update: d882c1ba78b6ae811abd226dd46446c914e74dd0 (5 commits ago)
2012-10-08Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2012-10-08Installer for comment module version 6 still set rss_visible to "both"Bharat Mediratta
not "all". Fix that now and rebuild the installer package. Fixes #1917.
2012-10-08Automated update of .build_number to 252 for branch masterAutomatic Build Number Updater
Last update: d882c1ba78b6ae811abd226dd46446c914e74dd0 (2 commits ago)
2012-10-08Fix the recaptcha signup url. Fixes #1888.Bharat Mediratta
2012-10-08Updated Select Photos button hitbox to cover full visible button area.epeay
2012-09-28Add locale for Thai. Fixes #1916.Bharat Mediratta
2012-08-13Merge pull request #72 from gertschi83/httpsBharat Mediratta
Allow browsers to cache resources served over HTTPS Fixes #1910
2012-08-11the HTTP header Cache-Control must contain "public" in order to allow ↵Gerhard Schlager
caching of resources when HTTPS is used
2012-08-02Automated update of .build_number to 251 for branch masterAutomatic Build Number Updater
Last update: eb32966d4bc670d89eac1ccf9f0e3be202b52ef1 (1 commits ago)
2012-08-02Fix up per item feed urls. Fixes #1906.Bharat Mediratta
2012-07-23Automated update of .build_number to 250 for branch masterAutomatic Build Number Updater
Last update: eaff1ffbada9ef46865e1f7aa1a5cea681caa1d2 (1 commits ago)
2012-07-23Update Flowplayer to 3.2.12 along with all associated files. AlsoBharat Mediratta
switch over to the byte-range version of pseudostreaming, let's see if that works better than what we have currently. Fixes #1899.
2012-07-21Automated update of .build_number to 249 for branch masterAutomatic Build Number Updater
Last update: 27e253401678b28527444c7e4e0faa5afc95d708 (3 commits ago)
2012-07-21Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2012-07-21Avoid chaining after .gallery_autocomplete() - there are reports thatBharat Mediratta
it doesn't work with later versions of jQuery. Fixes #1889.