summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25Fixed event sent from User_Controller::_get_change_email_formMichael A Mayer
incorrect event: user_change_password_form corrected event: user_change_email_form
2012-10-18Merge pull request #2 from gallery/masterMike Mayer
Retrofit gallery/master into mikemayer67/gallery3
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.
2012-07-21Automated update of .build_number to 248 for branch masterAutomatic Build Number Updater
Last update: 27e253401678b28527444c7e4e0faa5afc95d708 (1 commits ago)
2012-07-21Sanitize the module name and don't allow storing values for illegalBharat Mediratta
module names. Fixes #1898.
2012-07-21Automated update of .build_number to 247 for branch masterAutomatic Build Number Updater
Last update: 024e2c0cd42e6c12904f4da43a9c16134cac0cc6 (10 commits ago)
2012-07-21Rename any files that have two dots in them to a legal name. ThisBharat Mediratta
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
2012-07-21Allow albums to have two (or more) dots in the name. Fixes #1897.Bharat Mediratta
2012-07-21Refill the path and url caches in the item model at the end of this task. ↵Bharat Mediratta
Fixes #1896.
2012-07-21Fix comment typo.Bharat Mediratta
2012-07-21Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2012-07-21Fix the access_cache rebuilding code to not load all missing access caches ↵Bharat Mediratta
into the stack, if you're missing enough it'll blow the stack (like, if you truncate the access_caches table). Fixes #1895.