aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'auth_docs'Rodney Ewing2013-08-165-0/+96
|\ | | | | | | | | Conflicts: docs/source/index.rst
| * added docs explaining the authentication hooksRodney Ewing2013-07-102-0/+87
| |
| * added docs for the persona pluginRodney Ewing2013-07-092-0/+3
| |
| * added basic_auth and openid docs to index and link them togetherRodney Ewing2013-07-091-0/+2
| |
| * added openid docsRodney Ewing2013-07-091-0/+2
| |
| * basic_auth documentationRodney Ewing2013-07-091-0/+2
| |
* | Merge remote-tracking branch 'refs/remotes/tsyesika/master'Christopher Allan Webber2013-08-152-0/+194
|\ \ | | | | | | | | | New oauth tools! Heck yeah!
| * | Adds some tests for the OAuth and some docsxray72242013-07-161-0/+36
| | |
| * | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinxray72242013-07-143-19/+57
| |\ \
| * | | Adds oauth support up until authorizationxray72242013-07-111-2/+2
| | | |
| * | | Adds the docs for client registrationxray72242013-07-111-0/+158
| | | |
* | | | Merge branch 'merge-pyconfigure'Christopher Allan Webber2013-08-071-2/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: docs/source/siteadmin/deploying.rst
| * | | | Set up in-package virtualenv via makeChristopher Allan Webber2013-07-251-2/+13
| | | | |
* | | | | Merge commit 'refs/merge-requests/55' of ↵Rodney Ewing2013-07-312-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://gitorious.org/mediagoblin/mediagoblin into 55 Conflicts: docs/source/siteadmin/relnotes.rst
| * | | | | 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
| | | |