Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | robogoblins.xcf | Christopher Allan Webber | 2014-02-09 | 1 | -2/+3 |
| | |||||
* | robogoblins source | Christopher Allan Webber | 2014-02-09 | 2 | -3/+5 |
| | |||||
* | updated COPYING file for current data in this directory | Christopher Allan Webber | 2014-02-09 | 2 | -61/+56 |
| | |||||
* | Source files for some of the test submission artwork. | Christopher Allan Webber | 2014-02-06 | 6 | -0/+439 |
| | |||||
* | copying.txt | Rodney Ewing | 2013-08-26 | 1 | -0/+5 |
| | |||||
* | fixed tests | Rodney Ewing | 2013-08-26 | 1 | -0/+0 |
| | |||||
* | fixed tests and defaults | Rodney Ewing | 2013-08-26 | 1 | -0/+0 |
| | |||||
* | add pdf media type | Alon Levy | 2013-04-15 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | The new media type supports pdf and a subset of media recognized by libreoffice via unoconv. Every document added goes through: * conversion to pdf with unoconv if not already a pdf * creation of thumbnail and medium sized image, and pdfinfo generates some information (even for unoconv produces docs - should fix this) Poppler (pdftocairo, pdfinfo) is used. http://poppler.freedesktop.org/ A working but uglified pdf.js integration exists, which is enabled by setting pdf.pdf_js=true mediagoblin_local.ini (disabled in mediagoblin.ini) Adds one test to the test_submission test suite, and another separate test_pdf suite. The tests are only run if media_types.pdf.processing.check_prerequisites passes, so the test suite will not require any extra package. TODO: make test suite say 'skipped' in that case instead of just 'ok' Signed-off-by: Alon Levy <alon@pobox.com> | ||||
* | Changing "evil" submission test-script to be a bash script. | Christopher Allan Webber | 2013-03-12 | 3 | -0/+0 |
| | |||||
* | Add tests for image processing. Check filenames and image sizes. | Brett Smith | 2012-03-20 | 1 | -0/+0 |
| | | | | | | | This test helps verify that bug #261 is actually fixed. In order to test that all the processed images are smaller, I needed to add an image that's bigger than processing.MEDIUM_SIZE, hence bigblue.png. | ||||
* | finished basic submission testing | Chris Moylan | 2011-07-05 | 5 | -0/+0 |