| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | `mailman` command with no subcommand now prints the help text. Given by | Barry Warsaw | 2015-08-13 | 3 | -1/+45 | |
| |\ | | | | | | | Abhilash Raj. (Closes #137) | |||||
| | * | Style cleanup. | Barry Warsaw | 2015-08-13 | 1 | -7/+7 | |
| | | | ||||||
| | * | add tests for mailman command | Abhilash Raj | 2015-08-13 | 1 | -0/+42 | |
| | | | ||||||
| | * | fix according to comments from barry | Abhilash Raj | 2015-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | remove a print statement committed accidentally | Abhilash Raj | 2015-08-13 | 1 | -1/+0 | |
| | | | ||||||
| | * | Fix #137 | Abhilash Raj | 2015-08-13 | 1 | -1/+2 | |
| |/ | ||||||
| * | Merge branch 'maxking/mailman-issue-115' | Barry Warsaw | 2015-08-04 | 4 | -1/+34 | |
| |\ | | | | | | | | | Fix constraint violations on mailing list deletes affecting PostgreSQL. Given by Abhilash Raj. (Closes #115) | |||||
| | * | Add NEWS. | Barry Warsaw | 2015-08-04 | 1 | -0/+2 | |
| | | | ||||||
| | * | Clean up maxking's branch a little bit. | Barry Warsaw | 2015-08-04 | 3 | -8/+16 | |
| | | | | | | | | | | | | | | | * Sort the .delete()'s * Remove an unused import. * Renamed and documented some tests. * Support tox's new passenv setting. | |||||
| | * | Add tests for autoresponserecord | Abhilash Raj | 2015-08-03 | 2 | -3/+13 | |
| | | | ||||||
| | * | Merge branch 'issue-115' of gitlab.com:maxking/mailman into issue-115 | Abhilash Raj | 2015-08-03 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | Fix zope lookup error in the previous commit | Abhilash Raj | 2015-07-31 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Add tests for #115 | Abhilash Raj | 2015-07-31 | 1 | -0/+9 | |
| | | | | ||||||
| | | * | Fix #115 | Abhilash Raj | 2015-07-31 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | Fix zope lookup error in the previous commit | Abhilash Raj | 2015-08-03 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add tests for #115 | Abhilash Raj | 2015-08-03 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Fix #115 | Abhilash Raj | 2015-08-03 | 1 | -1/+5 | |
| |/ / | ||||||
| * | | Merge branch 'maxking/mailman-add-alternate' into mr30 | Barry Warsaw | 2015-07-31 | 3 | -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 REST | Abhilash Raj | 2015-07-30 | 2 | -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 Warsaw | 2015-07-31 | 1 | -5/+18 | |
| |/ | ||||||
| * | Merge branch 'api' into 'master' | Barry Warsaw | 2015-07-19 | 19 | -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 Warsaw | 2015-07-18 | 3 | -2/+3 | |
| | | | ||||||
| | * | * REST API version 3.1 introduced. Mostly backward compatible with version | Barry Warsaw | 2015-07-18 | 19 | -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 documentation | Abhilash Raj | 2015-07-14 | 4 | -15/+16 | |
| | | ||||||
| * | Merge branch 'issue136-master' into 'master' | Barry Warsaw | 2015-07-14 | 3 | -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 Warsaw | 2015-07-13 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fixes #136 on the 3.0 maintenance branch. | Barry Warsaw | 2015-07-13 | 3 | -1/+30 | |
| |/ | | | | | * The REST API incorrectly parsed `is_server_owner` values when given explicitly in the POST that creates a user. (Closes #136) | |||||
| * | NEWS | Barry Warsaw | 2015-07-06 | 1 | -0/+2 | |
| | | ||||||
| * | A couple of clean ups. | Barry Warsaw | 2015-07-05 | 2 | -1/+3 | |
| | | ||||||
| * | Some fixes caught by Barry during the review | Aurélien Bompard | 2015-07-05 | 4 | -12/+15 | |
| | | ||||||
| * | According to RFC 2369, the URL should be between brackets | Aurélien Bompard | 2015-06-30 | 3 | -3/+3 | |
| | | ||||||
| * | The prototype archiver is not web-accessible | Aurélien Bompard | 2015-06-30 | 5 | -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 Warsaw | 2015-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'gitlab-ci' into 'master' | Barry Warsaw | 2015-06-29 | 1 | -0/+18 | |
| |\ | | | | | | | | | | | | | | | add .gitlab-ci.yml Add the Gitlab CI jobs inside .gitlab-ci.yml file. See merge request !20 | |||||
| | * | add .gitlab-ci.yml | Abhilash Raj | 2015-06-29 | 1 | -0/+18 | |
| |/ | ||||||
| * | NEWS. | Barry Warsaw | 2015-06-24 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'master' of gitlab.com:mailman/mailman | Barry Warsaw | 2015-06-24 | 8 | -23/+60 | |
| |\ | ||||||
| | * | Port to Python 3.5. | Barry Warsaw | 2015-06-22 | 8 | -23/+60 | |
| | | | ||||||
| * | | Merge branch 'abompard/mailman-fix-import21' | Barry Warsaw | 2015-06-24 | 4 | -37/+198 | |
| |\ \ | |/ |/| | ||||||
| | * | Do a cleansing pass on abompard's branch. | Barry Warsaw | 2015-06-24 | 4 | -61/+76 | |
| | | | ||||||
| | * | Better import of a member's moderation flag | Aurélien Bompard | 2015-06-17 | 2 | -22/+56 | |
| | | | ||||||
| | * | Use the *_these_nonmembers properties for moderation | Aurélien Bompard | 2015-06-17 | 2 | -2/+54 | |
| | | | ||||||
| | * | Only keep regexps in the *_these_nonmembers property | Aurélien Bompard | 2015-06-17 | 2 | -8/+21 | |
| | | | ||||||
| | * | Import: handle the '*_these_nonmembers' parameters | Aurélien Bompard | 2015-06-17 | 2 | -3/+39 | |
| | | | ||||||
| | * | Fix import of the default_member_moderation value | Aurélien Bompard | 2015-06-17 | 2 | -17/+28 | |
| | | | ||||||
| * | | Merge branch 'disable-topics' into 'master' | Barry Warsaw | 2015-06-19 | 1 | -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 now | Aurélien Bompard | 2015-06-17 | 1 | -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 Warsaw | 2015-06-16 | 1 | -0/+2 | |
| |\ | | | | | | | | | | | | | | | Add patterns to .gitignore This is a trivial addition to .gitignore See merge request !17 | |||||
| | * | Add patterns to .gitignore | Aurélien Bompard | 2015-06-16 | 1 | -0/+2 | |
| |/ | ||||||
| * | Replace X-Message-ID-Hash with Message-ID-Hash | Barry Warsaw | 2015-06-15 | 22 | -127/+252 | |
| |\ | | | | | | | See merge request !16 | |||||
