* List styles are supported through the REST API. Get the list of available
commit5ec8a131c602f9b00d6b25d914ffc923cd1aa964
authorBarry Warsaw <barry@list.org>
Sun, 30 Dec 2012 19:34:25 +0000 (30 14:34 -0500)
committerBarry Warsaw <barry@list.org>
Sun, 30 Dec 2012 19:34:25 +0000 (30 14:34 -0500)
tree2d95a4745cf549ad4430fff6d21590156e4608ec
parent9b95b54fb0913786a2d61049670cabcea6f78cce
 * List styles are supported through the REST API.  Get the list of available
   styles (by name) via `.../lists/styles`.  Create a list in a specific style
   by using POST data `style_name=<style>`.  (LP: #975692)

Also:
 * Rewrite list.rst and some of configuration.rst to be more readable as
   documentation.  Bad-path tests are moved to unittests.
 * Some improvements to printing lists as part of REST responses.  This
   eliminates the ugly u''-prefixes on strings.
src/mailman/docs/NEWS.rst
src/mailman/rest/docs/configuration.rst
src/mailman/rest/docs/lists.rst
src/mailman/rest/lists.py
src/mailman/rest/root.py
src/mailman/rest/tests/test_lists.py
src/mailman/tests/test_documentation.py