aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix sphinx warnsing in docs.Sam Clegg2013-03-172-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add -W to sphinx options to avoid warnings in the future.
* | | | | | minor styling updates to docsRodney Ewing2013-07-311-8/+8
| | | | | |
* | | | | | Merge commit 'refs/merge-requests/59' of ↵Rodney Ewing2013-07-311-21/+62
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | git://gitorious.org/mediagoblin/mediagoblin into merge-requests/59
| * | | | | docs: started refactoring of the deployment docs. several updates to make ↵Jim Campbell2013-05-131-21/+62
| | | | | | | | | | | | | | | | | | | | | | | | the configuration steps more explicit.
* | | | | | Move the "cd mediagoblin" to the right line. Thanks usrnix!Christopher Allan Webber2013-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Kenneth Dombrowski. Thanks!
* | | | | | Fixing docs: git submodule update, not git submodule fetch!Christopher Allan Webber2013-07-142-2/+2
| |_|_|/ / |/| | | | | | | | | | | | | | This commit sponsored by Charles Combs. Thank you!
* | | | | Documenting the media_manager fetching hookChristopher Allan Webber2013-07-121-0/+11
| | | | | | | | | | | | | | | | | | | | This commit sponsored by Christian Corrodi. Thank you!
* | | | | documenting the new media_type plugins and available hooksRodney Ewing2013-07-123-19/+46
| |_|/ / |/| | |
* | | | A few small formatting fixes on the release notesChristopher Allan Webber2013-07-101-0/+2
| | | |
* | | | Merge branch 'release-0.4.1'Christopher Allan Webber2013-07-102-2/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/_version.py
| * | | | Updating docs regarding pulling in and fetching git submodulesChristopher Allan Webber2013-07-102-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use this for PDF.js now... we should reference that. This commit sponsored by Bonnie King. Thanks!
| * | | | Release notes v0.4.1 ... fixes serious issue with conversion via libreoffice.Christopher Allan Webber2013-07-101-0/+11
| | | | | | | | | | | | | | | | | | | | This commit sponsored by William Linna. Thank you!
* | | | | Mention setup.py develop --upgrade also in release notes.Christopher Allan Webber2013-07-091-1/+3
| |_|_|/ |/| | | | | | | | | | | This commit sponsored by Christoph Schumacher. Thank you!
* | | | More clarifications on what ./bin/gmg dbupdate does on each run.Christopher Allan Webber2013-06-281-0/+6
| | | | | | | | | | | | | | | | This commit sponsored by Jessica Howard. Thanks, sistah!
* | | | Some documentation on how to write database migrations.Christopher Allan Webber2013-06-282-0/+57
| | | | | | | | | | | | | | | | This commit sponsored by Andrei Cristian Petcu. Thanks!
* | | | Add a bit more docs to plugin configurationChristopher Allan Webber2013-06-251-0/+26
|/ / / | | | | | | | | | This commit sponsored by Michael Rauch. Thank you!
* | | Documenting most of the the many new features in the release notes.Christopher Allan Webber2013-06-161-0/+23
| | |
* | | media-types.rst: clarify the pdf media type requirementsAlon Levy2013-06-121-2/+13
| | | | | | | | | | | | | | | | | | | | | Explain that it works fine without libreoffice, just with reduced functionality. Signed-off-by: Alon Levy <alevy@redhat.com>
* | | 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>