summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | * `bin/mailman start` was passing the wrong relative path to its runnerBarry Warsaw2012-10-242-3/+9
* | | * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-3132-381/+156
|/ /
* | DatabaseBarry Warsaw2012-10-1613-210/+389
* | * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-127-212/+223
|\ \
| * | Add another paragraph to MTA.rst regarding virtual domainsJimmy Bergman2012-09-241-0/+5
| * | Write a domain map that postfix can use as relay_domains automatically on lis...Jimmy Bergman2012-09-242-4/+73
|/ /
* | * You can now verify and unverify an email address through the REST API.Barry Warsaw2012-09-224-3/+159
* | * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-229-110/+320
* | * Add list_id to JSON representation for a mailing list (given by JimmyBarry Warsaw2012-09-224-17/+69
|\ \ | |/ |/|
| * Add list_id to the REST API list representationJimmy Bergman2012-09-202-0/+4
| * Write a domain map that postfix can use as relay_domains automatically on lis...Jimmy Bergman2012-08-132-7/+64
|/
* Bump versions and code name for 3.0b3.Barry Warsaw2012-09-082-4/+9
* Prep for 3.0b2.Barry Warsaw2012-09-061-1/+1
* * Fixed the RFC 1153 digest footer to be compliant. (LP: #887610)Barry Warsaw2012-09-053-9/+19
|\
| * Pretty printing is not necessary when the output actually matches.Mark Sapiro2012-04-111-3/+2
| * Fixed the RFC 1153 digest footer to be compliant.Mark Sapiro2012-04-113-8/+19
* | Documentation updates for beta 2.Barry Warsaw2012-09-056-27/+32
* | Port the schema migration changes for LP: #1024509 to PostgreSQL.Barry Warsaw2012-09-052-6/+37
* | * Schema migrations (LP: #1024509)Barry Warsaw2012-09-045-11/+76
* | * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-0435-244/+366
* | * Expose `archive_policy` in the REST API. Contributed by AlexanderBarry Warsaw2012-08-204-0/+14
* | Style fixes: compare enums with identity, not equality.Barry Warsaw2012-08-202-2/+2
* | Update NEWSBarry Warsaw2012-08-201-2/+1
* | A few fixes for schema migration on PostgreSQL.Barry Warsaw2012-08-203-4/+22
* | typoBarry Warsaw2012-08-191-1/+1
* | * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-199-10/+9
* | * Fix residual references to the old `IMailingList` archive variables.Barry Warsaw2012-08-188-19/+28
* | * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-174-7/+13
* | * Non-unicode values in msgdata broke pending requests. (LP: #1031391)Barry Warsaw2012-08-173-6/+33
* | * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-153-8/+8
* | * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-2642-209/+1472
|\ \
| * | And now, working for PostgreSQL.Barry Warsaw2012-07-251-0/+3
| * | Working for SQLite:Barry Warsaw2012-07-2513-41/+135
| * | The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-255-65/+94
| * | Fix resetting PostgreSQL databases, thus making the full test suite pass withBarry Warsaw2012-07-254-45/+38
| * | Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-254-39/+52
| * | The version component is no longer necessary.Barry Warsaw2012-07-251-3/+0
| * | Refactor a slightly better way of indicating which tables should be reset byBarry Warsaw2012-07-251-9/+9
| * | Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-2513-137/+129
| * | A few more tweaks to get PostgreSQL working.Barry Warsaw2012-07-253-11/+5
| * | One more refactoring.Barry Warsaw2012-07-254-21/+21
| * | Refactor once again for SQLite/PostgreSQL differences.Barry Warsaw2012-07-254-68/+46
| * | No need to parameterize the exceptions, since Storm does this for us.Barry Warsaw2012-07-253-7/+3
| * | Very nearly there with PostgreSQL support for testing the beta2 migration.Barry Warsaw2012-07-258-62/+205
| * | Checkpointing Postgres port of test suite.Barry Warsaw2012-07-239-104/+496
| * | Add a few more tests.Barry Warsaw2012-07-201-1/+18
| * | Get test suite completely working:Barry Warsaw2012-07-208-55/+119
| * | trunk mergeBarry Warsaw2012-07-2041-180/+543
| |\ \ | |/ / |/| |
* | | Update news with bug issue.Barry Warsaw2012-07-031-1/+1
* | | More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-029-49/+74