aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* Added some test-writing docs for plugins, but not sure if they're good. ;)Christopher Allan Webber2013-06-072-0/+65
| | | | This commit sponsored by Joe Lee. Thank you!
* Explained more clearly why it's okay for interface classes to be keys.Christopher Allan Webber2013-05-291-1/+3
| | | | This commit sponsored by Nick Glynn. Thank you!
* Provide a tip on how to do interfaces via our plugin API.Christopher Allan Webber2013-05-291-0/+66
| | | | | | | Uses a frogputer science approach to frobbing as an example (which is total nonsense, but fun). This commit sponsored by Ryan Kelln. Thank you!
* Actually use the right underlining for the wtforms hooks sectionChristopher Allan Webber2013-05-291-1/+1
|
* Additional hook tips! Documentation on how to modify a wtforms form.Christopher Allan Webber2013-05-291-0/+33
| | | | This commit sponsored by Gian-Maria Daffré. Thank you!
* Where do you find hooks? How do you add them? An explaination!Christopher Allan Webber2013-05-291-0/+20
| | | | | This commit about talking to community members sponsored by community member Aeva Palecek. Thanks!
* Actually link to the release notes when we say "see the release notes".Christopher Allan Webber2013-05-292-1/+3
| | | | This commit sponsored by Brian Kemp. Thank you!
* Link to the plugin api stuff and the database plugin sections from the ↵Christopher Allan Webber2013-05-293-5/+11
| | | | | | quickstart. This commit sponsored by Nathan Stephenson. Thank you!
* Improved docsJoar Wandborg2013-05-241-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
* Moving statcdirect automodule doc reference to autoclass per Elrond's ↵Christopher Allan Webber2013-05-231-2/+1
| | | | | | suggestion. Cleaner!
* Documentation changes to reflect new plugin assetlink stuffChristopher Allan Webber2013-05-234-4/+24
| | | | | | | | | | | - 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!
* Document assetlink and staticdirect usage for plugins.Christopher Allan Webber2013-05-231-0/+31
| | | | | | | Still a bit to clean up around what the command to be run actually is, since that will likely change. This commit sponsored by David Decker. Thank you!
* Start of ability to have plugins provide static resources!Christopher Allan Webber2013-05-231-0/+19
| | | | | | | | | | Note I have not tested any of this yet ;) But we're already on our way: - We've got docs - The hook is there Lots to do still though. But, progress! :) This commit sponsored by Laura Arjona Reina. Thanks larjona!
* Move "bits" templates with dashes in them to underscoresChristopher Allan Webber2013-05-221-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 Webber2013-05-171-6/+11
|
* Merge remote-tracking branch 'refs/remotes/merge-requests/58'Christopher Allan Webber2013-05-171-4/+23
|\
| * Added info about editing mediagoblin.iniSam Tuke2013-05-061-4/+23
| | | | | | | | Added link to Apache deployment instructions
* | Simple tyop, view->test... I was writing too many tests at the time :)Christopher Allan Webber2013-05-151-1/+1
| |
* | Hook->hooks since there's more than one of them :)Christopher Allan Webber2013-05-151-2/+2
| |
* | Adding global context hooks & fixing method names->symbolic view names in docsChristopher Allan Webber2013-05-151-3/+18
| | | | | | | | This commit sponsored by Sheila Miguez. Thanks Sheila!
* | Added documentation on view specific hooksChristopher Allan Webber2013-05-141-0/+62
| | | | | | | | This commit sponsored by Matthew Woodward. Thank you!
* | Merge remote-tracking branch 'refs/remotes/merge-requests/47'Christopher Allan Webber2013-05-101-1/+13
|\ \
| * | actual upgrade instructionsMike Linksvayer2012-12-201-1/+13
| | |
* | | Documenting plugin configurationChristopher Allan Webber2013-05-081-0/+16
| |/ |/| | | | | This commit sponsored by David Krupicz. Thanks, David!
* | Add warning about crypt/itsdangeroussecret.bin.Elrond2013-04-302-1/+15
| | | | | | | | You should not leak that file, really.
* | word-wrapping the public/queue storage explainations in storage.rstChristopher Allan Webber2013-04-261-3/+12
| |
* | Merge remote-tracking branch 'refs/remotes/npigeon/ticket-660'Christopher Allan Webber2013-04-261-6/+79
|\ \
| * | Transfered information from http://wiki.mediagoblin.org/Storage into ↵nattily pigeonfowl2013-04-161-6/+79
| | | | | | | | | | | | | | | | | | docs/source/devel/storage For info check out ticket: issues.mediagoblin.org/ticket/660
* | | changing the things to document in api.rstChristopher Allan Webber2013-04-191-1/+1
| | |
* | | A warning about the plugin API being unstable.Christopher Allan Webber2013-04-191-0/+9
| | |
* | | ppoppler -> poppler tyop fixChristopher Allan Webber2013-04-171-1/+1
| | |
* | | update documentation for s/nose/py.test/Alon Levy2013-04-171-1/+1
|/ / | | | | | | Signed-off-by: Alon Levy <alon@pobox.com>
* | add pdf media typeAlon Levy2013-04-151-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 docsChristopher Allan Webber2013-04-111-1/+2
| |
* | Adding some help about what to do if flup flakes out on youChristopher Allan Webber2013-04-101-0/+5
| |
* | Remove the last traces of beaker.Elrond2013-04-091-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 Webber2013-03-241-70/+70
| |
* | Improve release notes formatting.Elrond2013-03-191-3/+5
| | | | | | | | | | The geolocation ini sample needed more indenting and got a nice "code-block:: ini".
* | Point to the Hacking HOWTOChristopher Allan Webber2013-03-181-1/+5
| |
* | Better description of the structure of the applicationChristopher Allan Webber2013-03-171-10/+31
| |
* | Clarification on some original design decisions things.Christopher Allan Webber2013-03-171-0/+7
| |
* | 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