aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Add plyr as player default and remove NodeJS, npm and videojsJesús2022-02-281-3/+9
|
* Remove duplicate pdf.js submoduleJesús2022-02-281-3/+0
|
* Use https:// instead of git:// to clone [#5551]Andrew Browning2018-04-021-3/+3
| | | | This was partially addressed in eee3e41 but missed many items.
* Back to pdf.js from git submodules...Christopher Allan Webber2015-02-171-0/+3
|
* Remove extlib deps moved into bowerChristopher Allan Webber2015-02-171-3/+0
|
* Add JPope's sandy 70s speedboat themeJessica Tallon2014-07-201-0/+3
|
* Revert "Add JPope's sandy 70s speedboat theme"Jessica Tallon2014-07-201-3/+0
| | | | | | | The theme is in the wrong place. Elrond suggested in IRC that actually it should go in mediagoblin/themes. This reverts commit 58432bcb8cf1795b90bc08b1a9615c64d77e1e3a.
* Add JPope's sandy 70s speedboat themeJessica Tallon2014-07-181-0/+3
|
* Removing extlib submodule and switching it to being a package.Christopher Allan Webber2014-03-271-3/+0
| | | | | | | Much nicer! This commit sponsored by Cameron Merkel. Thanks Cameron! Good luck with yer projects!
* make exif a submoduleAlon Levy2014-03-021-0/+3
| | | | | | | Updates it to latest which includes a fix for a 100% hang on a jpg without any EXIF data: https://www.dropbox.com/s/m5l185qxq9w5mzk/raspberry-pi-gpio-cheat-sheet.jpg Signed-off-by: Alon Levy <alon@pobox.com>
* initial skeleton pushjpope7772014-01-051-1/+3
|
* Remove extlib/tinymce submodule.Aditi2013-08-101-0/+1
|
* add pdf media typeAlon Levy2013-04-151-0/+6
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>