Differences between revisions 49 and 50
Revision 49 as of 2015-04-19 14:23:40
Size: 6595
Comment: update post-sprint
Revision 50 as of 2015-05-05 00:34:04
Size: 4919
Editor: barry
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
We aim to release Mailman 3.0rc1 in late April, 2015. Mailman 3.0 was [[https://mail.python.org/pipermail/mailman-announce/2015-April/000210.html|released]] on April 28, 2015. See also the [[../../Mailman3|release notes]].
Line 6: Line 6:
This page is where we are collecting the feature list and other artifacts for Mailman 3.0, which will be a major upgrade for the project. Many things that people have been wanting for years will be addressed, most notably a unified user database, true virtual domain support, and backing the Mailman data in a real database layer. From a development perspective, we will be adopting a very strict test-driven development model, utilizing modern Python technology and coding styles. The focus will be on providing core Mailman functionality through a REST API, architecturally separate components loosing communicating for better system administration and development lifecycles, while continuing the tradition of providing a turnkey solution with all the necessary parts, making it even easier to download, install, and go.

Contributors are welcome and encouraged! Discussions will happen on the [[mailto:mailman-developers@python.org|mailman-developers mailing list]]. Anyone can check out and use the [[../MailmanBranches|current development source branches]]. The TODO list below is not a commitment of features (unless marked with a '''Done''' ).
Contributors are welcome and encouraged! Discussions will happen on the [[mailto:mailman-developers@python.org|mailman-developers mailing list]]. Anyone can check out and use the [[../MailmanBranches|current development source branches]].
Line 20: Line 18:
The suite as a whole is currently [[https://mail.python.org/pipermail/mailman-announce/2014-December/000197.html|at 3.0b5]]. We aim to get a 3.0 release of the suite out by late April 2015.
Line 37: Line 34:
== 3.0 ==

Here are things we need to do before Mailman 3.0 Suite final can be released.  We started this list with the leftovers from [[../PyCon Sprint 2013|PyCon Sprint 2013]] and updated it at the [[../PyCon 2015 Sprint|PyCon Sprint 2015]].

 * '''Mailman Suite'''
  * Update installation HOWTO(s)
  * Write release notes and announcement
  * Test new installs of 3.0 suite
 * '''Core'''
  * [[https://code.launchpad.net/~barry/mailman/subpolicy|Subscription management workflow/policy - WIP branch]] (see [[https://bugs.launchpad.net/postorius/+bug/1095552|bug 1095552]])
  * deal with [[https://bugs.launchpad.net/postorius/+bug/1444504|upstream Falcon bug regarding string display]]
 * '''Websites'''
  * Post HOWTO, release notes & announcement
Line 53: Line 36:
TODOs for the next point release of 3.x: TODOs for the next major release of Mailman 3:
Line 61: Line 44:
  * Subscription policy: dealing with permission to unsubscribe   * Unsubscription policy: dealing with permission to unsubscribe (similar to 3.0's subscription policy work).
  * 100% test code coverage.

Mailman 3.0

Mailman 3.0 was released on April 28, 2015. See also the release notes.

Contributors are welcome and encouraged! Discussions will happen on the mailman-developers mailing list. Anyone can check out and use the current development source branches.

Development and status

Mailman 3 is essentially five projects:

Mailman 3.0 is most suitable to new installations of Mailman. We do not guarantee that it will work well for migrations and upgrades of Mailman 2.x; we believe that will work, but encourage you to make backups and test your migrations first. It is not yet at full feature parity with Mailman 2.x, but we're working on that for 3.1.

Developer resources:

To Do List

3.1

TODOs for the next major release of Mailman 3:

  • Mailman Suite:
    • Internationalization - there must be a way for the community to contribute translations and for us to integrate them into releases (bug 1414154)

    • Migration scripts for current Mailman 2 installations (bug 965532)

    • Test migration from 2 to 3
    • Mailman 2 & 3 co-existing

    • Make it easier to install with Docker
  • Core
    • Unsubscription policy: dealing with permission to unsubscribe (similar to 3.0's subscription policy work).
    • 100% test code coverage.
  • Postorius
    • Implementation of django-browserid + custom audience checking
    • Add user settings page (Likely to be completed as part of stylistica's summer of code work; may need temporary fix sooner)
    • Add ability to remove moderators/owners from a list (see bug 1062889)

    • non-member disposition [Put list of non-members in list settings with allow/deny, etc] (see bug 1414149)

    • Pull list of supported languages for a domain from Mailman core via API (see bug 1414298)

  • Hyperkitty
    • if a nonmember replies via the web interface, subscribe them as nondelivery member
  • Websites
    • Update visual style and information architecture of list.org and the wiki to feel more unified, be more navigable, and present a modern appearance
    • Convert www site generation from ancient ht2html scripts to something more modern like Nikola or Pelican (no CMS required!)


Installation HowTo

Currently the best path for installing the entire Mailman 3 suite at once is Mailman Bundler:

Mailman Bundler setup instructions on ReadTheDocs

If you're installing on Ubuntu, see DEV/Mailman 3.0/Mailman 3.0 Suite Install on Ubuntu for the commands to install the prerequisites.

We do eventually hope to have appropriate packages for some popular distros, so if you prefer packages only, please be patient!

If you want to try Mailman 3 suite out in Docker, you might want to see DEV/Mailman 3.0/Mailman 3.0 Suite Dockerfile. I am still looking for someone to help provide nice instructions on how to use this, including connecting port 8000 inside the container to a port on the outside so that the tutorial can end with "and now go to http://localhost:8000/mailman3 to check out the web interface!"

MailmanWiki: DEV/Mailman 3.0 (last edited 2018-04-20 06:57:02 by maxking)