summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25Automated update of .build_number to 297 for branch masterAutomatic Build Number Updater
2013-01-25Merge pull request #96 from shadlaws/fix_1951Bharat Mediratta
2013-01-26#1951 - Make metadata generation more flexible (photo and movie helpers).shadlaws
2013-01-25#1965 - Improve sanity checks and copy/convert/process logic for rotate and r...shadlaws
2013-01-25Automated update of .build_number to 296 for branch masterAutomatic Build Number Updater
2013-01-25Fix an assignment-instead-of-comparison bug. I wish PHP had a betterBharat Mediratta
2013-01-25Automated update of .build_number to 295 for branch masterAutomatic Build Number Updater
2013-01-25Merge pull request #102 from shadlaws/fix_1964Bharat Mediratta
2013-01-25Automated update of .build_number to 294 for branch masterAutomatic Build Number Updater
2013-01-25Follow-on to 8e954cf5f0be61eb9ac6fa6e8f04ee6dcf4aaf23 - use HTTP_HOST if ther...Bharat Mediratta
2013-01-25Automated update of .build_number to 293 for branch masterAutomatic Build Number Updater
2013-01-25Use SERVER_NAME instead of HTTP_HOST. Fixes #1963.Bharat Mediratta
2013-01-25Properly escape backslashes. Fixes #1962.Bharat Mediratta
2013-01-25Automated update of .build_number to 292 for branch masterAutomatic Build Number Updater
2013-01-25Merge pull request #100 from shadlaws/fix_1956Bharat Mediratta
2013-01-25#1964 - TMPPATH is mis-defined in index.php.shadlaws
2013-01-25#1956 - Escape LIKE queries (for _ and %).shadlaws
2013-01-24Automated update of .build_number to 291 for branch masterAutomatic Build Number Updater
2013-01-24Follow-on to b50768142745dc4bfd8a9460c7490ddd00e3b06a - add a defaultBharat Mediratta
2013-01-24Automated update of .build_number to 290 for branch masterAutomatic Build Number Updater
2013-01-24Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2013-01-24If profiling is enabled, dump out profiling data instead of proxiedBharat Mediratta
2013-01-24Add back a comment that I accidentally removed in the last commit.Bharat Mediratta
2013-01-24Automated update of .build_number to 289 for branch masterAutomatic Build Number Updater
2013-01-24Merge pull request #99 from shadlaws/fix_1955Bharat Mediratta
2013-01-24Automated update of .build_number to 288 for branch masterAutomatic Build Number Updater
2013-01-24Merge pull request #101 from shadlaws/fix_1960Bharat Mediratta
2013-01-24#1955 - Make unit test photos unique.shadlaws
2013-01-24#1960 - Add unit test to look for extra spaces at end of lineshadlaws
2013-01-23Automated update of .build_number to 287 for branch masterAutomatic Build Number Updater
2013-01-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2013-01-23Extract reweighting logic out of Organize_Controller intoBharat Mediratta
2013-01-23Automated update of .build_number to 286 for branch masterAutomatic Build Number Updater
2013-01-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2013-01-23Add a cache buster to all data_rest urls, add caching headers to allBharat Mediratta
2013-01-23Automated update of .build_number to 285 for branch masterAutomatic Build Number Updater
2013-01-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2013-01-23After finding a test in Item_Model_Test that didn't end in the string "_test"...Bharat Mediratta
2013-01-23Fix comment typo.Bharat Mediratta
2013-01-23Automated update of .build_number to 284 for branch masterAutomatic Build Number Updater
2013-01-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2013-01-23Update golden files after 80d6a895edb1cfc3dd0bcacd0d2c63b40c04670cBharat Mediratta
2013-01-23Automated update of .build_number to 283 for branch masterAutomatic Build Number Updater
2013-01-23Add a "can_add" permission bit similar to the "can_edit" bit to the RESTful a...Bharat Mediratta
2013-01-23Automated update of .build_number to 282 for branch masterAutomatic Build Number Updater
2013-01-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2013-01-23Enable the profiler and debug output if var/PROFILE exists. ThisBharat Mediratta
2013-01-23Automated update of .build_number to 281 for branch masterAutomatic Build Number Updater
2013-01-23Merge pull request #97 from mikeage/organize_tag2Bharat Mediratta
2013-01-23 #1952 Add bulk tagging to the Organize module.Mike Miller