Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The Russian translation has been updated by Danil Smirnov. | Mark Sapiro | 2018-03-18 | 2 | -34/+36 |
| | |||||
* | Fixed another Python 2.7 dependency. | Mark Sapiro | 2018-03-12 | 2 | -3/+5 |
| | |||||
* | Added a few more badword checks to Utils.suspiciousHTML(). | Mark Sapiro | 2018-03-08 | 3 | -5/+41 |
| | | | Added validation of GUI updates to host_name. | ||||
* | Bad values in topics no longer break the list. | Mark Sapiro | 2018-03-08 | 2 | -2/+13 |
| | |||||
* | Removed a Python 2.7 dependency introduced in 2.1.26. | Mark Sapiro | 2018-03-01 | 2 | -1/+8 |
| | |||||
* | Bumped branch version to: 2.1.26 | Mark Sapiro | 2018-02-04 | 1 | -2/+2 |
| | |||||
* | Fix XSS and info leak in options CGI - CVE-2018-5950 | Mark Sapiro | 2018-02-04 | 2 | -16/+26 |
| | |||||
* | It's not necessary to replace _ with - in language codes for reCAPTCHA. | Mark Sapiro | 2018-02-03 | 1 | -3/+1 |
| | |||||
* | Updated Japanese message catalog. | Mark Sapiro | 2018-01-30 | 1 | -2/+2 |
|\ | |||||
| * | merge lp:mailman/2.1 rev 1740 | Yasuhito FUTATSUKI at POEM | 2018-01-31 | 41 | -3175/+3475 |
| |\ | |/ |/| | |||||
* | | Corrected i18n from rev. 1738 and updated message catalogs. | Mark Sapiro | 2018-01-30 | 41 | -3279/+3595 |
| | | |||||
* | | Updated Japanese Defaults.py.in | Mark Sapiro | 2018-01-29 | 1 | -2/+8 |
|\ \ | |||||
| | * | Update Japanese translation (with msgid fix) | Yasuhito FUTATSUKI at POEM | 2018-01-30 | 3 | -171/+187 |
| |/ | |||||
| * | Update Defaults.py.in ja translation | Yasuhito FUTATSUKI at POEM | 2018-01-30 | 1 | -2/+8 |
| | | |||||
| * | sync with lp:mailman/2.1 Rev 1738 | Yasuhito FUTATSUKI at POEM | 2018-01-30 | 44 | -4/+121 |
| |\ | |/ |/| | |||||
* | | Added the ability to add reCAPTCHA to the listinfo subscribe form. | Mark Sapiro | 2018-01-29 | 43 | -4/+109 |
|\ \ | |||||
| * | | Allow the list subscription form to be protected from spam bots using | David Siebörger | 2018-01-29 | 42 | -0/+77 |
|/ / | | | | | | | reCAPTCHA. | ||||
* | | Added more environment variables to those passed to CGIs. | Mark Sapiro | 2018-01-27 | 2 | -0/+9 |
| | | |||||
* | | Japanese message catalog updates. | Mark Sapiro | 2018-01-21 | 2 | -2/+6 |
|\| | |||||
| * | Update Japanese translation | Yasuhito FUTATSUKI at POEM | 2018-01-22 | 1 | -2/+3 |
| | | |||||
| * | merge lp:mailman/2.1 Rev 1735 | Yasuhito FUTATSUKI at POEM | 2018-01-22 | 40 | -2020/+2369 |
| |\ | |/ |/| | |||||
* | | Updating i18n prior to 2.1.26 release. | Mark Sapiro | 2018-01-21 | 40 | -2020/+2369 |
| | | |||||
| * | sync with lp:mailman/2.1 Rev 1734 | Yasuhito FUTATSUKI at POEM | 2018-01-12 | 11 | -23/+236 |
| |\ | |/ |/| | |||||
* | | Added new bin/mailman-config command. | Mark Sapiro | 2018-01-11 | 5 | -4/+97 |
|\ \ | |||||
| * | | Added appropriate FSF Copyright notices | Lindsay | 2018-01-10 | 3 | -3/+3 |
| | | | |||||
| * | | Added customery GPL notice and disclaimers. | Lindsay | 2018-01-07 | 1 | -3/+21 |
| | | | |||||
| * | | Configured source to put mailman-config in bin rather than contrib. Changed | Lindsay | 2018-01-06 | 4 | -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 ↵ | Lindsay | 2018-01-06 | 2 | -0/+29 |
| | | | | | | | | | | | | options | ||||
| * | | Added contrib/mailman-config.py and changes to configure.in and | Lindsay | 2018-01-06 | 2 | -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 Sapiro | 2018-01-06 | 1 | -0/+91 |
| | | | |||||
* | | | A few German language template updates. | Mark Sapiro | 2018-01-06 | 3 | -14/+17 |
|\ \ \ | |/ / |/| | | |||||
| * | | Change wording due to hardcoded plural form. | Thomas Hochstein | 2018-01-06 | 1 | -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 Hochstein | 2018-01-06 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | Add one missing hyphen and one missing full stop. Signed-off-by: Thomas Hochstein <thh@inter.net> | ||||
| * | | Fix typos. | Thomas Hochstein | 2018-01-06 | 2 | -2/+2 |
|/ / | | | | | | | | | | | | | * "Ändern" is a noun here. * ";" is left over from removing "ß". Signed-off-by: Thomas Hochstein <thh@inter.net> | ||||
* | | Removed a Python 2.7 dependency from pipermail.py. | Mark Sapiro | 2017-12-29 | 2 | -2/+6 |
| | | |||||
* | | Show match in hold reason for header_filter_rules. | Mark Sapiro | 2017-12-09 | 2 | -2/+11 |
| | | |||||
* | | Ignore missing .db files when updating group and mode. | Mark Sapiro | 2017-11-23 | 2 | -1/+9 |
| | | |||||
* | | Update to Japanese Defaults.py.in. | Mark Sapiro | 2017-11-08 | 2 | -5/+26 |
|\| | |||||
| * | Merge lp:mailman/2.1 rev 1727 with ja translation update | Yasuhito FUTATSUKI at POEM | 2017-11-06 | 4 | -2/+16 |
| |\ | |/ |/| | |||||
* | | The DELIVERY_RETRY_WAIT setting is now effective. | Mark Sapiro | 2017-11-02 | 3 | -1/+13 |
| | | |||||
| * | Update Defaults.py.in for Mailman 2.1.25 | Yasuhito FUTATSUKI at POEM | 2017-10-27 | 1 | -2/+2 |
| | | |||||
| * | merge lp:mailman/2.1 2.1.25 release (rev 1726) | Yasuhito FUTATSUKI at POEM | 2017-10-27 | 43 | -4961/+4981 |
| |\ | |/ |/| | |||||
* | | Bumped branch version to: 2.1.25 | Mark Sapiro | 2017-10-26 | 2 | -4/+4 |
| | | |||||
* | | Updated i18n in preparation for 2.1.25 release. | Mark Sapiro | 2017-10-26 | 40 | -4956/+4957 |
| | | | | | | Fixed a minor typo. | ||||
* | | Improved DMARC testing for domains with DNSSEC validation problems. | Mark Sapiro | 2017-10-07 | 2 | -3/+18 |
| | | |||||
* | | The default DMARC reject reason now properly replaces %(listowner)s. | Mark Sapiro | 2017-09-22 | 2 | -0/+4 |
| | | |||||
| * | merge lp:mailman/2.1 up to rev 1722 | Yasuhito FUTATSUKI at POEM | 2017-09-01 | 6 | -90/+108 |
| |\ | |/ |/| | |||||
* | | The Russian translation has been updated by Sergey Matveev. | Mark Sapiro | 2017-08-02 | 2 | -57/+62 |
| | | |||||
* | | Show case preserved emails in the roster. | Mark Sapiro | 2017-07-30 | 2 | -0/+4 |
| | | |||||
* | | Changed wrapper environment cleaning from blacklist to whitelist. | Mark Sapiro | 2017-07-21 | 2 | -9/+28 |
| | |