aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-11Rebuilt manuals.Mark Sapiro1-1/+1
2009-01-10- Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro1-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.
2009-01-02Mailman/Utils.pyMark Sapiro1-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".
2008-12-29Added missing --bare option to French translation of list_lists help.Mark Sapiro1-0/+3
2008-12-22Changed the pattern used to recognize URLs in messages for the pipermailMark Sapiro1-0/+4
archive in order to try to do a better job of making hyperlinks. Bug #310124.
2008-12-19Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757.Mark Sapiro1-0/+2
2008-12-19Fixed an issue where in some circumstances HyperArch.py would translateMark Sapiro1-0/+5
' at ' into the wrong language ultimately throwing a UnicodeDecodeError when the translation was decoded with a different character set. Bug #308152.
2008-12-07Fixed an issue where list creation would report bad owner emailMark Sapiro1-0/+4
instead of bad listname when the list name had non-ascii characters. SF Bug #2126489.
2008-12-07Fixed a problem in Decorate which could throw a TypeError on conversion toMark Sapiro1-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.
2008-12-05Updated some FAQ URLs for wiki.list.org.Mark Sapiro1-0/+3
2008-12-02Updated NEWSMark Sapiro1-0/+6
2008-11-29Added NEWS entryBarry Warsaw1-0/+2
2008-11-20Fixed a problem in SecurityManager that caused it to not find theMark Sapiro1-0/+4
cookie when CheckCookie was not given a user and the user in the cookie had a %xx encoded character. Bug # 299220.
2008-11-14Fixed a bug in AvoidDuplicates.py that caused it to fail if the addressMark Sapiro1-0/+4
in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795.
2008-09-21Changed cron/gate_news to continue processing the remaining lists onMark Sapiro1-0/+4
certain errors that can be caused by configuration of a particular list. Bug #265941 (sf775100).
2008-09-19Since Mailman 2.1.1, 2.0.x outstanding subscription and held messageMark Sapiro1-0/+19
requests have not been migrated properly. This is fixed. Bug #266106 (sf998384). Updated NEWS for this and some prior changes.
2008-06-30- Bumped version to 2.1.11.Mark Sapiro1-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.
2008-06-29Added 'listname' to the replacements for the archidxfoot.html template.Mark Sapiro1-0/+2
2008-06-29Brazilian Portuguese translation updated by Diego Francisco de Gastal Morales.Mark Sapiro1-0/+5
2008-06-29Fixed erroneously 'pre-configured' commandsMark Sapiro1-0/+3
2008-06-23Added check for gateway_to_news before holding for ModeratedNewsgroup.Mark Sapiro1-0/+2
2008-06-22 - Prepended list name to bounce log unrecognized bounce messages.Mark Sapiro1-1/+5
- Improved bounce loop detection and handling in BounceRunner.py.
2008-06-22Patched Danish message catalog for proper use of HTML entities perMark Sapiro1-0/+3
Jonas Smedegaard (1999966).
2008-06-20Changed OldStyleMemberships.py to remove the member from one_last_digestMark Sapiro1-0/+4
when changing from regular to digest delivery to avoid the possibility of a duplicate digest in some circumstances.
2008-06-20Fixed CookHeaders.py which in some cases with new style prefixingMark Sapiro1-1/+8
would insert an extra space between the prefix and the subject.
2008-06-15Made several improvements to bounce recognition.Mark Sapiro1-1/+1
2008-06-14Added bounce recognition for googlemail delayed warningMark Sapiro1-0/+2
2008-06-11Fixed a problem in Decorate.py that could result in a multipartMark Sapiro1-0/+3
message with no part headers for the original body part (1991348).
2008-06-08Bug #1733057: apply correction to translation from Gabriel SilvaA.M. Kuchling1-1/+4
2008-06-08Bug #1588617: fix error in French translation noted by Maxime Caron.A.M. Kuchling1-0/+2
I've made a further correction -- 'globally' is an adverb, so I've put it near the verb.
2008-06-07Replaced non-ascii characters with html entities in templates/de/*.html.Mark Sapiro1-1/+6
2008-06-07Patch 916196 from Ralf Doeblitz: fix link and spacing error in German ↵A.M. Kuchling1-0/+2
translation
2008-06-07Patch #1433262: corrections to Spanish translationsA.M. Kuchling1-0/+3
2008-06-07Update NEWS for 1578740 and 1578766 changesA.M. Kuchling1-0/+5
2008-06-06Updated NEWS and bumped version to 2.1.11rc1Mark Sapiro1-1/+4
2008-06-06Updated mmdsr for some 2.1.10 log and queue changes.Mark Sapiro1-1/+5
2008-05-07Changed Utils.ValidateEmail to not allow specials (particularly ':')Mark Sapiro1-0/+3
in unquoted local parts (SF bug # 1956393).
2008-04-28Fixed a problem with bin/update erroneously moving templates fromMark Sapiro1-0/+16
templates/xx to lists/xx if a list has the same name as a language code. Also fixed the absolute path to lists/ (1418670 ).
2008-04-21Fixed a problem where GuiBase._getValidValue() would truncate a floatingMark Sapiro1-2/+7
point Number type to an int if the value was a float instead of a numeric string. This affected setting floating point values with config_list. Updated NEWS for 2.1.10 final.
2008-04-14Removed a redundant paragraph from NEWSMark Sapiro1-3/+0
2008-04-14Updated NEWS and Version.py for 2.1.10rc1Mark Sapiro1-1/+14
2008-03-19cmd_subscribe.py - Changed to properly accept (no)digest without a passwordMark Sapiro1-0/+3
and to recognize (no)digest and address= case insensitively.
2008-03-13Updated Version.py for 2.1.10b4.Mark Sapiro1-1/+1
Updated release tag in NEWS for 2.1.10b4. Added note to UPGRADING about the necessity to reset list passwords after a 2.0.x to 2.1.x upgrade.
2008-03-07Docs are no longer in admin/www, but in doc/A.M. Kuchling1-2/+2
2008-03-07Merge NEWS changeA.M. Kuchling1-0/+7
2008-03-06CookHeaders.py - Changed the first URL in the RFC 2369 List-Unsubscribe:Mark Sapiro1-0/+8
header to go to the options login page instead of the listinfo page. options.py - Changed to only issue the "No address given" error if coming from the page itself so we don't get the error when linking from another page or the List-Unsubscribe: header. - Changed to remember the user's language selection when redisplaying the page after an error.
2008-03-03Fixed bin/newlist to add the list's preferred language to the list'sMark Sapiro1-0/+4
available_languages if it is other than the server's default language (1906368).
2008-02-29Changed add_members, clone_member and sync_members to catch or avoidMark Sapiro1-0/+3
MembershipIsBanned exception and report appropriately.
2008-02-14Added Galician translation from Frco. Javier Rial Rodrguez.Mark Sapiro1-1/+3
2008-02-04The 2.1.10 security enhancements have been assigned a new CVE. UpdatedMark Sapiro1-4/+4
NEWS accordingly.