index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman
/
model
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Mailing lists get multiple chains and pipelines. For example, normal
Barry Warsaw
2012-03-07
1
-2
/
+2
*
Template indirection now also in effect for regular and digest headers and
Barry Warsaw
2012-03-04
1
-4
/
+4
*
Fix welcome_message_uri to do the placeholder interpolations guaranteed in the
Barry Warsaw
2012-03-04
2
-1
/
+5
*
* A welcome message is sent when the user confirms their subscription via
Barry Warsaw
2012-03-04
2
-78
/
+85
*
- Test welcome message notifications.
Barry Warsaw
2012-03-04
1
-0
/
+1
*
* Support downloading templates by URI, including mailman:// URIs. This is
Barry Warsaw
2012-03-03
2
-5
/
+5
*
* The `join` email command no longer accepts an `address=` argument. Its
Barry Warsaw
2012-02-29
1
-4
/
+5
*
* Schema migrations have been implemented.
Barry Warsaw
2012-02-12
1
-1
/
+1
*
Flesh out the moderation doctest.
Barry Warsaw
2012-01-30
1
-1
/
+1
*
* Held messages can now be moderated through the REST API. Mailing list
Barry Warsaw
2012-01-30
4
-17
/
+75
*
* Remove previously deprecated `IListManager.get_mailing_lists()`.
Barry Warsaw
2012-01-27
1
-6
/
+0
*
* Add property `IListmanager.name_compoments` which returns 2-tuples for
Barry Warsaw
2012-01-27
2
-5
/
+31
*
Three performance improvements.
Barry Warsaw
2012-01-27
1
-6
/
+8
*
Storm now has a "load hook" which we can use to restore the rosters when the
Barry Warsaw
2012-01-27
2
-10
/
+9
*
* Add property `IUserManager.members` to return all `IMembers` in the system.
Barry Warsaw
2012-01-26
2
-0
/
+39
*
copybump
Barry Warsaw
2012-01-01
27
-27
/
+27
*
Replace the password stuff with flufl.password.
Barry Warsaw
2012-01-01
1
-2
/
+2
*
* Stop adding the X-BeenThere header.
Barry Warsaw
2011-11-06
1
-1
/
+0
*
Remove extraneous `test_suite()` functions. zope.testrunner will
Barry Warsaw
2011-10-30
6
-50
/
+0
*
Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests.
Barry Warsaw
2011-10-23
1
-2
/
+3
*
Finally, all doctests are named .rst
Barry Warsaw
2011-09-23
8
-0
/
+0
*
Improved the way flufl.enum.Enums are stored in the database. Now, they
Barry Warsaw
2011-09-23
8
-22
/
+30
*
* Four new events are created, and notifications are sent during domain
Barry Warsaw
2011-09-02
2
-1
/
+121
*
* New REST resource http://.../<domain>/lists can be GETed in order to find
Barry Warsaw
2011-08-30
2
-0
/
+34
|
\
|
*
email_host => mail_host
Stephen A. Goss
2011-08-23
1
-1
/
+1
|
*
merged changes to main branch
Stephen A. Goss
2011-08-23
3
-30
/
+30
|
|
\
|
*
|
some tweaks to fix for LP: 829765 based on feedback
Stephen A. Goss
2011-08-23
3
-4
/
+32
|
*
|
REST API: add listing of mailing lists per domain
Stephen A. Goss
2011-08-19
1
-0
/
+5
*
|
|
* User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,
Barry Warsaw
2011-08-30
9
-29
/
+47
|
|
/
|
/
|
*
|
Rename IDomain.email_host to .mail_host for consistency. Similarly in the
Barry Warsaw
2011-08-22
3
-30
/
+30
|
/
*
Complete bug 827036 work.
Barry Warsaw
2011-08-17
4
-43
/
+78
*
Basic infrastructure for fixing bug 827036.
Barry Warsaw
2011-08-17
1
-0
/
+33
*
Send event notifications whenever a mailing list is created or deleted.
Barry Warsaw
2011-08-16
3
-3
/
+79
*
Remove all pylint vestiges.
Barry Warsaw
2011-08-03
2
-3
/
+0
*
* The IMailingList attribute ``host_name`` has been renamed to ``mail_host``
Barry Warsaw
2011-06-16
4
-18
/
+18
*
Major terminology shift:
Barry Warsaw
2011-06-01
1
-2
/
+2
*
* bounce_processing -> process_bounces
Barry Warsaw
2011-05-27
1
-1
/
+1
*
* bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to
Barry Warsaw
2011-05-25
3
-12
/
+13
*
* Flesh out IBounceProcessor so that you can get an iterator over all events
Barry Warsaw
2011-05-17
2
-5
/
+80
*
* Fixed tests
Barry Warsaw
2011-05-14
1
-1
/
+1
*
* BounceEvent.where -> BounceEvent.context
Barry Warsaw
2011-05-13
2
-12
/
+22
*
Add bounce registration and bounce events.
Barry Warsaw
2011-05-13
3
-0
/
+186
*
checkpointing
Barry Warsaw
2011-05-06
1
-25
/
+19
*
Ensure that a member's address cannot be changed to an address they do not
Barry Warsaw
2011-04-25
2
-0
/
+28
*
Complete the ability to change a subscription address, both internally and via
Barry Warsaw
2011-04-25
3
-14
/
+154
*
Users subscribed to a mailing list via their preferred address show up
Barry Warsaw
2011-04-22
2
-1
/
+15
*
Give IMembers a unique member id. We have to do this in order to give them a
Barry Warsaw
2011-04-22
4
-1
/
+145
*
* Move members.txt corner cases to unittests.
Barry Warsaw
2011-04-20
1
-1
/
+0
*
Add REST API for addresses, and change the user REST API to use it where
Barry Warsaw
2011-04-19
2
-14
/
+13
*
Add some tests to ensure that the correct number of members are returned when
Barry Warsaw
2011-04-17
3
-3
/
+86
[next]