diff options
| author | Barry Warsaw | 2012-12-30 14:34:25 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-30 14:34:25 -0500 |
| commit | 5ec8a131c602f9b00d6b25d914ffc923cd1aa964 (patch) | |
| tree | 2d95a4745cf549ad4430fff6d21590156e4608ec /src/mailman/docs | |
| parent | 9b95b54fb0913786a2d61049670cabcea6f78cce (diff) | |
| download | mailman-5ec8a131c602f9b00d6b25d914ffc923cd1aa964.tar.gz mailman-5ec8a131c602f9b00d6b25d914ffc923cd1aa964.tar.zst mailman-5ec8a131c602f9b00d6b25d914ffc923cd1aa964.zip | |
* 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.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 92186172f..8ddfd0e9f 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -35,7 +35,7 @@ REST * 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: #675692) + by using POST data `style_name=<style>`. (LP: #975692) * Allow the getting/setting of IMailingList.subject_prefix via the REST API (given by Terri Oda). (LP: #1062893) * Expose a REST API for membership change (subscriptions and unsubscriptions) |
