summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2013-01-25Merge pull request #103 from shadlaws/fix_1965Bharat 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-25Fix an assignment-instead-of-comparison bug. I wish PHP had a betterBharat Mediratta
2013-01-25#1956 - Escape LIKE queries (for _ and %).shadlaws
2013-01-24Follow-on to b50768142745dc4bfd8a9460c7490ddd00e3b06a - add a defaultBharat Mediratta
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-24Merge pull request #99 from shadlaws/fix_1955Bharat 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-23Extract reweighting logic out of Organize_Controller intoBharat Mediratta
2013-01-23Add a cache buster to all data_rest urls, add caching headers to allBharat 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-23Update golden files after 80d6a895edb1cfc3dd0bcacd0d2c63b40c04670cBharat Mediratta
2013-01-23Add a "can_add" permission bit similar to the "can_edit" bit to the RESTful a...Bharat Mediratta
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-23Merge pull request #97 from mikeage/organize_tag2Bharat Mediratta
2013-01-23 #1952 Add bulk tagging to the Organize module.Mike Miller
2013-01-23Use the thumb proportion from the first item in an album if the album has chi...Bharat Mediratta
2013-01-22Merge pull request #98 from shadlaws/fix_1954Bharat Mediratta
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21#1954 - Skip buffer calls for unit tests of file_proxy and data_rest.shadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2013-01-20Merge pull request #95 from shadlaws/fix_1950Bharat Mediratta
2013-01-21Add unit tests for data_rest. While I'm in there, get rid of theBharat Mediratta
2013-01-20Add a long overdue test for File_Proxy_Controller that tests all the variousBharat Mediratta
2013-01-20#1950 - Replace bogus file overwrites from item model unit test.shadlaws
2013-01-20#1949 - Fix album thumb mime types given by data_rest and file_proxyshadlaws
2013-01-19Merge pull request #89 from shadlaws/fix_1942Bharat Mediratta
2013-01-19Merge pull request #88 from shadlaws/fix_1941Bharat Mediratta
2013-01-20Simplify get_photo_types_by_extension_test and get_movie_types_by_extension_t...Bharat Mediratta
2013-01-19Merge pull request #93 from shadlaws/fix_1944Bharat Mediratta
2013-01-20Change the logic for finding controllers to use glob() but drop anythingBharat Mediratta
2013-01-19#1942 - Make data_rest and file_proxy more consistent - several minor documen...shadlaws
2013-01-19#1941, 1948 - Fix possible warnings in movie and graphics helpers, add functi...shadlaws
2013-01-19#1944 - Fix possible warnings in legal_file::get_photo_types_by_extension and...shadlaws
2013-01-18#1943 - Make legal_file::change_extension more robust.shadlaws
2013-01-17Update golden files.Bharat Mediratta
2013-01-17Follow-on to 94b26e506c339f50b8d094057bffc1877a79afa9 - make the new legal_fileBharat Mediratta
2013-01-14Fix up some indentation.Bharat Mediratta
2013-01-13Tags by name (includes a G2 mapping)Mike Miller
2013-01-01#1919 - change `convert -v` to `convert -version`shadlaws
2012-12-30#1931, #1932, #1933, #1934 - movieplayer view and movie_img function in items...shadlaws
2012-12-20Merge pull request #74 from mikemayer67/masterBharat Mediratta
2012-12-18Check for "add" instead of "edit" in item_rest::post. Fixes #1929.Bharat Mediratta
2012-12-18[#1928 - Make thumbnail generation more flexible for movies (graphics and mov...shadlaws