aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter
Commit message (Expand)AuthorAgeFilesLines
* Add jgart to authors, mention old persona plugin in pluginwriter docs.Ben Sturmfels2021-04-231-0/+5
* Spell-check the entire documentation.Ben Sturmfels2016-09-185-15/+15
* Fix #822 - doc typo s/Plugin/PluginManager/Loic Dachary2016-07-251-1/+1
* doc: Note that plugin authors must NEVER modify tables they don't controlChristopher Allan Webber2016-03-261-0/+5
* Update database docs for plugin authors for new alembic branching worldChristopher Allan Webber2016-03-261-27/+58
* docs: Fixed typo - missing closing bracket in link in api.rstJim Campbell2015-03-291-1/+1
* docs: Fix bad link in api.rst. Fixes 1019Jim Campbell2015-03-291-1/+1
* Add docs on collection_add_media hook.Elrond2014-08-191-0/+16
* Start for documenting core hooks.Elrond2014-08-191-0/+19
* Merge branch 'auth_docs'Rodney Ewing2013-08-161-0/+86
|\
| * added docs explaining the authentication hooksRodney Ewing2013-07-101-0/+86
* | Documenting the media_manager fetching hookChristopher Allan Webber2013-07-121-0/+11
* | documenting the new media_type plugins and available hooksRodney Ewing2013-07-121-0/+27
|/
* Add a bit more docs to plugin configurationChristopher Allan Webber2013-06-251-0/+26
* Added some test-writing docs for plugins, but not sure if they're good. ;)Christopher Allan Webber2013-06-071-0/+64
* Explained more clearly why it's okay for interface classes to be keys.Christopher Allan Webber2013-05-291-1/+3
* Provide a tip on how to do interfaces via our plugin API.Christopher Allan Webber2013-05-291-0/+66
* 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
* Where do you find hooks? How do you add them? An explaination!Christopher Allan Webber2013-05-291-0/+20
* Actually link to the release notes when we say "see the release notes".Christopher Allan Webber2013-05-291-1/+1
* Link to the plugin api stuff and the database plugin sections from the quicks...Christopher Allan Webber2013-05-293-5/+11
* Moving statcdirect automodule doc reference to autoclass per Elrond's suggest...Christopher Allan Webber2013-05-231-2/+1
* Documentation changes to reflect new plugin assetlink stuffChristopher Allan Webber2013-05-231-3/+1
* Document assetlink and staticdirect usage for plugins.Christopher Allan Webber2013-05-231-0/+31
* Start of ability to have plugins provide static resources!Christopher Allan Webber2013-05-231-0/+19
* 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
* Added documentation on view specific hooksChristopher Allan Webber2013-05-141-0/+62
* Documenting plugin configurationChristopher Allan Webber2013-05-081-0/+16
* Add warning about crypt/itsdangeroussecret.bin.Elrond2013-04-301-1/+1
* 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
* adding callable_runone and callable_runall to the docsChristopher Allan Webber2013-04-111-1/+2
* 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
* Docs: Add a database guide to the plugin docs.Elrond2013-01-261-0/+111
* Allow doc string extraction and use for pluginapi.Elrond2013-01-261-0/+23
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-25/+22
* Add plugin writer's quickstart guideWill Kahn-Greene2012-05-231-0/+189
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-0/+43