Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-20 | Simplify get_photo_types_by_extension_test and ↵ | Bharat Mediratta | |
get_movie_types_by_extension_test. | |||
2013-01-19 | #1944 - Fix possible warnings in legal_file::get_photo_types_by_extension ↵ | shadlaws | |
and legal_file::get_movie_types_by_extension. Added unit tests for these two functions, too. | |||
2013-01-18 | #1943 - Make legal_file::change_extension more robust. | shadlaws | |
Previously would fail with dots in the directory but no extension. Added unit tests to verify the new change works. | |||
2012-05-17 | Smash multiple extensions down into a single one when accepting file | Bharat Mediratta | |
uploads. Fixes #1872. | |||
2012-05-13 | Follow on for #1845 - handle paths with dots in them properly. | Bharat Mediratta | |
2012-05-05 | Fix extension-swapping code for files that have extensions that are | Bharat Mediratta | |
not 3 characters long. Fixes #1845. |