Use the object_list.total_size to get the total number of Members.
[mailman-postorious.git] / src / postorius / doc / news.rst
blobcee2c126e536c2aaaa5c2b5e48f6e082aa69cb0f
1 ================
2 News / Changelog
3 ================
5 The Postorius Django app provides a web user interface to
6 access GNU Mailman.
8 Postorius is free software: you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public License as
10 published by the Free Software Foundation, version 3 of the License.
12 Postorius is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
15 General Public License for more details.
17 You should have received a copy of the GNU Lesser General Public License
18 along with Postorius. If not, see <http://www.gnu.org/licenses/>.
21 1.3.5
22 =====
24 (2021-XX-XX)
29 * Add 'Delivery Mode' and 'Moderation Action' columns to List members
30   page. (See #471)
31 * Add support to list and handle pending un-subscription requests. (Closes
32   #332)
33 * Add support to specify a reason when handling (un)subscription requests
34   (Closes #450)
35 * Success messages to mass subscribes now properly distinguish subscription
36   from invitation and indicate possible pending confirmation or approval.
37   (Closes #481)
39 Other
40 -----
42 * Use mass-subscription API in core for Mass Removal of Members. (Closes #464)
43 * Fix a bug where users with multiple subscriptions to a List couldn't view
44   their Preferences for all addresses. (Closes #472)
45 * Check for pending unsubscription requests and notify user when the request is
46   pending approval. (Closes #473)
47 * Improve the performance of Members' page by skipping an API call. (Closes
48   #483)
50 1.3.4
51 =====
53 (2021-02-02)
55 * Update the default Site when creating a domain to match the domain if it is
56   ``example.com``. (Closes #427)
57 * Add the ability to subscribe via Primary Address instead of specific
58   address. (See !516)
59 * Fix a bug where the user's display name would be ignore when
60   subscribing. (Closes #429)
61 * Display a user's name in the pending subscription request list. (Closes #430)
62 * Set a user's preferrred_address in Core if it isn't already set and the user
63   has a Primary Address that is verified.
64 * Use the new APIs in Core to get the count of held messages and pending
65   subscriptions to improve peroformance of settings page for list
66   owners. (Fixes #417)
67 * Show held message is local time of the User. (Closes #434)
68 * Fix a bug where non-member options page would show an owner's options if the
69   same email was subscribed as owner and non-member in a list. (Closes #436)
70 * Switching subscription from one email address to other or Primary Address now
71   preserves preferences and does not require Moderator approval. (Closes #425)
72 * Make 'Archives' and 'List Options' urls more prominently visible in the
73   list summary page as buttons. (Closes #439)
74 * Added the ability to issue invitations from the mass subscribe view.
75 * Expose ``emergency`` moderation setting for MailingList.
76 * Fixed some minor HTML errors. (Closes #442)
77 * Fix the bug where ListOfStringsField couldn't be unset in Postorius. (Closes
78   #444)
79 * Allow ``list:user:action:invite`` template to be set in Postorius. (Closes
80   #454)
81 * Fix a bug where the Bans form would always use default language instead of
82   current request's language. (Closes #441)
83 * Fix the URL on cancel buttons in template's confirm delete page. (Closes
84   #458)
85 * Use server side filtering for pending subscription requests for moderator
86   approval. (See !559)
87 * Allow setting moderation action for a nonmember from Held Message modal. (
88   Closes #448)
89 * Add a new view to confirm subscriptions or new emails for Users using
90   Postorius. (Fixes #459)
91 * Fix a bug where membership check compared email addresses in different
92   cases. (Closes #457)
93 * Mass removal now accepts address formats with display names and/or angle
94   brackets. (Closes #455)
95 * Add support to override ``send_welcome_message`` when mass subscribing to
96   suppress welcome messages. (Closes #99)
97 * Add support for Django 3.1.x. (See !574)
98 * The list's ``send_goodbye_message`` is now settable on the Automatic
99   Responses view.  (Closes #466)
100 * Support ``HYPERKITTY_ENABLE_GRAVATAR`` setting to control the user gravatar.
101   (Closes #467)
104 1.3.3
105 =====
107 (2020-06-01)
109 * Expose additional list settings.  (See !483)
110 * Correct description of Digest Frequency.  (Closes #395)
111 * Added links to Reply-To munging articles.  (Closes #401)
112 * Fix "Show Headers" button to show the held message headers in the
113   held message popup. (Closes #407)
114 * Fix the held message popup structure and increase the max width of the popup
115   to be 800px(modal-lg) for larger screens. (Closes #405)
116 * Fix FILTER_VHOST = True option to try to find the email host corresponding
117   to the requesting web host.  (Closes #394)
118 * Allow specifying a reason when rejecting a held message. (Closes #412)
119 * Allow users to set their preferred language in their preferences. (Closes #413)
120 * Add support to ban addresses for the entire Mailman installation. (Closes #357)
121 * Un-handled ``HTTPError`` exception raised from MailmanClient now results in an
122   error page and proper logging instead of mysterious ``KeyError`` in logs.
123   (Closes #341)
124 * Change List settings navigation to be vertical instead of horizontal. (See
125   !509)
126 * Move bounce processing settings into a new vertical tab for better
127   visibility.
128 * Add URL to edit the Web host for each domain in Domain Index page. Also, show
129   the ``SITE_ID`` for each webhost. (Closes #426)
132 1.3.2
133 =====
135 (2020-01-12)
137 * Do not show pagination, when user is authenticated. (Closes #387)
138 * Drop support for Django 1.11.
139 * Add support to choose options for ``pre_confirm``, ``pre_approve`` and
140   ``pre_verify`` when mass subscribing. (Fixes #203)
142 1.3.1
143 =====
145 (2019-12-08)
147 * Show templates' file names in selection list where admins can pick
148   individual templates for customization. (See !425)
149 * Make template short names more prominent on all email templates related
150   views. (See !425)
151 * Bind object attributes to local variables in {% blocktrans %} (See !439)
152 * Set the initial style in new list form as the default style. (Closes #310)
153 * Fix a bug where logged in users's index page view would cap the total number
154   of lists for a role to 50. (Closes #335)
155 * Fix a bug where handling non-existent held message can raise 500
156   exception. (Closes #349)
157 * Emit appropriate signals when Domain and MailingList is updated. (Closes
158   #385)
159 * Do not strip leading whitespaces in Email Templates. (Closes #301)
160 * Hold date for held messages are now displayed correctly. (Closes #312)
161 * Add support for Python 3.8.
162 * Add support for Django 3.0.
164 1.3.0
165 =====
167 (2019-09-04)
169 * Fix a string substitution bug which would cause un-substituted raw string to
170   be exposed as notification to admin. (Closes #327)
171 * Add support for ``FILTER_VHOST`` option to filter MalingLists based on
172   ``HOST`` header of incoming request. (Closes #330)
173 * List Summary page now renders List info as markdown. (Closes #244)
174 * Moderation action for held message's sender can now be set from held
175   message's view.(Closes #127)
176 * Add a 'Ban' button to list of subscription requests to help administrators
177   against spams. (Closes #339)
178 * Added support for Django 2.2.
179 * ``pytest`` will be used to run tests instead of default Django's test runner.
180 * Remove ``vcrpy`` and use fixtures to start and stop Mailman's REST API to
181   test against, without having to record tapes to be replayed.
182 * Corrected display message in 'recieve_list_copy' option in global mailman
183   preferences of mailman settings. (Closes #351)
184 * Allow setting a MailingList's Preferred Language. (Closes #303)
185 * Allow a empty templates as a workaround for missing settings to skip
186   email decoration. (Closes #331)
187 * Expose ``digest_volume_frequency``, ``digest_send_periodict`` and
188   ``digests_enabled`` settings for MailingLists.
189 * Add a badge with count of held messages and pending subscription requests
190   for moderator approval. (Closes #308)
191 * Add support to add, view and remove domain owners.
192 * Allow setting the visibility options for MailingList's member list.
193 * Make page titles localizable.
196 1.2.4
197 =====
198 (2019-02-09)
200 * Add support for ``explicit_header_only`` in list settings.
201   (See !369)
204 1.2.3
205 =====
206 (2019-01-19)
208 * Expose ``max_num_recipients`` in list settings.  (Closes #297)
209 * Add support for Non-member management in Postorius.  (Closes #265)
210 * ``Members`` tab in Mailing List settings page is now called ``Users``.
211   (Closes #309)
212 * Show pending subscription requests are only pending for Moderator.
213   (Closes #314)
216 1.2.2
217 =====
218 (2018-08-30)
220 * Add support for Python 3.7 with Django 2.0+
221 * Index page only shows related lists for signed-in users with option to
222   filter based on role.
223 * Expose respond_to_post_requests in Postorius. (Closes #223)
226 1.2.1
227 =====
228 (2018-07-11)
230 * A Django migration was missing from version 1.2.0.  This is now added.
234 (2018-07-10)
236 * Postorius now runs only on Python 3.4+ and supports Django 1.8 and 1.11+
237 * Added the ability to set and edit ``alias_domain`` to the ``domains`` forms.
238 * List Create form now allows selecting the ``style``. A ``style`` is how a new
239   mailing list is configured.
240 * Minimum supported Mailman Core version is now 3.2.0. This is because the
241   ``styles`` attribute for MailingList resource is exposed in 3.2, which
242   contains all the default ``styles`` supported by Core and their human readable
243   description.
244 * Account subscription page now lists all the memberships with their respective
245   roles. This avoids repeated API calls for the way data was displayed
246   before.  (Closes #205)
247 * Postorius now supports only Django 1.11+.
248 * Duplicate MailingList names doesn't return a 500 error page and instead adds
249   an error to the New MailingList  form. (Fixes #237)
250 * Pending subscription requests page is now paginated. (See !298)
251 * Add owners/moderators form now allows specifying a Display Name, along with
252   their email. (Fixes #254)
253 * Members views now show total number of members at the top. (See !315)
254 * Fixed a bug where GET on views that only expect a POST would cause 500 server
255   errors instead of 405 method not allowed. (Fixes #185)
256 * Member preferences form can now be saved without having to change all the
257   fields. (Fixes #178)
258 * Fixed a bug where the 'Delete' button to remove list owners didn't work due to
259   wrong URL being rendered in the templates. (Fixes #274)
260 * Require Explicit Destination is added to the Message Acceptance form.
261   (Closes #277)
262 * Delete Domain page now shows some extra warning information about all the
263   mailing lists that would be deleted after deleting the Domain. (See !250)
264 * Superusers can now view Mailman Core's current version and REST API version
265   being used under 'System Information' menu in the top navigation bar. (See !325)
266 * Fixed a bug where 500 error template wouldn't render properly due to missing
267   context variables in views that render that templates (See !334)
268 * Postorius now allows adding and editing templates for email headers, footers
269   and some of the automatic responses sent out by Mailman. (See !327)
271 1.1.2
272 =====
273 (2017-12-27)
275 * Added a new ``reset_passwords`` command that resets _all_ user's passwords
276   inside of Core. This password is different from the one Postorius
277   maintains. The Postorius password is the one used for logging users in.
278 * Postorius now sets the 'Display Name' of the user in Core correctly. This
279   fixes a security vulnerability where user's display_name would be set as their
280   Core's password.
283 1.1.1
284 =====
285 (2017-11-17)
287 * Improved testing and internal bug fixes.
288 * Preserve formatting of Mailing List description in the summary view.
289 * Site's Name isn't capitalized anymore in the navigation bar.
290 * html5shiv and response.js libraries are now included, instead of loading from a CDN.
292 1.1.0 -- "Welcome to This World"
293 ================================
294 (2017-05-26)
296 * Added DMARC mitigation settings
297 * Switch to Allauth auth library
298 * Preference page improvements
299 * Moderation page improvements
300 * Django support up to Django 1.11
301 * Added form to edit header matches
302 * Domain edit form improvements
303 * All pipelines recognized in alter messages form
304 * Use django-mailman3 to share common code with HyperKitty
305 * Various bug fixes, code cleanup, and performance improvements
308 1.0.3
309 =====
310 (2016-02-03)
312 * Fix security issue
315 1.0.2
316 =====
317 (2015-11-14)
319 * Bug fix release
322 1.0.1
323 =====
324 (2015-04-28)
326 * Help texts Small visual alignment fix; removed unnecessary links to
327   separate help pages.
328 * Import fix in fieldset_forms module (Django1.6 only)
331 1.0.0 -- "Frizzle Fry"
332 ======================
333 (2015-04-17)
335 * French translation. Provided by Guillaume Libersat
336 * Addedd an improved test harness using WebTest. Contributed by Aurélien Bompard.
337 * Show error message in login view. Contributed by Aurélien Bompard (LP: 1094829).
338 * Fix adding the a list owner on list creation. Contributed by Aurélien Bompard (LP: 1175967).
339 * Fix untranslatable template strings. Contributed by Sumana Harihareswara (LP: 1157947).
340 * Fix wrong labels in metrics template. Contributed by Sumana Harihareswara (LP: 1409033).
341 * URLs now contain the list-id instead of the fqdn_listname. Contributed by Abhilash Raj (LP: 1201150).
342 * Fix small bug moderator/owner forms on list members page. Contributed by Pranjal Yadav (LP: 1308219).
343 * Fix broken translation string on the login page. Contributed by Pranjal Yadav.
344 * Show held message details in a modal window. Contributed by Abhilash Raj (LP: 1004049).
345 * Rework of internal testing
346 * Mozilla Persona integration: switch from django-social-auto to django-browserid: Contributed by Abhilash Raj.
347 * Fix manage.py mmclient command for non-IPython shells. Contributed by Ankush Sharma (LP: 1428169).
348 * Added archiver options: Site-wide enabled archivers can not be enabled
349   on a per-list basis through the web UI.
350 * Added functionality to choose or switch subscription addresses. Contributed by Abhilash Raj.
351 * Added subscription moderation, pre_verification/_confirmation.
352 * Several style changes.
355 1.0 beta 1 -- "Year of the Parrot"
356 ==================================
357 (2014-04-22)
359 * fixed pip install (missing MANIFEST) (LP: 1307624). Contributed by Aurélien Bompard
360 * list owners: edit member preferences
361 * users: add multiple email addresses
362 * list info: show only subscribe or unsubscribe button. Contributed by Bhargav Golla
363 * remove members/owners/moderator. Contributed by Abhilash Raj
366 1.0 alpha 2 -- "Is It Luck?"
367 ============================
368 (2014-03-15)
370 * dev setup fix for Django 1.4 contributed by Rohan Jain
371 * missing csrf tokens in templates contributed by Richard Wackerbarth (LP: 996658)
372 * moderation: fixed typo in success message call
373 * installation documentation for Apache/mod_wsgi
374 * moved project files to separate branch
375 * show error message if connection to Mailman API fails
376 * added list members view
377 * added developer documentation
378 * added test helper utils
379 * all code now conform to PEP8
380 * themes: removed obsolete MAILMAN_THEME settings from templates, contexts, file structure; contributed by Richard Wackerbarth (LP: 1043258)
381 * added access control for list owners and moderators
382 * added a mailmanclient shell to use as a ``manage.py`` command (``python manage.py mmclient``)
383 * use "url from future" template tag in all templates. Contributed by Richard Wackerbarth.
384 * added "new user" form. Contributed by George Chatzisofroniou.
385 * added user subscription page
386 * added decorator to allow login via http basic auth (to allow non-browser clients to use API views)
387 * added api view for list index
388 * several changes regarding style and navigation structure
389 * updated to jQuery 1.8. Contributed by Richard Wackerbarth.
390 * added a favicon. Contributed by Richard Wackerbarth.
391 * renamed some menu items. Contributed by Richard Wackerbarth.
392 * changed static file inclusion. Contributed by Richard Wackerbarth.
393 * added delete domain feature.
394 * url conf refactoring. Contributed by Richard Wackerbarth.
395 * added user deletion feature. Contributed by Varun Sharma.
399 1.0 alpha 1 -- "Space Farm"
400 ===========================
401 (2012-03-23)
403 Many thanks go out to Anna Senarclens de Grancy and Benedict Stein for
404 developing the initial versions of this Django app during the Google Summer of
405 Code 2010 and 2011.
407 * add/remove/edit mailing lists
408 * edit list settings
409 * show all mailing lists on server
410 * subscribe/unsubscribe/mass subscribe mailing lists
411 * add/remove domains
412 * show basic list info and metrics
413 * login using django user account or using BrowserID
414 * show basic user profile
415 * accept/discard/reject/defer messages
416 * Implementation of Django Messages contributed by Benedict Stein (LP: #920084)
417 * Dependency check in setup.py contributed by Daniel Mizyrycki
418 * Proper processing of acceptable aliases in list settings form contributed by
419   Daniel Mizyrycki