<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/rest/docs, branch pluggable-components</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=pluggable-components</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=pluggable-components'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-08-07T15:39:08Z</updated>
<entry>
<title>Fix coverage, deprecate, but run non-plugin (post|pre)_hooks.</title>
<updated>2017-08-07T15:39:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-07-25T19:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8addebbf9802e911c06f6a27b7ffff1e0f1d2e57'/>
<id>urn:sha1:8addebbf9802e911c06f6a27b7ffff1e0f1d2e57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add optional external configuration to plugins.</title>
<updated>2017-08-07T15:39:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-06-05T23:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=260733a13a0ad891e1b10836399dd02af7335fe0'/>
<id>urn:sha1:260733a13a0ad891e1b10836399dd02af7335fe0</id>
<content type='text'>
 - Adds an optional 'conriguration' option similar to the one in
   [mta] which plugins can use to load their specific configs from.
</content>
</entry>
<entry>
<title>Add REST-ability to plugins.</title>
<updated>2017-08-07T15:39:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-06-01T18:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a665dccf9404d6f95d8a4587f05d748b504e1f9d'/>
<id>urn:sha1:a665dccf9404d6f95d8a4587f05d748b504e1f9d</id>
<content type='text'>
 - Adds the rest_object method to the IPlugin interface. This method
   is called by the REST api to route requests to the plugin's REST
   api. All attributes are proxied, so the object becomes a true
   REST object in the ObjectRouter hierarchy. For example see the
   RESTExample and ExamplePlugin classes in mailman.testing.plugin.
   The plugin might return None from this method, in which case
   all calls to it's REST api route will return 404 NotFound.

 - Adds new routes to the REST api. For version &gt;= 3.1:

   - /3.1/plugins
     Returns a dictionary with plugin names as keys, and their configs
     as values.

   - /3.1/plugins/&lt;plugin_name&gt;
	 Proxies everything to plugin's rest_object, if plugin with such
     name exists and provides a non-null rest_object, else NotFound.
</content>
</entry>
<entry>
<title>Add per-plugin hooks, add docs about plugins.</title>
<updated>2017-08-07T15:39:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-06-01T13:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0d4f53b51892866b5cc85ace229b23f4b9bac896'/>
<id>urn:sha1:0d4f53b51892866b5cc85ace229b23f4b9bac896</id>
<content type='text'>
 - Removes pre_hook, post_hook and ext_dir. With the latter being
   unused. Warns on startup if the hooks are present in config.

 - Adds IPlugin interface with pre_hook and post_hook methods.

 - Adds 'class' config parameter to plugins, which can be set to
   a class implementing the IPlugin interface, it will be
   initialized once on Mailman's startup, then before the DB
   setup the pre_hook will be run, after DB and other components
   the post_hook will be run. Plugin instances are stored in the
   config.plugins dict, with keys being their configuration section
   names.
</content>
</entry>
<entry>
<title>Convert to click for CLI options</title>
<updated>2017-07-22T03:02:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-07-22T03:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f00b94f18e1d82d1488cbcee6053f03423bc2f49'/>
<id>urn:sha1:f00b94f18e1d82d1488cbcee6053f03423bc2f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixup ref spacing.</title>
<updated>2017-05-24T23:14:43Z</updated>
<author>
<name>Stephen J. Turnbull</name>
</author>
<published>2017-05-24T23:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=674276a3d0404544bd5da74c8a2f2daa8174af40'/>
<id>urn:sha1:674276a3d0404544bd5da74c8a2f2daa8174af40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document Unicode usage in Mailman 3 REST API and email addresses.</title>
<updated>2017-05-24T08:39:03Z</updated>
<author>
<name>Stephen J. Turnbull</name>
</author>
<published>2017-05-24T01:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=95c9f8f3e13f922baa1200dcbe909da751e27652'/>
<id>urn:sha1:95c9f8f3e13f922baa1200dcbe909da751e27652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add self_links to the system configuration resources.</title>
<updated>2017-05-23T19:39:39Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-05-23T19:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3bd2a292b7300ce354de1ed405dc8665311acd9f'/>
<id>urn:sha1:3bd2a292b7300ce354de1ed405dc8665311acd9f</id>
<content type='text'>
Closes #335
</content>
</entry>
<entry>
<title>Update welcome template with correct password reset instructions</title>
<updated>2017-05-22T17:04:19Z</updated>
<author>
<name>Britt Gresham</name>
</author>
<published>2017-05-22T16:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=efe56d6ed33012c51ce2c4980c4555ec6321ee30'/>
<id>urn:sha1:efe56d6ed33012c51ce2c4980c4555ec6321ee30</id>
<content type='text'>
Before this commit the welcome template included older instructions on
how to reset a users password.

This commit updates the documentation to reflect the new way of
resetting a users password by clicking on a link when logging in.
</content>
</entry>
<entry>
<title>Fixed broken tests.</title>
<updated>2017-02-20T01:44:16Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-02-13T07:10:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8f414b7e9b95e4148359b35109daf0fb16d2d933'/>
<id>urn:sha1:8f414b7e9b95e4148359b35109daf0fb16d2d933</id>
<content type='text'>
</content>
</entry>
</feed>
