| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
mediagoblin/_version.py
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We use this for PDF.js now... we should reference that.
This commit sponsored by Bonnie King. Thanks!
|
| | | |
| | | |
| | | |
| | | | |
This commit sponsored by William Linna. Thank you!
|
|/ / /
| | |
| | |
| | | |
This commit sponsored by Christoph Schumacher. Thank you!
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Explain that it works fine without libreoffice, just with reduced
functionality.
Signed-off-by: Alon Levy <alevy@redhat.com>
|
| | |
| | |
| | |
| | | |
This commit sponsored by Brian Kemp. Thank you!
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Fixed an outdated URL
- Rewrote "Separate Celery" section
- Changed literal blocks to bash code-blocks
- Changed wording when referring to the MediaGoblin WSGI application
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- updated old theme assetlink section to reflect new location of
./bin/gmg assetlink and removed comment about the plugin command
being temporary.
- Added a new section to the standard config file on where to put the
plugin_static section
- Added release notes about said section
This commit sponsored by Thomas Webber. Thanks, Dad!
|
| | |
| | |
| | |
| | |
| | |
| | | |
Moved all references and also added a note to our release notes.
This commit sponsored by Juan Rodriguez. Thank you!
|
| | | |
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Added link to Apache deployment instructions
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | | |
You should not leak that file, really.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | | |
|
| |/
|/|
| |
| |
| | |
The geolocation ini sample needed more indenting and
got a nice "code-block:: ini".
|
| | |
|
| | |
|
| |
| |
| |
| | |
This commit sponsored by Martin Ansdell-Smith. Thanks!
|
| | |
|
| |
| |
| |
| | |
This commit sponsored by S J Bennett. Thanks!
|
| |
| |
| |
| |
| |
| |
| | |
- Added wrap_wsgi, celery_setup, celery_logging_setup hooks
- Updated raven plugin docs
- Updated production considerations docs
- Added raven logging setup
|
| |
| |
| |
| | |
This commit sponsored by Johannes Knabbe. Thank you!
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
We need some "Part" for developers. Currently, it's named
"Part 4: Developer's Zone". But we should come up with a
better name soon.
Moved the codebase docs in there for starters.
|
| |
| |
| |
| | |
Also changed some literal blocks to code-blocks
|
| | |
|
| |
| |
| |
| | |
It is pushing up the daisies. Also relnote the change.
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
./bin/gmg dbupdate
|
|
|
|
| |
On MongoDB...
|
|
|
|
|
|
| |
Both adding info to run it when adding new media types, and adding
info that you might need to stop mediagoblin before you run these
commands.
|
|
|
|
|
|
|
|
| |
Rather than mentioning a hypothetical module restrictfive, we use the
existing plugin mediagoblin-licenses that people can install. Also,
mention that plugin in the release notes.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|\
| |
| |
| |
| | |
* spaetz/formerge/507_remove_routes:
Purge routes package from MG (#507)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We were not actually using the routes package anymore, but it was
still mentioned in the documention. Adapt the plugin documentation to
actually represent reality, although I don't like the API design.
(but this is for another day)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|/
|
|
| |
Thanks to #mediagoblin.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This fixes some minor issues in the documentation.
|