aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Fixed some additional problems revealed by bin/transcheck.Mark Sapiro2009-01-291-5/+5
| | | | | |
* | | | | | Corrected missing format character in Hebrew message catalogMark Sapiro2009-01-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | Two of the 'new' class exceptions are raised with an argument.Mark Sapiro2009-01-202-8/+18
| | | | |
* | | | | Updated Dutch translation from Jan Veuger.Mark Sapiro2009-01-131-1624/+1132
| | | | |
* | | | | Work around email 3.0.1 issue when set_payload charset arg is unicode.Mark Sapiro2009-01-131-1/+4
| | | | |
* | | | | Bump release to 2.1.12rc1Mark Sapiro2009-01-111-4/+4
| | | | |
* | | | | Rebuilt manuals.Mark Sapiro2009-01-11198-281/+283
| | | | |
* | | | | Updated mailman.pot and merged with mailman.po files.Mark Sapiro2009-01-1136-13903/+15143
| | | | |
* | | | | Updated links to Python documentation.Mark Sapiro2009-01-1178-267/+268
| | | | |
* | | | | - Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro2009-01-103-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-023-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-292-0/+7
| | | | |
* | | | | Changed the pattern used to recognize URLs in messages for the pipermailMark Sapiro2008-12-222-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | archive in order to try to do a better job of making hyperlinks. Bug #310124.
* | | | | Reordered the headers in PLAIN_DIGEST_KEEP_HEADERS as these are the ones thatMark Sapiro2008-12-221-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | control header sequence in the RFC 1153 digest and added some comments to help clarify the situation.
* | | | | Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757.Mark Sapiro2008-12-1938-38/+40
| | | | |
* | | | | Fixed an issue where in some circumstances HyperArch.py would translateMark Sapiro2008-12-192-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ' 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-072-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 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-073-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-053-6/+7
| | | | |
* | | | | Changed the regexp for Utils.suspiciousHTML to exempt theMark Sapiro2008-12-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | <link rel="SHORTCUT ICON" href="<mm-favicon>"> tag in the options.html template.
* | | | | Updated NEWSMark Sapiro2008-12-021-0/+6
| | | | |
* | | | | Updated mmdsr to 0.0.19 correcting a minor fromusenet reporting error.Mark Sapiro2008-12-021-2/+9
| | | | |
* | | | | If we somehow retrieve a message from the newsgroup with no headers,Mark Sapiro2008-12-021-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skip trying to post it to the list. Make sure we always update the watermark even if the message is empty or unparseable.
* | | | | As part of the Python 2.6 compatibility changes, we now use Python's emailMark Sapiro2008-12-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library if it is new enough rather than installing our own in pythonlib. However, if we are doing an upgrade, there may be an existing email library in pythonlib which is incompatible with Python 2.6 and we need to remove it.
* | | | | Merge Mark's changes to complete the Python 2.6 compatibility.Barry Warsaw2008-12-0110-31/+32
|\ \ \ \ \
| * | | | | Now that Python 2.4 is the minimum and we will use more recent installedMark Sapiro2008-11-3010-31/+32
|/ / / / / | | | | | | | | | | | | | | | | | | | | email packages, convert all the email message get_type() calls to get_content_type().
* | | | | Python 2.4 is a minimum. Also, fix some autoconf complaints and removeBarry Warsaw2008-11-303-1105/+890
| | | | | | | | | | | | | | | | | | | | deprecation warnings regarding string exceptions.
* | | | | Added NEWS entryBarry Warsaw2008-11-291-0/+2
| | | | |
* | | | | trunkBarry Warsaw2008-11-293-9/+22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed a problem in SecurityManager that caused it to not find theMark Sapiro2008-11-202-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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-142-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795.
* | | | | String exceptions -> class exceptions.Barry Warsaw2008-11-221-8/+7
| | | | |
* | | | | Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw2008-11-1214-59/+67
| | | | | | | | | | | | | | | | | | | | I've modified the patch to improve some of the stylistic issues.
* | | | | Try to guess whether the email package is actually needed or not.Barry Warsaw2008-11-034-2150/+2955
| | | | |
* | | | | A few additional ignores.Barry Warsaw2008-11-031-0/+2
|/ / / /
* | | | Changed bin/arch to attempt to open the mbox before wiping the old archive.Mark Sapiro2008-10-171-5/+6
| | | | | | | | | | | | | | | | Launchpad bug #280418.
* | | | Added digest.mbox and pending.pck to the 'list' files checked by check_perms.Mark Sapiro2008-10-171-1/+2
| | | | | | | | | | | | | | | | Launchpad bug #284802.
* | | | Changed a '$' to '%' in templates/ru/userpass.txt.Mark Sapiro2008-10-141-1/+1
| | | |
* | | | Changed the stripping of trailing spaces from lines of the list headersMark Sapiro2008-10-031-1/+2
| | | | | | | | | | | | | | | | and footers to leave a trailing space on a '-- ' signature separator.
* | | | Changed cron/gate_news to continue processing the remaining lists onMark Sapiro2008-09-212-3/+10
| | | | | | | | | | | | | | | | | | | | certain errors that can be caused by configuration of a particular list. Bug #265941 (sf775100).
* | | | The immediately preceding fix for bug #266106 (sf998384) was incomplete.Mark Sapiro2008-09-211-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | It fixed the underlying issue, but didn't fix an improperly converted request.pck file. This change adds code to detect and recover from an incorect conversion.
* | | | Since Mailman 2.1.1, 2.0.x outstanding subscription and held messageMark Sapiro2008-09-192-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | requests have not been migrated properly. This is fixed. Bug #266106 (sf998384). Updated NEWS for this and some prior changes.
* | | | Corrected encoding from gb2312 to utf-8 on templatesMark Sapiro2008-08-254-26/+26
| | | | | | | | | | | | | | | | postack.txt, postauth.txt, postheld.txt and unsub.txt.
* | | | MTA/Postfix.pyMark Sapiro2008-08-221-1/+6
| |_|/ |/| | | | | | | | | | | If the STANZA END for a list being removed is missing or munged, the remainder of the aliases and/or virtual-mailman file is lost. Fixed.
* | | Fixed a bug in admin.py which would result in chunked pages of the membershipMark Sapiro2008-07-301-10/+5
| | | | | | | | | | | | | | | | | | list for members whose address begins with a non-alphanumeric character to not be visible or retrievable.
* | | Changed ListAdmin.py to make rejected post messages From: the -owner addressMark Sapiro2008-07-301-2/+2
|/ / | | | | | | | | instead of the -bounces address.
* | Corrected several bin/transcheck errors in the Catalan message catalogMark Sapiro2008-07-246-13/+13
| | | | | | | | and templates.
* | Updated documentation information and removed the defunct listowner.orgTerri Oda2008-07-241-11/+11
| |
* | Message correction from Zbigniew Szalbot.Mark Sapiro2008-07-111-1/+1
|\|
* | Japanese Translation for 2.1.11Tokio Kikuchi2008-07-071-63/+108
| |