Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually link to the release notes when we say "see the release notes". | Christopher Allan Webber | 2013-05-29 | 1 | -0/+2 |
| | | | | This commit sponsored by Brian Kemp. Thank you! | ||||
* | Improved docs | Joar Wandborg | 2013-05-24 | 1 | -25/+39 |
| | | | | | | | - Fixed an outdated URL - Rewrote "Separate Celery" section - Changed literal blocks to bash code-blocks - Changed wording when referring to the MediaGoblin WSGI application | ||||
* | Documentation changes to reflect new plugin assetlink stuff | Christopher Allan Webber | 2013-05-23 | 3 | -1/+23 |
| | | | | | | | | | | | - 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! | ||||
* | Move "bits" templates with dashes in them to underscores | Christopher Allan Webber | 2013-05-22 | 1 | -0/+16 |
| | | | | | | Moved all references and also added a note to our release notes. This commit sponsored by Juan Rodriguez. Thank you! | ||||
* | Just word-wrapping the recent changes to the deployment docs. | Christopher Allan Webber | 2013-05-17 | 1 | -6/+11 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/merge-requests/58' | Christopher Allan Webber | 2013-05-17 | 1 | -4/+23 |
|\ | |||||
| * | Added info about editing mediagoblin.ini | Sam Tuke | 2013-05-06 | 1 | -4/+23 |
| | | | | | | | | Added link to Apache deployment instructions | ||||
* | | Merge remote-tracking branch 'refs/remotes/merge-requests/47' | Christopher Allan Webber | 2013-05-10 | 1 | -1/+13 |
|\ \ | |/ |/| | |||||
| * | actual upgrade instructions | Mike Linksvayer | 2012-12-20 | 1 | -1/+13 |
| | | |||||
* | | Add warning about crypt/itsdangeroussecret.bin. | Elrond | 2013-04-30 | 1 | -0/+14 |
| | | | | | | | | You should not leak that file, really. | ||||
* | | ppoppler -> poppler tyop fix | Christopher Allan Webber | 2013-04-17 | 1 | -1/+1 |
| | | |||||
* | | add pdf media type | Alon Levy | 2013-04-15 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Adding some help about what to do if flup flakes out on you | Christopher Allan Webber | 2013-04-10 | 1 | -0/+5 |
| | | |||||
* | | Improve release notes formatting. | Elrond | 2013-03-19 | 1 | -3/+5 |
| | | | | | | | | | | The geolocation ini sample needed more indenting and got a nice "code-block:: ini". | ||||
* | | "will now" -> "will not" tyop caught by AVRS... fixed, thanks! | Christopher Allan Webber | 2013-03-12 | 1 | -4/+4 |
| | | |||||
* | | You can also DELETE accounts now | Christopher Allan Webber | 2013-03-11 | 1 | -0/+3 |
| | | |||||
* | | Minor release note changes, as suggested by Elrond. | Christopher Allan Webber | 2013-03-11 | 1 | -10/+11 |
| | | | | | | | | This commit sponsored by Martin Ansdell-Smith. Thanks! | ||||
* | | 0.3.3 release notes | Christopher Allan Webber | 2013-03-11 | 1 | -2/+57 |
| | | |||||
* | | tyop fix in docs, lazyserer.sh->lazyserver.sh | Christopher Allan Webber | 2013-03-09 | 1 | -1/+1 |
| | | | | | | | | This commit sponsored by S J Bennett. Thanks! | ||||
* | | Updated raven plugin | Joar Wandborg | 2013-03-03 | 1 | -41/+6 |
| | | | | | | | | | | | | | | - Added wrap_wsgi, celery_setup, celery_logging_setup hooks - Updated raven plugin docs - Updated production considerations docs - Added raven logging setup | ||||
* | | Removing stray character from pythonsnake's doc change and filling comment | Christopher Allan Webber | 2013-02-24 | 1 | -2/+3 |
| | | | | | | | | This commit sponsored by Johannes Knabbe. Thank you! | ||||
* | | Fix bug 461 | pythonsnake | 2013-02-24 | 1 | -0/+3 |
| | | |||||
* | | *docs* intersphinx, exception monitoring | Joar Wandborg | 2013-01-27 | 1 | -0/+46 |
| | | |||||
* | | Docs: Create new area for developers. | Elrond | 2013-01-26 | 1 | -158/+0 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Updated video apt-get to not use glob | Joar Wandborg | 2013-01-25 | 1 | -8/+26 |
| | | | | | | | | Also changed some literal blocks to code-blocks | ||||
* | | Move db.sql.models* to db.models* | Sebastian Spaeth | 2013-01-07 | 1 | -0/+3 |
| | | |||||
* | | Don't require webob as dependency | Sebastian Spaeth | 2012-12-21 | 1 | -0/+9 |
| | | | | | | | | It is pushing up the daisies. Also relnote the change. | ||||
* | | purge webob from docs and replace with werkzeug | Sebastian Spaeth | 2012-12-21 | 1 | -1/+1 |
|/ | |||||
* | Fixing tyop'ed "dbupdate" | Christopher Allan Webber | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | 0.3.2 release notes | Christopher Allan Webber | 2012-12-20 | 1 | -1/+58 |
| | |||||
* | Docs fix: Adding proper blank line after the "Run::" | Christopher Allan Webber | 2012-12-20 | 1 | -0/+4 |
| | |||||
* | Added documentation on how to add STL support, and notes on running ↵ | Christopher Allan Webber | 2012-12-20 | 1 | -2/+34 |
| | | | | ./bin/gmg dbupdate | ||||
* | Release note 0.3.2 blurb | Sebastian Spaeth | 2012-12-15 | 1 | -6/+18 |
| | | | | On MongoDB... | ||||
* | Adding info to the docs about running dbupdate | Christopher Allan Webber | 2012-12-14 | 2 | -0/+15 |
| | | | | | | 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. | ||||
* | docs: Add trim_whitespaces plugin to relnotes and documentation | Sebastian Spaeth | 2012-12-01 | 2 | -9/+19 |
| | | | | | | | | 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> | ||||
* | Merge remote-tracking branch 'spaetz/formerge/507_remove_routes' | Elrond | 2012-11-29 | 1 | -2/+0 |
|\ | | | | | | | | | * spaetz/formerge/507_remove_routes: Purge routes package from MG (#507) | ||||
| * | Purge routes package from MG (#507) | Sebastian Spaeth | 2012-11-20 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Very small typo fix in deploying docs. | Elrond | 2012-11-20 | 1 | -2/+2 |
|/ | | | | Thanks to #mediagoblin. | ||||
* | Suggest checking out the wiki for additional recipes | Christopher Allan Webber | 2012-11-19 | 1 | -0/+5 |
| | |||||
* | Grammar re: libasound2-dev | Joar Wandborg | 2012-09-29 | 1 | -4/+4 |
| | |||||
* | Added note about libasound2-dev to docs. | Joar Wandborg | 2012-09-29 | 1 | -0/+7 |
| | |||||
* | Fix relnotes for 0.3.1. | Will Kahn-Greene | 2012-08-22 | 1 | -11/+25 |
| | |||||
* | Release notes for 0.3.1 | Christopher Allan Webber | 2012-08-21 | 1 | -1/+11 |
| | |||||
* | Docs tweaks | Will Kahn-Greene | 2012-08-20 | 3 | -7/+15 |
| | | | | This fixes some minor issues in the documentation. | ||||
* | Updated flatpages example in plugins.rst to reflect reality & point to ↵ | Christopher Allan Webber | 2012-08-20 | 1 | -5/+9 |
| | | | | flatpages docs | ||||
* | add titles to two pages and fix a typo in docs | Aleksej | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | Fixing grammar on telling users to run dbupdate | Christopher Allan Webber | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | Reference the new theme aliasing nginx stuff in the theming documentation | Christopher Allan Webber | 2012-07-27 | 2 | -2/+12 |
| | |||||
* | Add documentation on how to alias your theme static files | Christopher Allan Webber | 2012-07-27 | 1 | -0/+5 |
| | |||||
* | Tweak theming docs | Will Kahn-Greene | 2012-07-26 | 1 | -49/+55 |
| | | | | | | I did a pass on language and more reST formatting. This is a little cleaner, though there are a couple of parts that feel like they could use some work. |