aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The Russian translation has been updated by Danil Smirnov.Mark Sapiro2018-03-182-34/+36
|
* Fixed another Python 2.7 dependency.Mark Sapiro2018-03-122-3/+5
|
* Added a few more badword checks to Utils.suspiciousHTML().Mark Sapiro2018-03-083-5/+41
| | | Added validation of GUI updates to host_name.
* Bad values in topics no longer break the list.Mark Sapiro2018-03-082-2/+13
|
* Removed a Python 2.7 dependency introduced in 2.1.26.Mark Sapiro2018-03-012-1/+8
|
* Bumped branch version to: 2.1.26Mark Sapiro2018-02-041-2/+2
|
* Fix XSS and info leak in options CGI - CVE-2018-5950Mark Sapiro2018-02-042-16/+26
|
* It's not necessary to replace _ with - in language codes for reCAPTCHA.Mark Sapiro2018-02-031-3/+1
|
* Updated Japanese message catalog.Mark Sapiro2018-01-301-2/+2
|\
| * merge lp:mailman/2.1 rev 1740Yasuhito FUTATSUKI at POEM2018-01-3141-3175/+3475
| |\ | |/ |/|
* | Corrected i18n from rev. 1738 and updated message catalogs.Mark Sapiro2018-01-3041-3279/+3595
| |
* | Updated Japanese Defaults.py.inMark Sapiro2018-01-291-2/+8
|\ \
| | * Update Japanese translation (with msgid fix)Yasuhito FUTATSUKI at POEM2018-01-303-171/+187
| |/
| * Update Defaults.py.in ja translationYasuhito FUTATSUKI at POEM2018-01-301-2/+8
| |
| * sync with lp:mailman/2.1 Rev 1738Yasuhito FUTATSUKI at POEM2018-01-3044-4/+121
| |\ | |/ |/|
* | Added the ability to add reCAPTCHA to the listinfo subscribe form.Mark Sapiro2018-01-2943-4/+109
|\ \
| * | Allow the list subscription form to be protected from spam bots usingDavid Siebörger2018-01-2942-0/+77
|/ / | | | | | | reCAPTCHA.
* | Added more environment variables to those passed to CGIs.Mark Sapiro2018-01-272-0/+9
| |
* | Japanese message catalog updates.Mark Sapiro2018-01-212-2/+6
|\|
| * Update Japanese translationYasuhito FUTATSUKI at POEM2018-01-221-2/+3
| |
| * merge lp:mailman/2.1 Rev 1735Yasuhito FUTATSUKI at POEM2018-01-2240-2020/+2369
| |\ | |/ |/|
* | Updating i18n prior to 2.1.26 release.Mark Sapiro2018-01-2140-2020/+2369
| |
| * sync with lp:mailman/2.1 Rev 1734Yasuhito FUTATSUKI at POEM2018-01-1211-23/+236
| |\ | |/ |/|
* | Added new bin/mailman-config command.Mark Sapiro2018-01-115-4/+97
|\ \
| * | Added appropriate FSF Copyright noticesLindsay2018-01-103-3/+3
| | |
| * | Added customery GPL notice and disclaimers.Lindsay2018-01-071-3/+21
| | |
| * | Configured source to put mailman-config in bin rather than contrib. ChangedLindsay2018-01-064-4/+16
| | | | | | | | | | | | the name from mailman-config.py to mailman-config.
| * | mailman-config.py builds to a small utility to output build-time stats and ↵Lindsay2018-01-062-0/+29
| | | | | | | | | | | | options
| * | Added contrib/mailman-config.py and changes to configure.in andLindsay2018-01-062-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure to support it. mailman-config.py is added to the build/contrib directory when configure is run, and when executed, emits, to stdout, a number of useful configuration options, including the option string provided to configure at build time. This is useful when updating Mailman 2, or when trying to synchronize a manual install of Mailman with a distribution's FHS.
* | | Added a bounces test data file not previously committed.Mark Sapiro2018-01-061-0/+91
| | |
* | | A few German language template updates.Mark Sapiro2018-01-063-14/+17
|\ \ \ | |/ / |/| |
| * | Change wording due to hardcoded plural form.Thomas Hochstein2018-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The plural form of "days" is "Tage" in German, but the wording requires the dative form: "verfallen nach ca. x Tagen". "bleiben ca. x Tage gültig" works. Signed-off-by: Thomas Hochstein <thh@inter.net>
| * | Fix punctuation (mostly commas).Thomas Hochstein2018-01-061-11/+11
| | | | | | | | | | | | | | | | | | Add one missing hyphen and one missing full stop. Signed-off-by: Thomas Hochstein <thh@inter.net>
| * | Fix typos.Thomas Hochstein2018-01-062-2/+2
|/ / | | | | | | | | | | | | * "Ändern" is a noun here. * ";" is left over from removing "&szlig;". Signed-off-by: Thomas Hochstein <thh@inter.net>
* | Removed a Python 2.7 dependency from pipermail.py.Mark Sapiro2017-12-292-2/+6
| |
* | Show match in hold reason for header_filter_rules.Mark Sapiro2017-12-092-2/+11
| |
* | Ignore missing .db files when updating group and mode.Mark Sapiro2017-11-232-1/+9
| |
* | Update to Japanese Defaults.py.in.Mark Sapiro2017-11-082-5/+26
|\|
| * Merge lp:mailman/2.1 rev 1727 with ja translation updateYasuhito FUTATSUKI at POEM2017-11-064-2/+16
| |\ | |/ |/|
* | The DELIVERY_RETRY_WAIT setting is now effective.Mark Sapiro2017-11-023-1/+13
| |
| * Update Defaults.py.in for Mailman 2.1.25Yasuhito FUTATSUKI at POEM2017-10-271-2/+2
| |
| * merge lp:mailman/2.1 2.1.25 release (rev 1726)Yasuhito FUTATSUKI at POEM2017-10-2743-4961/+4981
| |\ | |/ |/|
* | Bumped branch version to: 2.1.25Mark Sapiro2017-10-262-4/+4
| |
* | Updated i18n in preparation for 2.1.25 release.Mark Sapiro2017-10-2640-4956/+4957
| | | | | | Fixed a minor typo.
* | Improved DMARC testing for domains with DNSSEC validation problems.Mark Sapiro2017-10-072-3/+18
| |
* | The default DMARC reject reason now properly replaces %(listowner)s.Mark Sapiro2017-09-222-0/+4
| |
| * merge lp:mailman/2.1 up to rev 1722Yasuhito FUTATSUKI at POEM2017-09-016-90/+108
| |\ | |/ |/|
* | The Russian translation has been updated by Sergey Matveev.Mark Sapiro2017-08-022-57/+62
| |
* | Show case preserved emails in the roster.Mark Sapiro2017-07-302-0/+4
| |
* | Changed wrapper environment cleaning from blacklist to whitelist.Mark Sapiro2017-07-212-9/+28
| |