summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * Closes #118Barry Warsaw2015-06-141-1/+1
| |
| * * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-1422-127/+252
|/ | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm.
* Merge branch 'issue-75' into 'release-3.0'Barry Warsaw2015-06-023-1/+4
| | | | | | Issue #75 - Confirmation messages should not be `Precedence: bulk`. See merge request !15
* Merge branch 'issue-109' into 'release-3.0'Barry Warsaw2015-06-027-55/+121
| | | | | | | | | | | Closes: #109 * Fix the traceback that occurred when trying to convert a `text/html` subpart to plaintext via the `mimedel` handler. Now, a configuration variable `[mailman]html_to_plain_text_command` in the `mailman.cfg` file defines the command to use. It defaults to `lynx`. (Closes: #109) See merge request !14
* Merge branch 'docs' into 'master'Barry Warsaw2015-05-301-0/+4
|\ | | | | | | | | | | | | | | Install psycopg2 as dependency to use postgresql database. Add psycopg2 as a dependency for PostgreSQL in core. See merge request !13
| * Install psycopg2 as dependency to use postgresql database.Abhilash Raj2015-05-271-0/+4
|/
* * A handful of unused legacy exceptions have been removed. The redundantBarry Warsaw2015-05-243-21/+8
| | | | `MailmanException` has been removed; use `MailmanError` everywhere.
* Add NEWS item.Barry Warsaw2015-05-151-0/+3
|
* Merge branch 'master' into 'master'Barry Warsaw2015-05-161-2/+14
|\ | | | | | | | | | | Fix issue #3 by searching for the 'master' script in several possible locations See merge request !12
| * Fix issue #3 by searching for the 'master' script in several possibleBarry Warsaw2015-05-151-2/+14
|/ | | | locations.
* Update NEWS.Barry Warsaw2015-05-111-0/+7
|
* Merge branch 'reasons' into 'master'Barry Warsaw2015-05-128-81/+133
|\ | | | | | | | | | | | | | | | | | | | | Implement reasons for why a message is being held for moderator approval. Given by Aurélien Bompard, tweaked by Barry Warsaw. Remove the inaccurate confirmation url and admindb urls from the substitution dictionaries for postauth.txt and posthold.txt, and the templates. See merge request !10
| * Implement reasons for why a message is being held for moderator approval.Barry Warsaw2015-05-118-81/+133
|/ | | | | | | Given by Aurélien Bompard, tweaked by Barry Warsaw. Remove the inaccurate confirmation url and admindb urls from the substitution dictionaries for postauth.txt and posthold.txt, and the templates.
* Merge branch 'link' into 'master'Barry Warsaw2015-05-104-6/+88
|\ | | | | | | | | | | When creating a user via REST using an address that already exists, but isn't linked, the address is linked to the new user. See merge request !9
| * * When creating a user via REST using an address that already exists, butBarry Warsaw2015-05-104-6/+88
|/ | | | | isn't linked, the address is linked to the new user. Given by Aurélien Bompard.
* Merge branch 'defaultlangs' into 'master'Barry Warsaw2015-05-076-14/+230
|\ | | | | | | | | | | | | | | | | | | The default languages from Mailman 2.1 have been ported over. Given by Aurélien Bompard. https://code.launchpad.net/~abompard/mailman/default_languages/+merge/216401 See merge request !8
| * * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-076-14/+230
|/ | | | Aurélien Bompard.
* Merge branch 'lp1165589' into 'master'Barry Warsaw2015-05-053-3/+63
|\ | | | | | | | | | | | | | | Prove that LP: #1165589 doesn't affect Mailman 3 This bug doesn't affect MM3. Add a test to prove this. Drive-by typo fix. Only apply this to MM3.1 since there's no bug here. See merge request !7
| * Fix a typo. Found by Rashi Karanpuria.Barry Warsaw2015-05-041-3/+3
| |
| * Add a test to prove that LP: #1165589 doesn't affect Mailman 3.Barry Warsaw2015-05-042-0/+60
|/
* Merge branch 'cleanup' into 'master'Barry Warsaw2015-05-034-101/+4
|\ | | | | | | | | | | | | | | Various code cleanups Remove some unused code, and move the options base class to a more appropriate place. See merge request !6
| * Don't create the onebounce console script.Barry Warsaw2015-05-031-1/+1
| |
| * Remove the obsolete and mostly unimplemented onebounce script.Barry Warsaw2015-05-033-100/+3
|/ | | | | Move the options base class to utilities (even though only the master uses it). Remove other obsolete and unused code.