<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/rest/docs/listconf.rst, branch pluggable-workflows</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/rest/docs/listconf.rst?h=pluggable-workflows</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/rest/docs/listconf.rst?h=pluggable-workflows'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2016-12-26T22:43:36Z</updated>
<entry>
<title>Simplified the various list settings and remamed several things.</title>
<updated>2016-12-26T22:43:36Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-12-26T22:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2ead4c9f0f70ac3ebd06105562579f74fa6963f1'/>
<id>urn:sha1:2ead4c9f0f70ac3ebd06105562579f74fa6963f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added new list DMARC attributes to rest/listconf.py and updated tests.</title>
<updated>2016-11-02T02:36:14Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-11-02T02:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8e0795f728c86ac88fba8894a827081c7852451b'/>
<id>urn:sha1:8e0795f728c86ac88fba8894a827081c7852451b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>REST: allow MailingList.info to be set</title>
<updated>2016-08-30T13:11:53Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2016-08-30T12:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6a83017b03c679ed1f0f3b7cb0e0e8f50116a179'/>
<id>urn:sha1:6a83017b03c679ed1f0f3b7cb0e0e8f50116a179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New template system.  Closes #249</title>
<updated>2016-07-16T19:44:07Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-07-16T19:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=dbde6231ec897379ed38ed4cd015b8ab20ed5fa1'/>
<id>urn:sha1:dbde6231ec897379ed38ed4cd015b8ab20ed5fa1</id>
<content type='text'>
The new template system is introduced for API 3.1.  See
``src/mailman/rest/docs/templates.rst`` for details.
</content>
</entry>
<entry>
<title>Fix #207</title>
<updated>2016-07-14T14:01:27Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-07-14T14:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3387791beb7112dbe07664041f117fdcc20df53d'/>
<id>urn:sha1:3387791beb7112dbe07664041f117fdcc20df53d</id>
<content type='text'>
A list's ``moderator_password`` can be set via the REST API.  Given by
Andrew Breksa.
</content>
</entry>
<entry>
<title>Add NEWS and clean up.</title>
<updated>2016-03-04T01:03:00Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-03-04T01:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b4f45c4128b20d9519126ff464cafd22c1a58a03'/>
<id>urn:sha1:b4f45c4128b20d9519126ff464cafd22c1a58a03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exposed goodbye_message_uri attribute through REST API.</title>
<updated>2016-03-03T23:41:29Z</updated>
<author>
<name>Harshit Bansal</name>
</author>
<published>2016-02-22T18:56:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=762049d06bdac3d399a7ff92d49a567c5f6cd6ad'/>
<id>urn:sha1:762049d06bdac3d399a7ff92d49a567c5f6cd6ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Last cleanups.</title>
<updated>2016-03-01T03:41:30Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-03-01T03:41:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ca43cac833937e1bff2728fa4074d8c0540323ba'/>
<id>urn:sha1:ca43cac833937e1bff2728fa4074d8c0540323ba</id>
<content type='text'>
* Remove an unused import.
* Opportunistically remove ^Ls
* Add a missing interface attribute.
* Fix up some docstrings.
* Rename a parameter in an interface for clarity.
* Random code style cleanups.
</content>
</entry>
<entry>
<title>Review suggestions on the REST entry points</title>
<updated>2016-03-01T02:52:13Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2016-02-29T15:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0699f9dcb8680ea99346f915680903a3c6f25318'/>
<id>urn:sha1:0699f9dcb8680ea99346f915680903a3c6f25318</id>
<content type='text'>
- validate HeaderMatch.chain values using Action
- reformat the docs
</content>
</entry>
<entry>
<title>Review suggestions: rename the new index column to position</title>
<updated>2016-03-01T02:52:13Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2016-02-29T10:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=567aab277deaba88329aa25a0d1f2a8959522071'/>
<id>urn:sha1:567aab277deaba88329aa25a0d1f2a8959522071</id>
<content type='text'>
</content>
</entry>
</feed>
