summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* `mailman` command with no subcommand now prints the help text. Given byBarry Warsaw2015-08-133-1/+45
|\ | | | | | | Abhilash Raj. (Closes #137)
| * Style cleanup.Barry Warsaw2015-08-131-7/+7
| |
| * add tests for mailman commandAbhilash Raj2015-08-131-0/+42
| |
| * fix according to comments from barryAbhilash Raj2015-08-131-1/+1
| |
| * remove a print statement committed accidentallyAbhilash Raj2015-08-131-1/+0
| |
| * Fix #137Abhilash Raj2015-08-131-1/+2
|/
* Merge branch 'maxking/mailman-issue-115'Barry Warsaw2015-08-044-1/+34
|\ | | | | | | | | Fix constraint violations on mailing list deletes affecting PostgreSQL. Given by Abhilash Raj. (Closes #115)
| * Add NEWS.Barry Warsaw2015-08-041-0/+2
| |
| * Clean up maxking's branch a little bit.Barry Warsaw2015-08-043-8/+16
| | | | | | | | | | | | | | * Sort the .delete()'s * Remove an unused import. * Renamed and documented some tests. * Support tox's new passenv setting.
| * Add tests for autoresponserecordAbhilash Raj2015-08-032-3/+13
| |
| * Merge branch 'issue-115' of gitlab.com:maxking/mailman into issue-115Abhilash Raj2015-08-030-0/+0
| |\
| | * Fix zope lookup error in the previous commitAbhilash Raj2015-07-311-1/+1
| | |
| | * Add tests for #115Abhilash Raj2015-07-311-0/+9
| | |
| | * Fix #115Abhilash Raj2015-07-311-1/+5
| | |
| * | Fix zope lookup error in the previous commitAbhilash Raj2015-08-031-1/+1
| | |
| * | Add tests for #115Abhilash Raj2015-08-031-0/+9
| | |
| * | Fix #115Abhilash Raj2015-08-031-1/+5
|/ /
* | Merge branch 'maxking/mailman-add-alternate' into mr30Barry Warsaw2015-07-313-3/+55
|\ \ | | | | | | | | | | | | By POSTing to a user resource with an existing unlinked address, you can link the address to the user. Given by Abhilash Raj.
| * | Add an unlinked address to a user via RESTAbhilash Raj2015-07-302-2/+29
| |/ | | | | | | | | When adding an existing address through REST API, a 400 error was raised even if the address was not linked to any user. Fix that.
* / copybump.py: Allow for no "(C)" in the new copyright statement.Barry Warsaw2015-07-311-5/+18
|/
* Merge branch 'api' into 'master'Barry Warsaw2015-07-1919-59/+176
|\ | | | | | | | | | | | | | | REST API version 3.1 introduced. Mostly backward compatible with version 3.0 except that UUIDs are represented as hex strings instead of 128-bit integers, since the latter are not compatible with all versions of JavaScript. See merge request !28
| * Clean up based on review.Barry Warsaw2015-07-183-2/+3
| |
| * * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-1819-60/+176
|/ | | | | | 3.0 except that UUIDs are represented as hex strings instead of 128-bit integers, since the latter are not compatible with all versions of JavaScript.
* Change links from launchpad to gitlab everywhere in documentationAbhilash Raj2015-07-144-15/+16
|
* Merge branch 'issue136-master' into 'master'Barry Warsaw2015-07-143-1/+30
|\ | | | | | | | | | | | | | | | | Fixes #136 on the development branch * The REST API incorrectly parsed `is_server_owner` values when given explicitly in the POST that creates a user. (Closes #136) See merge request !26
| * Move some NEWS.Barry Warsaw2015-07-131-2/+2
| |
| * Fixes #136 on the 3.0 maintenance branch.Barry Warsaw2015-07-133-1/+30
|/ | | | | * The REST API incorrectly parsed `is_server_owner` values when given explicitly in the POST that creates a user. (Closes #136)
* NEWSBarry Warsaw2015-07-061-0/+2
|
* A couple of clean ups.Barry Warsaw2015-07-052-1/+3
|
* Some fixes caught by Barry during the reviewAurélien Bompard2015-07-054-12/+15
|
* According to RFC 2369, the URL should be between bracketsAurélien Bompard2015-06-303-3/+3
|
* The prototype archiver is not web-accessibleAurélien Bompard2015-06-305-66/+137
| | | | The URL headers (Archived-At and List-Archives) should not be added.
* Fix a test failure when the machine has an ipv6 address.Barry Warsaw2015-06-291-1/+1
|
* Merge branch 'gitlab-ci' into 'master'Barry Warsaw2015-06-291-0/+18
|\ | | | | | | | | | | | | | | add .gitlab-ci.yml Add the Gitlab CI jobs inside .gitlab-ci.yml file. See merge request !20
| * add .gitlab-ci.ymlAbhilash Raj2015-06-291-0/+18
|/
* NEWS.Barry Warsaw2015-06-241-0/+1
|
* Merge branch 'master' of gitlab.com:mailman/mailmanBarry Warsaw2015-06-248-23/+60
|\
| * Port to Python 3.5.Barry Warsaw2015-06-228-23/+60
| |
* | Merge branch 'abompard/mailman-fix-import21'Barry Warsaw2015-06-244-37/+198
|\ \ | |/ |/|
| * Do a cleansing pass on abompard's branch.Barry Warsaw2015-06-244-61/+76
| |
| * Better import of a member's moderation flagAurélien Bompard2015-06-172-22/+56
| |
| * Use the *_these_nonmembers properties for moderationAurélien Bompard2015-06-172-2/+54
| |
| * Only keep regexps in the *_these_nonmembers propertyAurélien Bompard2015-06-172-8/+21
| |
| * Import: handle the '*_these_nonmembers' parametersAurélien Bompard2015-06-172-3/+39
| |
| * Fix import of the default_member_moderation valueAurélien Bompard2015-06-172-17/+28
| |
* | Merge branch 'disable-topics' into 'master'Barry Warsaw2015-06-191-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Disable the member topics feature for now The topics feature is currently non-functional (it calls non-existant methods on the MailingList object), and a proper fix would require a schema change. This merge request just disables the feature, since mailing-lists imported from 2.1 with topics enabled just cause tracebacks currently. I think it's better to disable it this way rather than forcing the import to unset the `topics_enabled` flag, to remember which lists wanted the topics feature. See merge request !19
| * Disable the member topics feature for nowAurélien Bompard2015-06-171-1/+2
|/ | | | | | It is non-functional (calls non-existant methods on the MailingList object), and a proper fix would require a schema change, so let's postpone it.
* Merge branch 'master' into 'master'Barry Warsaw2015-06-161-0/+2
|\ | | | | | | | | | | | | | | Add patterns to .gitignore This is a trivial addition to .gitignore See merge request !17
| * Add patterns to .gitignoreAurélien Bompard2015-06-161-0/+2
|/
* Replace X-Message-ID-Hash with Message-ID-HashBarry Warsaw2015-06-1522-127/+252
|\ | | | | | | See merge request !16