aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | Start a storage section.Elrond2013-03-122-0/+44
| | | | | | | | With the workbench stuff in it.
* | "will now" -> "will not" tyop caught by AVRS... fixed, thanks!Christopher Allan Webber2013-03-121-4/+4
| |
* | You can also DELETE accounts nowChristopher Allan Webber2013-03-111-0/+3
| |
* | Minor release note changes, as suggested by Elrond.Christopher Allan Webber2013-03-111-10/+11
| | | | | | | | This commit sponsored by Martin Ansdell-Smith. Thanks!
* | 0.3.3 release notesChristopher Allan Webber2013-03-111-2/+57
| |
* | tyop fix in docs, lazyserer.sh->lazyserver.shChristopher Allan Webber2013-03-091-1/+1
| | | | | | | | This commit sponsored by S J Bennett. Thanks!
* | Change the _original_ design decisions.Elrond2013-03-091-7/+7
| | | | | | | | | | - Rename the chapter to "Original *". - Fix links.
* | Revive old "Design Decisions".Elrond2013-03-092-0/+330
| | | | | | | | | | This brings back the exact version that was removed in 65e7ce634cfecc87ed6f390f9ccf91be513d2eea.
* | Updated raven pluginJoar Wandborg2013-03-032-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 docsJoar Wandborg2013-03-032-0/+2
| |
* | Removing stray character from pythonsnake's doc change and filling commentChristopher Allan Webber2013-02-241-2/+3
| | | | | | | | This commit sponsored by Johannes Knabbe. Thank you!
* | Fix bug 461pythonsnake2013-02-241-0/+3
| |
* | Improve formatting for hook template docs.Elrond2013-01-311-1/+2
| |
* | Added register_template_hooks and get_hook_templates to the plugin apiChristopher Allan Webber2013-01-301-1/+1
| | | | | | | | auto module documentation.
* | *docs* intersphinx, exception monitoringJoar Wandborg2013-01-272-1/+48
| |
* | Docs: Add a database guide to the plugin docs.Elrond2013-01-262-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.Elrond2013-01-262-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.Elrond2013-01-261-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.Elrond2013-01-263-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 globJoar Wandborg2013-01-251-8/+26
| | | | | | | | Also changed some literal blocks to code-blocks
* | Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-0/+3
| |
* | Revert accidental checkinSebastian Spaeth2012-12-2212-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 dependencySebastian Spaeth2012-12-2114-0/+258
| | | | | | | | It is pushing up the daisies. Also relnote the change.
* | purge webob from docs and replace with werkzeugSebastian Spaeth2012-12-211-1/+1
|/
* Fixing tyop'ed "dbupdate"Christopher Allan Webber2012-12-201-1/+1
|
* 0.3.2 release notesChristopher Allan Webber2012-12-201-1/+58
|
* Docs fix: Adding proper blank line after the "Run::"Christopher Allan Webber2012-12-201-0/+4
|
* Added documentation on how to add STL support, and notes on running ↵Christopher Allan Webber2012-12-201-2/+34
| | | | ./bin/gmg dbupdate
* Release note 0.3.2 blurbSebastian Spaeth2012-12-151-6/+18
| | | | On MongoDB...
* Adding info to the docs about running dbupdateChristopher Allan Webber2012-12-142-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 documentationSebastian Spaeth2012-12-012-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'Elrond2012-11-291-2/+0
|\ | | | | | | | | * spaetz/formerge/507_remove_routes: Purge routes package from MG (#507)
| * Purge routes package from MG (#507)Sebastian Spaeth2012-11-201-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.Elrond2012-11-201-2/+2
|/ | | | Thanks to #mediagoblin.
* Suggest checking out the wiki for additional recipesChristopher Allan Webber2012-11-191-0/+5
|
* Grammar re: libasound2-devJoar Wandborg2012-09-291-4/+4
|
* Added note about libasound2-dev to docs.Joar Wandborg2012-09-291-0/+7
|
* Added documentation for the OAuth pluginJoar Wandborg2012-09-182-0/+2
|
* Fix docs so they pull version from _version.pyWill Kahn-Greene2012-08-221-4/+10
|
* Fix relnotes for 0.3.1.Will Kahn-Greene2012-08-222-11/+27
|
* Release notes for 0.3.1Christopher Allan Webber2012-08-211-1/+11
|
* Docs tweaksWill Kahn-Greene2012-08-203-7/+15
| | | | This fixes some minor issues in the documentation.
* Updated flatpages example in plugins.rst to reflect reality & point to ↵Christopher Allan Webber2012-08-201-5/+9
| | | | flatpages docs
* add titles to two pages and fix a typo in docsAleksej2012-08-181-1/+1
|
* Fixing grammar on telling users to run dbupdateChristopher Allan Webber2012-08-051-1/+1
|
* Reference the new theme aliasing nginx stuff in the theming documentationChristopher Allan Webber2012-07-272-2/+12
|
* Add documentation on how to alias your theme static filesChristopher Allan Webber2012-07-271-0/+5
|
* Tweak theming docsWill Kahn-Greene2012-07-261-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.
* [Issue 466] Implement e-z plugin disablingWill Kahn-Greene2012-07-171-0/+32
|
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-25/+22
| | | | | | | | | | | | | This reworks the plugin infrastructure so as to remove module-loading side-effects which were making things a pain in the ass to test. With the new system, there's no auto-registering meta class. Instead plugins do whatever they want and then specify a hooks dict that maps hook names to callables for the things they're tying into. The most common one (and the only one we've implemented so far) is "setup". This also simplifies the sampleplugin a little by moving the code to __init__.py.