Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Hook->hooks since there's more than one of them :) | Christopher Allan Webber | 2013-05-15 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Adding global context hooks & fixing method names->symbolic view names in docs | Christopher Allan Webber | 2013-05-15 | 1 | -3/+18 | |
| | | | | | | | | | | | | | | | | This commit sponsored by Sheila Miguez. Thanks Sheila! | |||||
* | | | | Added documentation on view specific hooks | Christopher Allan Webber | 2013-05-14 | 1 | -0/+62 | |
| |/ / |/| | | | | | | | | This commit sponsored by Matthew Woodward. Thank you! | |||||
* | | | 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 | |
| | | | | ||||||
* | | | | Documenting plugin configuration | Christopher Allan Webber | 2013-05-08 | 1 | -0/+16 | |
| |/ / |/| | | | | | | | | This commit sponsored by David Krupicz. Thanks, David! | |||||
* | | | Add warning about crypt/itsdangeroussecret.bin. | Elrond | 2013-04-30 | 2 | -1/+15 | |
| | | | | | | | | | | | | You should not leak that file, really. | |||||
* | | | word-wrapping the public/queue storage explainations in storage.rst | Christopher Allan Webber | 2013-04-26 | 1 | -3/+12 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'refs/remotes/npigeon/ticket-660' | Christopher Allan Webber | 2013-04-26 | 1 | -6/+79 | |
|\ \ \ | ||||||
| * | | | Transfered information from http://wiki.mediagoblin.org/Storage into ↵ | nattily pigeonfowl | 2013-04-16 | 1 | -6/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | docs/source/devel/storage For info check out ticket: issues.mediagoblin.org/ticket/660 | |||||
* | | | | changing the things to document in api.rst | Christopher Allan Webber | 2013-04-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | A warning about the plugin API being unstable. | Christopher Allan Webber | 2013-04-19 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | ppoppler -> poppler tyop fix | Christopher Allan Webber | 2013-04-17 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | update documentation for s/nose/py.test/ | Alon Levy | 2013-04-17 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Signed-off-by: Alon Levy <alon@pobox.com> | |||||
* | | | 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 callable_runone and callable_runall to the docs | Christopher Allan Webber | 2013-04-11 | 1 | -1/+2 | |
| | | | ||||||
* | | | Adding some help about what to do if flup flakes out on you | Christopher Allan Webber | 2013-04-10 | 1 | -0/+5 | |
| | | | ||||||
* | | | Remove the last traces of beaker. | Elrond | 2013-04-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | There were still some traces of beaker around: - docs: replaced by reference to itsdangerous. - paste configs: Wiped away. - config_spec.ini: wiped. - test_mgoblin_app.ini: also wiped. | |||||
* | | | Move description of software stack below description of "What's where" | Christopher Allan Webber | 2013-03-24 | 1 | -70/+70 | |
| | | | ||||||
* | | | 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". | |||||
* | | | Point to the Hacking HOWTO | Christopher Allan Webber | 2013-03-18 | 1 | -1/+5 | |
| |/ |/| | ||||||
* | | Better description of the structure of the application | Christopher Allan Webber | 2013-03-17 | 1 | -10/+31 | |
| | | ||||||
* | | Clarification on some original design decisions things. | Christopher Allan Webber | 2013-03-17 | 1 | -0/+7 | |
| | | ||||||
* | | Start a storage section. | Elrond | 2013-03-12 | 2 | -0/+44 | |
| | | | | | | | | With the workbench stuff in it. | |||||
* | | "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! | |||||
* | | Change the _original_ design decisions. | Elrond | 2013-03-09 | 1 | -7/+7 | |
| | | | | | | | | | | - Rename the chapter to "Original *". - Fix links. | |||||
* | | Revive old "Design Decisions". | Elrond | 2013-03-09 | 2 | -0/+330 | |
| | | | | | | | | | | This brings back the exact version that was removed in 65e7ce634cfecc87ed6f390f9ccf91be513d2eea. | |||||
* | | Updated raven plugin | Joar Wandborg | 2013-03-03 | 2 | -41/+7 | |
| | | | | | | | | | | | | | | - Added wrap_wsgi, celery_setup, celery_logging_setup hooks - Updated raven plugin docs - Updated production considerations docs - Added raven logging setup | |||||
* | | Added raven plugin docs to docs | Joar Wandborg | 2013-03-03 | 2 | -0/+2 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Improve formatting for hook template docs. | Elrond | 2013-01-31 | 1 | -1/+2 | |
| | | ||||||
* | | Added register_template_hooks and get_hook_templates to the plugin api | Christopher Allan Webber | 2013-01-30 | 1 | -1/+1 | |
| | | | | | | | | auto module documentation. | |||||
* | | *docs* intersphinx, exception monitoring | Joar Wandborg | 2013-01-27 | 2 | -1/+48 | |
| | | ||||||
* | | Docs: Add a database guide to the plugin docs. | Elrond | 2013-01-26 | 2 | -0/+112 | |
| | | | | | | | | | | | | Plugin writers will often need to create new tables. So give them some hints, what they need to do and where they might find more info. | |||||
* | | Docs: Create new area for developers. | Elrond | 2013-01-26 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | | Add Trim whitespace plugin docs. | Elrond | 2013-01-26 | 1 | -0/+1 | |
| | | | | | | | | | | Added the documentation (which was already present in plugindocs/) to the TOC, so it's getting build and linked. | |||||
* | | Allow doc string extraction and use for pluginapi. | Elrond | 2013-01-26 | 3 | -1/+25 | |
| | | | | | | | | | | | | | | | | Allow us to extract docstrings from our sources using the sphinx.ext.autodoc module. First use: Extract some of the docs for the pluginapi and provide it in a new "Plugin API" section. | |||||
* | | 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 | |
| | | ||||||
* | | Revert accidental checkin | Sebastian Spaeth | 2012-12-22 | 12 | -248/+0 | |
| | | | | | | | | | | | | | | | | Commit 8d19cb2445e2aa1f53431da26d866bf9b5e25872 accidentally included my docs/source/build directory. Removing it again. Thanks to Elrond for noticing. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||||
* | | Don't require webob as dependency | Sebastian Spaeth | 2012-12-21 | 14 | -0/+258 | |
| | | | | | | | | 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 | |
| |