aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Backported several bug fixes from the 2.2 branch.Mark Sapiro2009-07-311-0/+21
|
* Added recognition for more bounces.Mark Sapiro2009-07-311-1/+3
|
* Updated contrib/mmdsr to report preserved messages.Mark Sapiro2009-07-311-0/+6
|
* Bumping release to 2.1.12 final.Mark Sapiro2009-02-231-1/+1
|
* Fixed a bug introduced in 2.1.11 which would attempt to store bounce infoMark Sapiro2009-02-161-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 Sapiro2009-02-141-0/+4
|
* Worked around a potential problem in HyperArch.py with unicode characterMark Sapiro2009-02-121-0/+3
| | | | set arguments. Bug #328353.
* Updated Polish translation from Zbigniew Szalbot.Mark Sapiro2009-02-091-0/+4
|
* Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008.Mark Sapiro2009-02-081-0/+2
|
* Added Lindsay Haisley's courier_to_mailman.py to the contrib/ directory.Mark Sapiro2009-02-061-0/+4
|
* Bumped release to 2.1.12rc2.Mark Sapiro2009-02-061-1/+1
|
* Fixed a bug in admindb.py in the implementation of replacing "No ReasonMark Sapiro2009-02-031-0/+3
| | | | Given" with the default rejection reason. Bug #325016.
* Rebuilt manuals.Mark Sapiro2009-01-111-1/+1
|
* - Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro2009-01-101-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.pyMark Sapiro2009-01-021-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 Sapiro2008-12-291-0/+3
|
* Changed the pattern used to recognize URLs in messages for the pipermailMark Sapiro2008-12-221-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 Sapiro2008-12-191-0/+2
|
* Fixed an issue where in some circumstances HyperArch.py would translateMark Sapiro2008-12-191-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 emailMark Sapiro2008-12-071-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 toMark Sapiro2008-12-071-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 Sapiro2008-12-051-0/+3
|
* Updated NEWSMark Sapiro2008-12-021-0/+6
|
* Added NEWS entryBarry Warsaw2008-11-291-0/+2
|
* Fixed a problem in SecurityManager that caused it to not find theMark Sapiro2008-11-201-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 addressMark Sapiro2008-11-141-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 onMark Sapiro2008-09-211-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 messageMark Sapiro2008-09-191-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 Sapiro2008-06-301-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 Sapiro2008-06-291-0/+2
|
* Brazilian Portuguese translation updated by Diego Francisco de Gastal Morales.Mark Sapiro2008-06-291-0/+5
|
* Fixed erroneously 'pre-configured' commandsMark Sapiro2008-06-291-0/+3
|
* Added check for gateway_to_news before holding for ModeratedNewsgroup.Mark Sapiro2008-06-231-0/+2
|
* Merged the Catalan i18n from the Mailman Catalan Translation Team.Mark Sapiro2008-06-221-0/+2
|\
* | - Prepended list name to bounce log unrecognized bounce messages.Mark Sapiro2008-06-221-1/+5
| | | | | | | | | | - Improved bounce loop detection and handling in BounceRunner.py.
* | Patched Danish message catalog for proper use of HTML entities perMark Sapiro2008-06-221-0/+3
| | | | | | | | | | Jonas Smedegaard (1999966).
* | Changed OldStyleMemberships.py to remove the member from one_last_digestMark Sapiro2008-06-201-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 prefixingMark Sapiro2008-06-201-1/+8
| | | | | | | | | | would insert an extra space between the prefix and the subject.
* | Made several improvements to bounce recognition.Mark Sapiro2008-06-151-1/+1
| |
* | Added bounce recognition for googlemail delayed warningMark Sapiro2008-06-141-0/+2
|/
* Fixed a problem in Decorate.py that could result in a multipartMark Sapiro2008-06-111-0/+3
| | | | | message with no part headers for the original body part (1991348).
* Bug #1733057: apply correction to translation from Gabriel SilvaA.M. Kuchling2008-06-081-1/+4
|
* Bug #1588617: fix error in French translation noted by Maxime Caron.A.M. Kuchling2008-06-081-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 Sapiro2008-06-071-1/+6
|
* Patch 916196 from Ralf Doeblitz: fix link and spacing error in German ↵A.M. Kuchling2008-06-071-0/+2
| | | | translation
* Patch #1433262: corrections to Spanish translationsA.M. Kuchling2008-06-071-0/+3
|
* Update NEWS for 1578740 and 1578766 changesA.M. Kuchling2008-06-071-0/+5
|
* Updated NEWS and bumped version to 2.1.11rc1Mark Sapiro2008-06-061-1/+4
|
* Merged the cull_bad_shunt branch.Mark Sapiro2008-06-061-0/+12
|\
* | Updated mmdsr for some 2.1.10 log and queue changes.Mark Sapiro2008-06-061-1/+5
| |