| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Closes #118 | Barry Warsaw | 2015-06-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 22 | -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 Warsaw | 2015-06-02 | 3 | -1/+4 | |
| | | | | | | | Issue #75 - Confirmation messages should not be `Precedence: bulk`. See merge request !15 | |||||
| * | Merge branch 'issue-109' into 'release-3.0' | Barry Warsaw | 2015-06-02 | 7 | -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 Warsaw | 2015-05-30 | 1 | -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 Raj | 2015-05-27 | 1 | -0/+4 | |
| |/ | ||||||
| * | * A handful of unused legacy exceptions have been removed. The redundant | Barry Warsaw | 2015-05-24 | 3 | -21/+8 | |
| | | | | | `MailmanException` has been removed; use `MailmanError` everywhere. | |||||
| * | Add NEWS item. | Barry Warsaw | 2015-05-15 | 1 | -0/+3 | |
| | | ||||||
| * | Merge branch 'master' into 'master' | Barry Warsaw | 2015-05-16 | 1 | -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 possible | Barry Warsaw | 2015-05-15 | 1 | -2/+14 | |
| |/ | | | | locations. | |||||
| * | Update NEWS. | Barry Warsaw | 2015-05-11 | 1 | -0/+7 | |
| | | ||||||
| * | Merge branch 'reasons' into 'master' | Barry Warsaw | 2015-05-12 | 8 | -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 Warsaw | 2015-05-11 | 8 | -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 Warsaw | 2015-05-10 | 4 | -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, but | Barry Warsaw | 2015-05-10 | 4 | -6/+88 | |
| |/ | | | | | isn't linked, the address is linked to the new user. Given by Aurélien Bompard. | |||||
| * | Merge branch 'defaultlangs' into 'master' | Barry Warsaw | 2015-05-07 | 6 | -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 by | Barry Warsaw | 2015-05-07 | 6 | -14/+230 | |
| |/ | | | | Aurélien Bompard. | |||||
| * | Merge branch 'lp1165589' into 'master' | Barry Warsaw | 2015-05-05 | 3 | -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 Warsaw | 2015-05-04 | 1 | -3/+3 | |
| | | | ||||||
| | * | Add a test to prove that LP: #1165589 doesn't affect Mailman 3. | Barry Warsaw | 2015-05-04 | 2 | -0/+60 | |
| |/ | ||||||
| * | Merge branch 'cleanup' into 'master' | Barry Warsaw | 2015-05-03 | 4 | -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 Warsaw | 2015-05-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | Remove the obsolete and mostly unimplemented onebounce script. | Barry Warsaw | 2015-05-03 | 3 | -100/+3 | |
| |/ | | | | | Move the options base class to utilities (even though only the master uses it). Remove other obsolete and unused code. | |||||
| * | Merge branch 'api-clean' into 'master' | Barry Warsaw | 2015-05-03 | 3 | -212/+74 | |
| |\ | | | | | | | | | | | Remove old APIs handle_subscription() and hold_subscription(). See merge request !5 | |||||
| | * | Remove old APIs handle_subscription() and hold_subscription(). | Barry Warsaw | 2015-05-02 | 3 | -212/+74 | |
| |/ | ||||||
| * | Merge branch '1-admin-notify-mchanges' into 'release-3.0' | Barry Warsaw | 2015-05-02 | 5 | -15/+67 | |
| | | | | | | | | | Honor admin_notify_mchanges with subscription policy When the mailing list's `admin_notify_mchanges` is True, the list owners now get the subscription notification. (Closes: #1) See merge request !4 | |||||
| * | Date. | Barry Warsaw | 2015-05-01 | 1 | -0/+1 | |
| | | ||||||
| * | Prepare for 3.1. | Barry Warsaw | 2015-05-01 | 4 | -7/+10 | |
| | | | | | Fix some tests that incorrectly hardcoded "3.0" | |||||
| * | Typical ignore pattern. | Barry Warsaw | 2015-04-28 | 1 | -0/+2 | |
| | | ||||||
| * | Convert from bzr to git. | Barry Warsaw | 2015-04-28 | 19 | -1117/+0 | |
| | | ||||||
| * | Now that we're on Python 3.4, we don't need enum34. | Barry Warsaw | 2015-04-28 | 1 | -1/+0 | |
| | | ||||||
| * | Be sure to use Falcon 0.3. | Barry Warsaw | 2015-04-27 | 1 | -1/+1 | |
| |\ | ||||||
| | * | use falcon >= 0.3rc1 till a stable release | Abhilash Raj | 2015-04-28 | 1 | -1/+1 | |
| |/ | ||||||
| * | Prep for 3.0 final. | Barry Warsaw | 2015-04-24 | 1 | -3/+3 | |
| | | ||||||
| * | * Port the REST machinery to Falcon 0.3. (LP: #1446881) | Barry Warsaw | 2015-04-23 | 2 | -3/+6 | |
| |\ | ||||||
| | * | Port to Falcon 0.3. | Barry Warsaw | 2015-04-23 | 1 | -3/+5 | |
| |/ | ||||||
| * | Aurelien's nick name | Barry Warsaw | 2015-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | Steve's nickname. | Barry Warsaw | 2015-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | * The test suite now runs successfully again with PostgreSQL. Given by | Barry Warsaw | 2015-04-22 | 5 | -18/+36 | |
| |\ | | | | | | | Aurélien Bompard. (LP: #1435941) | |||||
| | * | * The test suite now runs successfully again with PostgreSQL. Given by | Barry Warsaw | 2015-04-22 | 5 | -18/+36 | |
| |/| | | | | | | | Aurélien Bompard. (LP: #1435941) | |||||
| | * | Propagate the MAILMAN_EXTRA_TESTING_CFG env var to subprocesses | Aurélien Bompard | 2015-04-22 | 1 | -5/+5 | |
| | | | ||||||
| | * | Import: autodetect boolean columns | Aurélien Bompard | 2015-04-22 | 1 | -7/+5 | |
| | | | ||||||
| | * | PostgreSQL: remove tables before unittest runs | Aurélien Bompard | 2015-04-22 | 1 | -0/+6 | |
| | | | ||||||
| | * | PostgreSQL: fix autoincrement reset in tests | Aurélien Bompard | 2015-04-22 | 1 | -5/+9 | |
| | | | ||||||
| * | | Point to the wiki release notes page. | Barry Warsaw | 2015-04-21 | 1 | -0/+4 | |
| |/ | ||||||
| * | raj-abhilash1's branch to ensure we block release on Falcon 0.3. I moved and | Barry Warsaw | 2015-04-21 | 2 | -0/+54 | |
| |\ | | | | | | | | | | | renamed his test. Also, backfill a relevant Launchpad bug number. | |||||
| | * | merge trunk and fix merge conflicts | Abhilash Raj | 2015-04-20 | 45 | -1101/+1469 | |
| | |\ | |/ |/| | ||||||
| * | | Typos; given by sumanah. | Barry Warsaw | 2015-04-19 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | typofixes | Sumana Harihareswara | 2015-04-19 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Set up for 3.0.0 final. | Barry Warsaw | 2015-04-19 | 1 | -3/+3 | |
| | | | ||||||
