Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Fixed some additional problems revealed by bin/transcheck. | Mark Sapiro | 2009-01-29 | 1 | -5/+5 | |
| | | | | | | ||||||
* | | | | | | Corrected missing format character in Hebrew message catalog | Mark Sapiro | 2009-01-29 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Two of the 'new' class exceptions are raised with an argument. | Mark Sapiro | 2009-01-20 | 2 | -8/+18 | |
| | | | | | ||||||
* | | | | | Updated Dutch translation from Jan Veuger. | Mark Sapiro | 2009-01-13 | 1 | -1624/+1132 | |
| | | | | | ||||||
* | | | | | Work around email 3.0.1 issue when set_payload charset arg is unicode. | Mark Sapiro | 2009-01-13 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Bump release to 2.1.12rc1 | Mark Sapiro | 2009-01-11 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Rebuilt manuals. | Mark Sapiro | 2009-01-11 | 198 | -281/+283 | |
| | | | | | ||||||
* | | | | | Updated mailman.pot and merged with mailman.po files. | Mark Sapiro | 2009-01-11 | 36 | -13903/+15143 | |
| | | | | | ||||||
* | | | | | Updated links to Python documentation. | Mark Sapiro | 2009-01-11 | 78 | -267/+268 | |
| | | | | | ||||||
* | | | | | - Fixed the admin Membership List Find member function so the 'letter' | Mark Sapiro | 2009-01-10 | 3 | -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.py | Mark Sapiro | 2009-01-02 | 3 | -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 Sapiro | 2008-12-29 | 2 | -0/+7 | |
| | | | | | ||||||
* | | | | | Changed the pattern used to recognize URLs in messages for the pipermail | Mark Sapiro | 2008-12-22 | 2 | -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 that | Mark Sapiro | 2008-12-22 | 1 | -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 Sapiro | 2008-12-19 | 38 | -38/+40 | |
| | | | | | ||||||
* | | | | | Fixed an issue where in some circumstances HyperArch.py would translate | Mark Sapiro | 2008-12-19 | 2 | -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 email | Mark Sapiro | 2008-12-07 | 2 | -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 to | Mark Sapiro | 2008-12-07 | 3 | -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 Sapiro | 2008-12-05 | 3 | -6/+7 | |
| | | | | | ||||||
* | | | | | Changed the regexp for Utils.suspiciousHTML to exempt the | Mark Sapiro | 2008-12-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | <link rel="SHORTCUT ICON" href="<mm-favicon>"> tag in the options.html template. | |||||
* | | | | | Updated NEWS | Mark Sapiro | 2008-12-02 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | Updated mmdsr to 0.0.19 correcting a minor fromusenet reporting error. | Mark Sapiro | 2008-12-02 | 1 | -2/+9 | |
| | | | | | ||||||
* | | | | | If we somehow retrieve a message from the newsgroup with no headers, | Mark Sapiro | 2008-12-02 | 1 | -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 email | Mark Sapiro | 2008-12-02 | 1 | -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 Warsaw | 2008-12-01 | 10 | -31/+32 | |
|\ \ \ \ \ | ||||||
| * | | | | | Now that Python 2.4 is the minimum and we will use more recent installed | Mark Sapiro | 2008-11-30 | 10 | -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 remove | Barry Warsaw | 2008-11-30 | 3 | -1105/+890 | |
| | | | | | | | | | | | | | | | | | | | | deprecation warnings regarding string exceptions. | |||||
* | | | | | Added NEWS entry | Barry Warsaw | 2008-11-29 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | trunk | Barry Warsaw | 2008-11-29 | 3 | -9/+22 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Fixed a problem in SecurityManager that caused it to not find the | Mark Sapiro | 2008-11-20 | 2 | -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 address | Mark Sapiro | 2008-11-14 | 2 | -8/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795. | |||||
* | | | | | String exceptions -> class exceptions. | Barry Warsaw | 2008-11-22 | 1 | -8/+7 | |
| | | | | | ||||||
* | | | | | Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178. | Barry Warsaw | 2008-11-12 | 14 | -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 Warsaw | 2008-11-03 | 4 | -2150/+2955 | |
| | | | | | ||||||
* | | | | | A few additional ignores. | Barry Warsaw | 2008-11-03 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Changed bin/arch to attempt to open the mbox before wiping the old archive. | Mark Sapiro | 2008-10-17 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | Launchpad bug #280418. | |||||
* | | | | Added digest.mbox and pending.pck to the 'list' files checked by check_perms. | Mark Sapiro | 2008-10-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Launchpad bug #284802. | |||||
* | | | | Changed a '$' to '%' in templates/ru/userpass.txt. | Mark Sapiro | 2008-10-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Changed the stripping of trailing spaces from lines of the list headers | Mark Sapiro | 2008-10-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | and footers to leave a trailing space on a '-- ' signature separator. | |||||
* | | | | Changed cron/gate_news to continue processing the remaining lists on | Mark Sapiro | 2008-09-21 | 2 | -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 Sapiro | 2008-09-21 | 1 | -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 message | Mark Sapiro | 2008-09-19 | 2 | -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 templates | Mark Sapiro | 2008-08-25 | 4 | -26/+26 | |
| | | | | | | | | | | | | | | | | postack.txt, postauth.txt, postheld.txt and unsub.txt. | |||||
* | | | | MTA/Postfix.py | Mark Sapiro | 2008-08-22 | 1 | -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 membership | Mark Sapiro | 2008-07-30 | 1 | -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 address | Mark Sapiro | 2008-07-30 | 1 | -2/+2 | |
|/ / | | | | | | | | | instead of the -bounces address. | |||||
* | | Corrected several bin/transcheck errors in the Catalan message catalog | Mark Sapiro | 2008-07-24 | 6 | -13/+13 | |
| | | | | | | | | and templates. | |||||
* | | Updated documentation information and removed the defunct listowner.org | Terri Oda | 2008-07-24 | 1 | -11/+11 | |
| | | ||||||
* | | Message correction from Zbigniew Szalbot. | Mark Sapiro | 2008-07-11 | 1 | -1/+1 | |
|\| | ||||||
* | | Japanese Translation for 2.1.11 | Tokio Kikuchi | 2008-07-07 | 1 | -63/+108 | |
| | |