Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add jgart to authors, mention old persona plugin in pluginwriter docs. | Ben Sturmfels | 2021-04-23 | 1 | -0/+5 |
| | |||||
* | Spell-check the entire documentation. | Ben Sturmfels | 2016-09-18 | 5 | -15/+15 |
| | |||||
* | Fix #822 - doc typo s/Plugin/PluginManager/ | Loic Dachary | 2016-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Loic Dachary <loic@dachary.org> | ||||
* | doc: Note that plugin authors must NEVER modify tables they don't control | Christopher Allan Webber | 2016-03-26 | 1 | -0/+5 |
| | | | | * docs/source/pluginwriter/database.rst: New paragraph. | ||||
* | Update database docs for plugin authors for new alembic branching world | Christopher Allan Webber | 2016-03-26 | 1 | -27/+58 |
| | | | | | | | | | | | Things have gotten both easier and more complex in the branching world view. Plugins branch off of main with their own migrations. Generating these has become a bit easier, but the steps for doing this are a bit wordy to explain. * docs/source/pluginwriter/database.rst: Update both the "Creating new Tables" and "Changing the Database Schema Later" sections accordingly. | ||||
* | docs: Fixed typo - missing closing bracket in link in api.rst | Jim Campbell | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | docs: Fix bad link in api.rst. Fixes 1019 | Jim Campbell | 2015-03-29 | 1 | -1/+1 |
| | | | | | Fixed link in the docs/source/pluginwriter/api.rst file. Resolves https://issues.mediagoblin.org/ticket/1019 | ||||
* | Add docs on collection_add_media hook. | Elrond | 2014-08-19 | 1 | -0/+16 |
| | |||||
* | Start for documenting core hooks. | Elrond | 2014-08-19 | 1 | -0/+19 |
| | | | | | This is basicly a start by Chris Webber, I'm just commiting it for him. | ||||
* | Merge branch 'auth_docs' | Rodney Ewing | 2013-08-16 | 1 | -0/+86 |
|\ | | | | | | | | | Conflicts: docs/source/index.rst | ||||
| * | added docs explaining the authentication hooks | Rodney Ewing | 2013-07-10 | 1 | -0/+86 |
| | | |||||
* | | Documenting the media_manager fetching hook | Christopher Allan Webber | 2013-07-12 | 1 | -0/+11 |
| | | | | | | | | This commit sponsored by Christian Corrodi. Thank you! | ||||
* | | documenting the new media_type plugins and available hooks | Rodney Ewing | 2013-07-12 | 1 | -0/+27 |
|/ | |||||
* | Add a bit more docs to plugin configuration | Christopher Allan Webber | 2013-06-25 | 1 | -0/+26 |
| | | | | This commit sponsored by Michael Rauch. Thank you! | ||||
* | Added some test-writing docs for plugins, but not sure if they're good. ;) | Christopher Allan Webber | 2013-06-07 | 1 | -0/+64 |
| | | | | This commit sponsored by Joe Lee. Thank you! | ||||
* | Explained more clearly why it's okay for interface classes to be keys. | Christopher Allan Webber | 2013-05-29 | 1 | -1/+3 |
| | | | | This commit sponsored by Nick Glynn. Thank you! | ||||
* | Provide a tip on how to do interfaces via our plugin API. | Christopher Allan Webber | 2013-05-29 | 1 | -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 section | Christopher Allan Webber | 2013-05-29 | 1 | -1/+1 |
| | |||||
* | Additional hook tips! Documentation on how to modify a wtforms form. | Christopher Allan Webber | 2013-05-29 | 1 | -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 Webber | 2013-05-29 | 1 | -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 Webber | 2013-05-29 | 1 | -1/+1 |
| | | | | This commit sponsored by Brian Kemp. Thank you! | ||||
* | Link to the plugin api stuff and the database plugin sections from the ↵ | Christopher Allan Webber | 2013-05-29 | 3 | -5/+11 |
| | | | | | | quickstart. This commit sponsored by Nathan Stephenson. Thank you! | ||||
* | Moving statcdirect automodule doc reference to autoclass per Elrond's ↵ | Christopher Allan Webber | 2013-05-23 | 1 | -2/+1 |
| | | | | | | suggestion. Cleaner! | ||||
* | Documentation changes to reflect new plugin assetlink stuff | Christopher Allan Webber | 2013-05-23 | 1 | -3/+1 |
| | | | | | | | | | | | - 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 Webber | 2013-05-23 | 1 | -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 Webber | 2013-05-23 | 1 | -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! | ||||
* | Simple tyop, view->test... I was writing too many tests at the time :) | Christopher Allan Webber | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | 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! | ||||
* | 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 | 1 | -1/+1 |
| | | | | You should not leak that file, really. | ||||
* | 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 |
| | |||||
* | adding callable_runone and callable_runall to the docs | Christopher Allan Webber | 2013-04-11 | 1 | -1/+2 |
| | |||||
* | 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: Add a database guide to the plugin docs. | Elrond | 2013-01-26 | 1 | -0/+111 |
| | | | | | | 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. | ||||
* | Allow doc string extraction and use for pluginapi. | Elrond | 2013-01-26 | 1 | -0/+23 |
| | | | | | | | | 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. | ||||
* | Rework plugin infrastructure to nix side-effects | Will Kahn-Greene | 2012-07-17 | 1 | -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. | ||||
* | Add plugin writer's quickstart guide | Will Kahn-Greene | 2012-05-23 | 1 | -0/+189 |
| | |||||
* | Split docs into siteadmin and pluginwriter guides | Will Kahn-Greene | 2012-05-23 | 1 | -0/+43 |
* create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start. |