summaryrefslogtreecommitdiff
path: root/modules/gallery/tests
AgeCommit message (Expand)Author
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-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#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
2012-07-21Allow albums to have two (or more) dots in the name. Fixes #1897.Bharat Mediratta
2012-06-11Checkpoint XSS golden fileBharat Mediratta
2012-06-11Follow-on to 3caf3cc323cd25b002aa8e44d871d4677da7a029 for #1866 - harden oneBharat Mediratta
2012-05-17Smash multiple extensions down into a single one when accepting fileBharat Mediratta
2012-05-13Follow on for #1845 - handle paths with dots in them properly.Bharat Mediratta
2012-05-05Fix extension-swapping code for files that have extensions that areBharat Mediratta
2012-05-05Fix #1846.Bharat Mediratta
2012-04-01Exclude modules/gallery/vendor/joomla from some structure testsBharat Mediratta
2012-04-01Restrict valid urls to having a http:// or https:// prefix. Fixes #1830.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2012-02-27Updated for #1764 and #1790Bharat Mediratta
2011-08-08Simplification of 59b04b897b8a664cd7334b017fac8158a6281434 for #1764:Bharat Mediratta
2011-08-07Initial commit of a patch for Ticket #1764. as discussed here: https://github...Tim Almdal
2011-07-24Update golden file.Bharat Mediratta
2011-07-21Polishing the rawphoto changes, including adding some tests.Chad Parry
2011-05-24CheckpointBharat Mediratta
2011-05-24Reassign the copyright to the standard custodian (Bharat). #1732.Bharat Mediratta
2011-05-04Simplified the temp_filename implementation and removed the mocks.Chad Parry
2011-04-30Change the signature of system::tempnam to something more appropriate for Gal...Chad Parry
2011-04-30Create a tempnam substitute that safely creates files with a given extension.Chad Parry
2011-04-25Move random::string() to be test::random_string() and have it return aBharat Mediratta
2011-04-25Update test golden files.Bharat Mediratta
2011-04-23Add convert_to_human_readable and tests for both. Resolves #1693.Bharat Mediratta
2011-04-22Do simple transliteration when converting filenames to slugs, but checkBharat Mediratta
2011-01-21Update XSS golden fileBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Golden file updates for xss and controller authentication.Bharat Mediratta
2011-01-15Revive the code from Cache_Driver::exists and put it into a helperBharat Mediratta
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-12-28Update test to match change in Item_Model::as_restful_array made inBharat Mediratta
2010-12-28Update golden file to reflect the change inBharat Mediratta
2010-12-21Implement item::find_by_relative_url with tests.Bharat Mediratta
2010-12-21Change item::find_by_path() to check the relative_path_cache first,Bharat Mediratta
2010-12-21Return an empty Item_Model when item::find_by_path failsBharat Mediratta
2010-12-21Tighten up item::find_by_path slightly. Augment the tests to coverBharat Mediratta
2010-12-21Fix assertion order to be (expected,actual)Bharat Mediratta
2010-12-22Minor changes to satisfy the G3 code standards.Kriss Andsten
2010-12-22Packaging + tests of Bharat's find_by_path routine.Kriss Andsten