<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/database/alembic/versions, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/database/alembic/versions?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/database/alembic/versions?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-05-24T23:13:37Z</updated>
<entry>
<title>Fix the bogus migration on Template.password</title>
<updated>2017-05-24T23:13:37Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2017-05-24T09:05:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3e28a57b7107543f25bdfd7a13ab72e730494e6a'/>
<id>urn:sha1:3e28a57b7107543f25bdfd7a13ab72e730494e6a</id>
<content type='text'>
Fixes #336
</content>
</entry>
<entry>
<title>Fix the template name of the welcome message.</title>
<updated>2017-05-24T20:25:26Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-05-24T20:25:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b2d961dcffa6602c2b39e421b157c0c0026b6c46'/>
<id>urn:sha1:b2d961dcffa6602c2b39e421b157c0c0026b6c46</id>
<content type='text'>
We did not previously complete the renaming of the templates.  Rename:

* user:ack:welcome -&gt; list:user:notice:welcome
* user:ack:goodbye -&gt; list:user:notice:goodbye

The new names are what are actually used in send_welcome_message() and
send_goodbye_message() so the old names were actually never used.

NOTE: If you added welcome or goodbye templates through REST from git head,
the old names will not be used.  Given that this wasn't a feature in 3.0, and
the above use case is very unlikely, I've decided not to do a migration.  If
anybody is affected, the changes can be made manually in withlist.

Closes: #337
</content>
</entry>
<entry>
<title>Bump copyright years.</title>
<updated>2017-01-04T15:30:17Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-01-04T15:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8180990a2ed053f6e4880f93a75acd9845631793'/>
<id>urn:sha1:8180990a2ed053f6e4880f93a75acd9845631793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified the various list settings and remamed several things.</title>
<updated>2016-12-26T22:43:36Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-12-26T22:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2ead4c9f0f70ac3ebd06105562579f74fa6963f1'/>
<id>urn:sha1:2ead4c9f0f70ac3ebd06105562579f74fa6963f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed alembic down_revision following merge of another migration.</title>
<updated>2016-12-23T23:09:59Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-12-23T23:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=17aa36cf4a5ec2cfce7b1e6af585b0f18a82a28b'/>
<id>urn:sha1:17aa36cf4a5ec2cfce7b1e6af585b0f18a82a28b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge gitlab.com:mailman/mailman into dmarc</title>
<updated>2016-12-23T22:55:03Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-12-23T22:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2982d23d507548d472d753a93d5aef9e7c7567fc'/>
<id>urn:sha1:2982d23d507548d472d753a93d5aef9e7c7567fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modifications based on feedback from Barry.</title>
<updated>2016-12-16T23:16:53Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-12-16T23:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8fc102429d724931c1d7a324271f9c33cdea5f45'/>
<id>urn:sha1:8fc102429d724931c1d7a324271f9c33cdea5f45</id>
<content type='text'>
Also, the change to the value column of pendedkeyvalue from SAUnicode to
SAUnicodeLarge is removed as it is a separate MR now.  This will cause mysql
CI to fail until that MR lands.
</content>
</entry>
<entry>
<title>Increase pendedkeyvalue table value column width.</title>
<updated>2016-12-16T05:05:09Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-12-16T05:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=7d21dbe2d745fa81d19cd3bacbb0e1669d439638'/>
<id>urn:sha1:7d21dbe2d745fa81d19cd3bacbb0e1669d439638</id>
<content type='text'>
Also require docutils==0.12 to work around
https://github.com/sphinx-doc/sphinx/issues/3212
</content>
</entry>
<entry>
<title>Modified 'pendedkeyvalue' table 'value' column type to SAUnicodeLarge for</title>
<updated>2016-11-12T03:58:16Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-11-12T03:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=98cb0ed4ba69d30604367e25e8e0ff6d3b699ee0'/>
<id>urn:sha1:98cb0ed4ba69d30604367e25e8e0ff6d3b699ee0</id>
<content type='text'>
MySQL.
</content>
</entry>
<entry>
<title>DMARC mitigations, part 1a.</title>
<updated>2016-11-01T01:07:21Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-11-01T01:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f8a730624563b7f0b0c0a3c49467210a83c4f76a'/>
<id>urn:sha1:f8a730624563b7f0b0c0a3c49467210a83c4f76a</id>
<content type='text'>
</content>
</entry>
</feed>
