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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Two new events are triggered on membership changes: `SubscriptionEvent`
Barry Warsaw
2012-12-23
5
-8
/
+72
*
More NEWS.
Barry Warsaw
2012-12-17
1
-0
/
+13
*
Flesh out a few more tests.
Barry Warsaw
2012-12-17
1
-2
/
+34
*
* Expose a REST API for membership change (subscriptions and unsubscriptions)
Barry Warsaw
2012-12-17
13
-900
/
+1090
|
\
|
*
* Fill out the documentation on moderation notifications.
Barry Warsaw
2012-12-17
3
-106
/
+195
|
*
Fix cross-references.
Barry Warsaw
2012-12-17
2
-3
/
+3
|
*
* Simplify moderator.rst and requests.rst so they serve a better purpose as
Barry Warsaw
2012-12-17
7
-824
/
+603
|
*
Complete the exposure of subscription request moderation via REST (still needs
Barry Warsaw
2012-12-16
3
-75
/
+253
|
*
Expose held subscription/unsubscription requests via the API.
Barry Warsaw
2012-12-15
5
-12
/
+156
*
|
* Allow the getting/setting of IMailingList.subject_prefix via the REST API
Barry Warsaw
2012-12-17
3
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Adding subject_prefix to the api (and updating the docs to include it)
Terri Oda
2012-12-15
2
-0
/
+9
|
/
*
* Deleting a user through the REST API also deletes all the user's linked
Barry Warsaw
2012-11-05
5
-3
/
+103
*
Merge Aurélien Bompard's branch to factor our archiver-specific configurations
Barry Warsaw
2012-11-04
9
-37
/
+104
|
\
|
*
Allow archivers to use their own configuration file
Aurélien Bompard
2012-09-17
6
-31
/
+111
*
|
Configuration
Barry Warsaw
2012-11-04
22
-69
/
+193
*
|
A couple of minor code cleanups.
Barry Warsaw
2012-10-31
1
-3
/
+2
*
|
Better NEWS entry
Barry Warsaw
2012-10-31
1
-1
/
+2
|
\
\
|
*
|
Better NEWS entry
Barry Warsaw
2012-10-31
1
-1
/
+2
*
|
|
merge trunk
Barry Warsaw
2012-10-31
2
-3
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
* `bin/mailman start` was passing the wrong relative path to its runner
Barry Warsaw
2012-10-24
2
-3
/
+9
*
|
|
* Python 2.7 is not required. Python 2.6 is no longer officially supported.
Barry Warsaw
2012-10-31
32
-381
/
+156
|
/
/
*
|
Database
Barry Warsaw
2012-10-16
13
-210
/
+389
*
|
* Added support for Postfix `relay_domains` setting for better virtual domain
Barry Warsaw
2012-10-12
7
-212
/
+223
|
\
\
|
*
|
Add another paragraph to MTA.rst regarding virtual domains
Jimmy Bergman
2012-09-24
1
-0
/
+5
|
*
|
Write a domain map that postfix can use as relay_domains automatically on lis...
Jimmy Bergman
2012-09-24
2
-4
/
+73
|
/
/
*
|
* You can now verify and unverify an email address through the REST API.
Barry Warsaw
2012-09-22
4
-3
/
+159
*
|
* You can now PUT and PATCH on user resources to change the user's display
Barry Warsaw
2012-09-22
9
-110
/
+320
*
|
* Add list_id to JSON representation for a mailing list (given by Jimmy
Barry Warsaw
2012-09-22
4
-17
/
+69
|
\
\
|
|
/
|
/
|
|
*
Add list_id to the REST API list representation
Jimmy Bergman
2012-09-20
2
-0
/
+4
|
*
Write a domain map that postfix can use as relay_domains automatically on lis...
Jimmy Bergman
2012-08-13
2
-7
/
+64
|
/
*
Bump versions and code name for 3.0b3.
Barry Warsaw
2012-09-08
2
-4
/
+9
*
Prep for 3.0b2.
Barry Warsaw
2012-09-06
1
-1
/
+1
*
* Fixed the RFC 1153 digest footer to be compliant. (LP: #887610)
Barry Warsaw
2012-09-05
3
-9
/
+19
|
\
|
*
Pretty printing is not necessary when the output actually matches.
Mark Sapiro
2012-04-11
1
-3
/
+2
|
*
Fixed the RFC 1153 digest footer to be compliant.
Mark Sapiro
2012-04-11
3
-8
/
+19
*
|
Documentation updates for beta 2.
Barry Warsaw
2012-09-05
6
-27
/
+32
*
|
Port the schema migration changes for LP: #1024509 to PostgreSQL.
Barry Warsaw
2012-09-05
2
-6
/
+37
*
|
* Schema migrations (LP: #1024509)
Barry Warsaw
2012-09-04
5
-11
/
+76
*
|
* The link between members and the mailing lists they are subscribed to, is
Barry Warsaw
2012-09-04
35
-244
/
+366
*
|
* Expose `archive_policy` in the REST API. Contributed by Alexander
Barry Warsaw
2012-08-20
4
-0
/
+14
*
|
Style fixes: compare enums with identity, not equality.
Barry Warsaw
2012-08-20
2
-2
/
+2
*
|
Update NEWS
Barry Warsaw
2012-08-20
1
-2
/
+1
*
|
A few fixes for schema migration on PostgreSQL.
Barry Warsaw
2012-08-20
3
-4
/
+22
*
|
typo
Barry Warsaw
2012-08-19
1
-1
/
+1
*
|
* Removed obsolete `IMailingList` attribute `generic_nonmember_action.
Barry Warsaw
2012-08-19
9
-10
/
+9
*
|
* Fix residual references to the old `IMailingList` archive variables.
Barry Warsaw
2012-08-18
8
-19
/
+28
*
|
* Show devmode in `bin/mailman info` output. (LP: #1035028)
Barry Warsaw
2012-08-17
4
-7
/
+13
*
|
* Non-unicode values in msgdata broke pending requests. (LP: #1031391)
Barry Warsaw
2012-08-17
3
-6
/
+33
*
|
* Clarify the semantics of the noreply_address variable. It's the local-part
Barry Warsaw
2012-08-15
3
-8
/
+8
*
|
* The policy for archiving has now been collapsed into a single enum, called
Barry Warsaw
2012-07-26
42
-209
/
+1472
|
\
\
[next]