Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed or anonymized additional headers in posts to anonymous lists. | Mark Sapiro | 2009-08-01 | 1 | -0/+2 |
| | |||||
* | Fixed a bug that could cause incorrect threading of replies to archived | Mark Sapiro | 2009-08-01 | 1 | -0/+3 |
| | | | | messages that arrive with timestamps in the same second. | ||||
* | Backported several bug fixes from the 2.2 branch. | Mark Sapiro | 2009-07-31 | 1 | -0/+21 |
| | |||||
* | Added recognition for more bounces. | Mark Sapiro | 2009-07-31 | 1 | -1/+3 |
| | |||||
* | Updated contrib/mmdsr to report preserved messages. | Mark Sapiro | 2009-07-31 | 1 | -0/+6 |
| | |||||
* | Bumping release to 2.1.12 final. | Mark Sapiro | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | Fixed a bug introduced in 2.1.11 which would attempt to store bounce info | Mark Sapiro | 2009-02-16 | 1 | -0/+3 |
| | | | | for a member just deleted if bounce_you_are_disabled_warnings is zero. | ||||
* | Added John Dennis' (RedHat) FHS patch to the contrib directory. | Mark Sapiro | 2009-02-14 | 1 | -0/+4 |
| | |||||
* | Worked around a potential problem in HyperArch.py with unicode character | Mark Sapiro | 2009-02-12 | 1 | -0/+3 |
| | | | | set arguments. Bug #328353. | ||||
* | Updated Polish translation from Zbigniew Szalbot. | Mark Sapiro | 2009-02-09 | 1 | -0/+4 |
| | |||||
* | Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008. | Mark Sapiro | 2009-02-08 | 1 | -0/+2 |
| | |||||
* | Added Lindsay Haisley's courier_to_mailman.py to the contrib/ directory. | Mark Sapiro | 2009-02-06 | 1 | -0/+4 |
| | |||||
* | Bumped release to 2.1.12rc2. | Mark Sapiro | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | Fixed a bug in admindb.py in the implementation of replacing "No Reason | Mark Sapiro | 2009-02-03 | 1 | -0/+3 |
| | | | | Given" with the default rejection reason. Bug #325016. | ||||
* | Rebuilt manuals. | Mark Sapiro | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | - Fixed the admin Membership List Find member function so the 'letter' | Mark Sapiro | 2009-01-10 | 1 | -0/+7 |
| | | | | | | | | links to a chunked result would still be limited to the Find member search. SF patch #1532081. - Changed scripts/driver to return a 405 status for non GET, POST, HEAD methods. SF patch #1578756. | ||||
* | Mailman/Utils.py | Mark Sapiro | 2009-01-02 | 1 | -0/+7 |
| | | | | | | | | | | - Fixed a long standing error that stopped relative hrefs from being generated for links on Mailman's web pages. Mailman/Cgi/admindb.py - Changed the admindb interface so that when messages are rejected from the summary page, the reject reason is the rejection message from the Errors.HoldMessage subclass instead of the generic "No reason given". | ||||
* | Added missing --bare option to French translation of list_lists help. | Mark Sapiro | 2008-12-29 | 1 | -0/+3 |
| | |||||
* | Changed the pattern used to recognize URLs in messages for the pipermail | Mark Sapiro | 2008-12-22 | 1 | -0/+4 |
| | | | | | archive in order to try to do a better job of making hyperlinks. Bug #310124. | ||||
* | Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757. | Mark Sapiro | 2008-12-19 | 1 | -0/+2 |
| | |||||
* | Fixed an issue where in some circumstances HyperArch.py would translate | Mark Sapiro | 2008-12-19 | 1 | -0/+5 |
| | | | | | | ' at ' into the wrong language ultimately throwing a UnicodeDecodeError when the translation was decoded with a different character set. Bug #308152. | ||||
* | Fixed an issue where list creation would report bad owner email | Mark Sapiro | 2008-12-07 | 1 | -0/+4 |
| | | | | | instead of bad listname when the list name had non-ascii characters. SF Bug #2126489. | ||||
* | Fixed a problem in Decorate which could throw a TypeError on conversion to | Mark Sapiro | 2008-12-07 | 1 | -0/+4 |
| | | | | | | | | unicode of a header/footer that was already unicode because of interpolating a unicode value. Made a minor change to the authentication logic for displaying hidden members on the roster. | ||||
* | Updated some FAQ URLs for wiki.list.org. | Mark Sapiro | 2008-12-05 | 1 | -0/+3 |
| | |||||
* | Updated NEWS | Mark Sapiro | 2008-12-02 | 1 | -0/+6 |
| | |||||
* | Added NEWS entry | Barry Warsaw | 2008-11-29 | 1 | -0/+2 |
| | |||||
* | Fixed a problem in SecurityManager that caused it to not find the | Mark Sapiro | 2008-11-20 | 1 | -0/+4 |
| | | | | | cookie when CheckCookie was not given a user and the user in the cookie had a %xx encoded character. Bug # 299220. | ||||
* | Fixed a bug in AvoidDuplicates.py that caused it to fail if the address | Mark Sapiro | 2008-11-14 | 1 | -0/+4 |
| | | | | | in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795. | ||||
* | Changed cron/gate_news to continue processing the remaining lists on | Mark Sapiro | 2008-09-21 | 1 | -0/+4 |
| | | | | | certain errors that can be caused by configuration of a particular list. Bug #265941 (sf775100). | ||||
* | Since Mailman 2.1.1, 2.0.x outstanding subscription and held message | Mark Sapiro | 2008-09-19 | 1 | -0/+19 |
| | | | | | | | requests have not been migrated properly. This is fixed. Bug #266106 (sf998384). Updated NEWS for this and some prior changes. | ||||
* | - Bumped version to 2.1.11. | Mark Sapiro | 2008-06-30 | 1 | -1/+9 |
| | | | | | | | | | - Changed MailList.Create() to check that list name contains only characters that match the new mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS. - Changed MTA.Utils.makealiases() to escape a few characters in the list name in the pipe command. | ||||
* | Added 'listname' to the replacements for the archidxfoot.html template. | Mark Sapiro | 2008-06-29 | 1 | -0/+2 |
| | |||||
* | Brazilian Portuguese translation updated by Diego Francisco de Gastal Morales. | Mark Sapiro | 2008-06-29 | 1 | -0/+5 |
| | |||||
* | Fixed erroneously 'pre-configured' commands | Mark Sapiro | 2008-06-29 | 1 | -0/+3 |
| | |||||
* | Added check for gateway_to_news before holding for ModeratedNewsgroup. | Mark Sapiro | 2008-06-23 | 1 | -0/+2 |
| | |||||
* | Merged the Catalan i18n from the Mailman Catalan Translation Team. | Mark Sapiro | 2008-06-22 | 1 | -0/+2 |
|\ | |||||
* | | - Prepended list name to bounce log unrecognized bounce messages. | Mark Sapiro | 2008-06-22 | 1 | -1/+5 |
| | | | | | | | | | | - Improved bounce loop detection and handling in BounceRunner.py. | ||||
* | | Patched Danish message catalog for proper use of HTML entities per | Mark Sapiro | 2008-06-22 | 1 | -0/+3 |
| | | | | | | | | | | Jonas Smedegaard (1999966). | ||||
* | | Changed OldStyleMemberships.py to remove the member from one_last_digest | Mark Sapiro | 2008-06-20 | 1 | -0/+4 |
| | | | | | | | | | | | | when changing from regular to digest delivery to avoid the possibility of a duplicate digest in some circumstances. | ||||
* | | Fixed CookHeaders.py which in some cases with new style prefixing | Mark Sapiro | 2008-06-20 | 1 | -1/+8 |
| | | | | | | | | | | would insert an extra space between the prefix and the subject. | ||||
* | | Made several improvements to bounce recognition. | Mark Sapiro | 2008-06-15 | 1 | -1/+1 |
| | | |||||
* | | Added bounce recognition for googlemail delayed warning | Mark Sapiro | 2008-06-14 | 1 | -0/+2 |
|/ | |||||
* | Fixed a problem in Decorate.py that could result in a multipart | Mark Sapiro | 2008-06-11 | 1 | -0/+3 |
| | | | | | message with no part headers for the original body part (1991348). | ||||
* | Bug #1733057: apply correction to translation from Gabriel Silva | A.M. Kuchling | 2008-06-08 | 1 | -1/+4 |
| | |||||
* | Bug #1588617: fix error in French translation noted by Maxime Caron. | A.M. Kuchling | 2008-06-08 | 1 | -0/+2 |
| | | | | I've made a further correction -- 'globally' is an adverb, so I've put it near the verb. | ||||
* | Replaced non-ascii characters with html entities in templates/de/*.html. | Mark Sapiro | 2008-06-07 | 1 | -1/+6 |
| | |||||
* | Patch 916196 from Ralf Doeblitz: fix link and spacing error in German ↵ | A.M. Kuchling | 2008-06-07 | 1 | -0/+2 |
| | | | | translation | ||||
* | Patch #1433262: corrections to Spanish translations | A.M. Kuchling | 2008-06-07 | 1 | -0/+3 |
| | |||||
* | Update NEWS for 1578740 and 1578766 changes | A.M. Kuchling | 2008-06-07 | 1 | -0/+5 |
| | |||||
* | Updated NEWS and bumped version to 2.1.11rc1 | Mark Sapiro | 2008-06-06 | 1 | -1/+4 |
| |