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