Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DKIM-Signature:, DomainKey-Signature: and Authentication-Results: | Mark Sapiro | 2015-04-15 | 2 | -2/+12 |
| | | | | headers are now removed by default from posts to anonymous lists. | ||||
* | Improved search in admin UI Membership List. | Mark Sapiro | 2015-04-13 | 2 | -1/+18 |
| | |||||
* | Bumped branch version to: 2.1.20 | Mark Sapiro | 2015-03-31 | 1 | -2/+2 |
| | |||||
* | The Russian translation has been updated by Danil Smirnov. | Mark Sapiro | 2015-03-31 | 2 | -30/+26 |
|\ | |||||
| * | Russian translation of messages catalog for 2.1.20 | Danil Smirnov | 2015-03-31 | 1 | -30/+24 |
| | | |||||
* | | Latest doc updates for 2.1.20 release. | Mark Sapiro | 2015-03-30 | 214 | -797/+796 |
| | | |||||
* | | The Polish translation has been updated by Stefan Plewako. | Mark Sapiro | 2015-03-30 | 2 | -1465/+737 |
| | | |||||
* | | Fix for path traversal vulnerability. | Mark Sapiro | 2015-03-27 | 3 | -2/+16 |
|/ | |||||
* | Removed some 'fuzzy' notations introduced by a prior URL change. | Mark Sapiro | 2015-03-10 | 19 | -39/+1 |
| | |||||
* | Implemented member address change via the admin GUI. | Mark Sapiro | 2015-03-09 | 42 | -5899/+9447 |
| | | | Updated mailman.pot and mailman.po files with the new strings. | ||||
* | Fixed a dead link, updated the mailman.pot and mailman.po files | Mark Sapiro | 2015-03-02 | 40 | -3203/+4070 |
| | |||||
* | A LookupError in SpamDetect on a message with RFC 2047 encoded headers | Mark Sapiro | 2015-03-02 | 2 | -2/+13 |
| | | | in an unknown character set is fixed. | ||||
* | Fixed a bug in CommandRunner that could process the second word of a | Mark Sapiro | 2015-03-01 | 2 | -6/+13 |
| | | | | | body line as a command word and a case sensitivity in commands in Subject: with an Re: prefix. | ||||
* | Fixed a bug in CommandRunner that threw an uncaught KeyError if | Mark Sapiro | 2015-02-28 | 2 | -3/+13 |
| | | | | | the input to the list-request address contained a command word terminated by a period. | ||||
* | Bumped branch version to: 2.1.19 | Mark Sapiro | 2015-02-28 | 2 | -4/+4 |
| | |||||
* | More Interlingua i18n updates. | Mark Sapiro | 2015-02-22 | 3 | -206/+178 |
| | |||||
* | The Polish translation has been updated by Stefan Plewako. | Mark Sapiro | 2015-02-18 | 20 | -1789/+1084 |
| | |||||
* | The Interlingua translation has been updated by Martijn Dekker. | Mark Sapiro | 2015-02-18 | 32 | -1043/+1064 |
| | |||||
* | The Japanese message catalog has been updated by SATOH Fumiyasu. | Mark Sapiro | 2015-02-18 | 2 | -37/+36 |
|\ | |||||
| * | Updated Japenese translation | SATOH Fumiyasu | 2015-02-18 | 1 | -37/+34 |
|/ | |||||
* | Because of privacy concerns with the 2.2 backport adding real name to | Mark Sapiro | 2015-02-13 | 3 | -1/+10 |
| | | | | | list rosters, this is controlled by a new ROSTER_DISPLAY_REALNAME setting that defaults to No. | ||||
* | Updated some very old info in README. | Mark Sapiro | 2015-02-10 | 1 | -8/+7 |
| | |||||
* | Updates to Russian i18n by Danil Smirnov. | Mark Sapiro | 2015-02-10 | 7 | -208/+103 |
| | | | Removed some 'prior translator' files from Russian templates directory. | ||||
* | Added two previously renamed mailman-admin/*html files. | Mark Sapiro | 2015-02-10 | 2 | -0/+467 |
| | |||||
* | Cleaned the code a bit. No change in results. | Mark Sapiro | 2015-02-07 | 1 | -19/+7 |
| | |||||
* | Added character set recoding to utf-8 for list attributes for Romanian and | Mark Sapiro | 2015-02-07 | 3 | -4/+113 |
| | | | Russian lists and bumped versions to 2.1.19rc3. | ||||
* | Updated NEWS for 2.1.19rc2. | Mark Sapiro | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Bumped branch version to: 2.1.19rc2 | Mark Sapiro | 2015-02-06 | 1 | -2/+2 |
| | |||||
* | Added a bit more to NEWS about recoding text in list attributes for | Mark Sapiro | 2015-02-06 | 1 | -2/+12 |
|\ | | | | | Russian and Romanian lists. | ||||
| * | Added more to NEWS about recoding Russian and Romanian archives and templates. | Mark Sapiro | 2015-02-06 | 1 | -2/+10 |
| | | |||||
* | | Remove Organization: header from anonymized posts. | Mark Sapiro | 2015-02-06 | 2 | -1/+9 |
| | | | | | | Handle regexps with trailing ':' in ANONYMOUS_LIST_KEEP_HEADERS. | ||||
* | | More Romanian encoding changes. | Mark Sapiro | 2015-02-06 | 10 | -10/+10 |
|/ | |||||
* | Mailman's character set for Romanian has been changed from iso-8859-2 | Mark Sapiro | 2015-02-05 | 42 | -2442/+2445 |
| | | | to utf-8 and the templates and messages recoded. | ||||
* | Mailman's character set for Russian has been changed from koi8-r to | Mark Sapiro | 2015-02-05 | 45 | -4237/+4240 |
| | | | utf-8 and the templates and messages recoded. | ||||
* | The Russian message catalog has been updated by Danil Smirnov. | Mark Sapiro | 2015-02-04 | 2 | -441/+777 |
| | |||||
* | Updated mailman.pot and msgmerged the message catalogs for prior change. | Mark Sapiro | 2015-02-03 | 39 | -3978/+4212 |
| | |||||
* | Enhanced subscribe_auto_approval to accept @listname entries. | Mark Sapiro | 2015-02-03 | 4 | -7/+37 |
| | |||||
* | Bumped copyright year for prior change. | Mark Sapiro | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | The admindb interface has been fixed so the the detail message body | Mark Sapiro | 2015-01-30 | 2 | -10/+13 |
| | | | | | | display doesn't lose part of a multi-byte character, and characters which are invalid in the message's charset are replaced rather than the whole body not being converted to the display charset. | ||||
* | Bumped branch version to: 2.1.19rc1 | Mark Sapiro | 2015-01-29 | 205 | -2661/+2353 |
| | |||||
* | The Romanian message catalog has been updated. | Mark Sapiro | 2015-01-29 | 2 | -61/+49 |
| | |||||
* | Fixed a bug in bin/rmlist that would throw an exception or just fail to | Mark Sapiro | 2015-01-26 | 2 | -2/+6 |
| | | | | | remove held message files for a list with regexp special characters in its name. | ||||
* | Updated mailman.pot and msgmerged the Mailman.po files. | Mark Sapiro | 2015-01-23 | 39 | -3432/+5687 |
| | |||||
* | Implemented dmarc_wrapped_message_text to optionally add an explanitory | Mark Sapiro | 2015-01-23 | 7 | -7/+52 |
| | | | text/plain part to a message wrapped via dmarc_moderation_action. | ||||
* | Implemented the equivalent domains feature for list posting/moderation. | Mark Sapiro | 2015-01-23 | 7 | -1/+99 |
| | |||||
* | Updated mailman.pot and msgmerged the Mailman.po files. | Mark Sapiro | 2015-01-22 | 39 | -17837/+19893 |
| | |||||
* | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 2015-01-22 | 18 | -64/+279 |
| | | | | | the 2.1 branch for release with 2.1.19. The 2.2 branch is now no different from the 2.1 branch and will no longer be maintained. | ||||
* | Due to a prior change, From: header munging would unnecessarily add the | Mark Sapiro | 2015-01-11 | 1 | -4/+13 |
| | | | | original From: to Cc: when was already in an original Reply-To:. Fixed. | ||||
* | Implement a new WEB_HEAD_ADD setting to specify text to be added to the | Mark Sapiro | 2015-01-10 | 3 | -2/+23 |
| | | | | <HEAD> section of Mailman's internally generated web pages. | ||||
* | Replaced PythonPowered.png with current version. | Mark Sapiro | 2015-01-08 | 2 | -0/+8 |
| |