aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Extend BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE for IPv6.Mark Sapiro2018-06-052-8/+24
| | | Fix string formatting for Python 2.6.
* Not at all my day.Mark Sapiro2018-06-041-1/+1
|
* Ooops. Forgot mm_cfg.Mark Sapiro2018-06-041-1/+1
|
* Restrict Spamhaus ZEN hits to SBL, CSS and XBL.Mark Sapiro2018-06-043-4/+4
|
* Added BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE FeatureMark Sapiro2018-06-044-1/+38
|
* Changed mailman-config to single-quote parameters.Mark Sapiro2018-06-042-11/+14
|
* Added Esperanto translation and updated i18n.Mark Sapiro2018-06-0379-1257/+12893
|
* Modified SUBSCRIBE_FORM_SECRET hash generation.Mark Sapiro2018-06-033-6/+11
|\
| * Separate data in CSRF token by colon to avoid collisions.Ralf Jung2018-06-032-6/+6
|/ | | | | | This makes the data-to-token function injective. Previously, for example, the list called "list1" and the IP "10.0.0.0" would have the same hash as the list called "list" and the IP "110.0.0.0", as the strings were just concatenated.
* Updated Japanese translation.Mark Sapiro2018-05-265-39/+53
|\
| * merge lp:mailman/2.1 Rev 1757 and then update ja translation for itYasuhito FUTATSUKI at POEM2018-05-2740-42/+199
| |\ | |/ |/|
* | Internationalize the noscript note added to reCAPTCHA.Mark Sapiro2018-05-2640-41/+198
| |
| * Update ja translation for previous commitYasuhito FUTATSUKI at POEM2018-05-261-11/+24
| |
| * merge lp:mailman 2.1 up to rev 1756Yasuhito FUTATSUKI at POEM2018-05-2642-6555/+7851
| |\ | |/ |/|
* | Update i18n for recent changes.Mark Sapiro2018-05-2539-6746/+8003
| |
* | Add an option to add_members to issue invitations.Mark Sapiro2018-05-252-26/+77
| |
* | A few more error messages have had their values HTML escaped.Mark Sapiro2018-05-212-1/+4
| |
| * merge lp:mailman/2.1 up to 1753Yasuhito FUTATSUKI at POEM2018-05-075-14/+29
| |\ | |/ |/|
* | Add <noscript> note to listinfo reCAPTCHA that JavaScript is required.Mark Sapiro2018-05-052-0/+5
| |
* | bin/arch now uses i18n.C_ for progress messages.Mark Sapiro2018-05-033-11/+16
| |
* | Give a better message from scripts/driver on SyntaxError in mm_cfg.py.Mark Sapiro2018-04-132-3/+8
| |
| * revise translation of README/UPDATINGYasuhito FUTATSUKI at POEM2018-04-112-13/+14
| |
| * add Japanese translation for the message added on lp:mailman/2.1 rev 1747Yasuhito FUTATSUKI at POEM2018-04-111-113/+121
| | | | | | | | (with one other message rivise)
| * rebuild potfile (to prepare to update Japanese transration)Yasuhito FUTATSUKI at POEM2018-04-111-111/+117
| |
| * merge lp:mailman/2.1 up to rev 1750Yasuhito FUTATSUKI at POEM2018-04-119-51/+116
| |\ | |/ |/|
* | Improve DELIVERY_RETRY_WAIT reimplementation.Mark Sapiro2018-04-103-6/+13
| |
* | 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
| |
| * revise (a part of) Japanese translation of UPGRADING fileYasuhito FUTATSUKI2018-02-211-8/+7
| |
| * fix revision indicationYasuhito FUTATSUKI at POEM2018-02-051-1/+1
| |
| * update version number & minor fix of word (juu-you -> shu-you)Yasuhito FUTATSUKI at POEM2018-02-051-3/+3
| |
| * sync with lp:mailman/2.1 rev 1744 (2.1.26)Yasuhito FUTATSUKI at POEM2018-02-054-21/+29
| |\ | |/ |/|
* | 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
| |