Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-25 | Workaround non-ascii in string.lowercase. | Mark Sapiro | 1 | -0/+4 | |
2018-06-17 | Bump copyright dates. | Mark Sapiro | 5 | -5/+5 | |
2018-05-03 | bin/arch now uses i18n.C_ for progress messages. | Mark Sapiro | 2 | -11/+12 | |
2017-12-29 | Removed a Python 2.7 dependency from pipermail.py. | Mark Sapiro | 1 | -2/+2 | |
2016-03-11 | Fixed bug in last commit if no Received: header. | Mark Sapiro | 1 | -2/+2 | |
2016-03-10 | Fixed _set_date() in pipermail.py do do a better job. | Mark Sapiro | 1 | -8/+18 | |
2015-01-22 | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 1 | -3/+3 | |
the 2.1 branch for release with 2.1.19. The 2.2 branch is now no different from the 2.1 branch and will no longer be maintained. | |||||
2014-11-04 | Fixed an archiving bug that would cause messages with 'Subject: Re:' | Mark Sapiro | 1 | -1/+3 | |
only to be indexed in the archives without a link to the message. | |||||
2013-12-13 | Fixed bin/arch to not create scrubbed attachments for messages skipped | Mark Sapiro | 1 | -0/+4 | |
when processing the --start= option. | |||||
2013-07-12 | - Added "message_id" to the interpolation dictionary for the Article.html | Mark Sapiro | 1 | -0/+1 | |
template. (LP: #725498) | |||||
2013-07-12 | - Added logging for template errors in HyperArch.py. (LP: #558254) | Mark Sapiro | 1 | -2/+2 | |
2010-02-22 | Updated copyright. | Mark Sapiro | 1 | -1/+1 | |
2010-02-22 | Additional cleanup of pipermail threading | Mark Sapiro | 2 | -3/+8 | |
2010-02-13 | Fixed a bug in pipermail archiving that caused fallback threading by | Mark Sapiro | 2 | -10/+20 | |
subject to fail. Bug #266572. | |||||
2009-08-01 | Fixed a bug that could cause incorrect threading of replies to archived | Mark Sapiro | 1 | -5/+9 | |
messages that arrive with timestamps in the same second. | |||||
2009-02-12 | Worked around a potential problem in HyperArch.py with unicode character | Mark Sapiro | 1 | -1/+4 | |
set arguments. Bug #328353. | |||||
2008-12-22 | Changed the pattern used to recognize URLs in messages for the pipermail | Mark Sapiro | 1 | -1/+6 | |
archive in order to try to do a better job of making hyperlinks. Bug #310124. | |||||
2008-12-19 | Fixed an issue where in some circumstances HyperArch.py would translate | Mark Sapiro | 1 | -2/+2 | |
' at ' into the wrong language ultimately throwing a UnicodeDecodeError when the translation was decoded with a different character set. Bug #308152. | |||||
2008-06-29 | Added 'listname' to the replacements for the archidxfoot.html template. | Mark Sapiro | 1 | -0/+1 | |
2007-11-25 | Mailman/Archiver/HyperArch.py | Mark Sapiro | 1 | -1/+1 | |
Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages. | |||||
2007-11-21 | small fix in mailto link subject | Tokio Kikuchi | 1 | -1/+1 | |
2007-11-16 | comments modified | Tokio Kikuchi | 1 | -2/+2 | |
2006-09-01 | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 1 | -1/+0 | |
yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1! | |||||
2006-03-20 | Added missing import of Errors module. | msapiro | 1 | -0/+1 | |
2006-01-29 | Back out Revision 2.18.2.19 patch for email.Message.set_payload() bug | tkikuchi | 2 | -13/+3 | |
because it is overwrapped in Mailman.Message. | |||||
2006-01-09 | Text file '@' obfuscation bug (unicode) fix. Thanks Mark. | tkikuchi | 1 | -3/+8 | |
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -1/+2 | |
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | |||||
2005-12-26 | True/False definition for Python2.1. | tkikuchi | 1 | -0/+7 | |
Only check in Release_2_1-maint branch because 2.2 will require higher version of python. | |||||
2005-12-17 | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2 | -2/+12 | |
I've tested the example by Mark Sapiro: http://mail.python.org/pipermail/mailman-developers/2005-November/018395.html both with and without 'Content-Transfer-Encoding' but may need more test. | |||||
2005-11-04 | Port from MAIN. Finnish Re: dialect. | tkikuchi | 1 | -1/+1 | |
2005-10-31 | Obscure email address in the subject line. | tkikuchi | 1 | -0/+9 | |
2005-10-23 | Obscure email when the poster doesn't set full name in From:. | tkikuchi | 1 | -1/+5 | |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 5 | -5/+5 | |
2005-05-13 | I finally find out why re.escape() doesn't work properly. '%' should not | tkikuchi | 1 | -3/+4 | |
be escaped for it is the insert directive. It was my trial and error in the comments in previous version. Well, I didn't think of '++' ... | |||||
2005-05-13 | strip_subject() in HyperArch.py | bwarsaw | 1 | -3/+3 | |
prefix_subject() in CookHeaders.py When calling re.sub() to substitute the subject prefix, you have to escape the pattern, otherwise prefixes like [C++] cause "multiple repeat" exceptions in re. Also, whitespace normalization and copyright years updates. | |||||
2005-04-21 | RFC2231 charset is in email package. | tkikuchi | 1 | -4/+1 | |
2005-02-05 | Fix pipermail.py bug for not retainning original date in .txt archive | tkikuchi | 1 | -1/+4 | |
if the archive was regenerated by 'arch --wipe'. Thanks SHIGENO san for reporting bug and essential fix. Code was rewritten for simplicity. | |||||
2005-01-25 | Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit) | tkikuchi | 2 | -18/+36 | |
with some code clean up. Also, include SV (danish/swedish) Re: like pattern. | |||||
2004-11-16 | Obscure email address in text format archive. | tkikuchi | 1 | -1/+9 | |
2004-10-14 | fix bugs when using ARCHIVE_HTML_SANITIZER = 1 | tkikuchi | 1 | -1/+2 | |
2004-10-10 | I18N error avoidance. HeaderParserError/UnicodeError | tkikuchi | 1 | -2/+10 | |
2004-10-09 | [ 789015 ] Archiver.py patch for pipermail URL generation | tkikuchi | 1 | -5/+6 | |
2003-12-26 | Article.__init__(): Provide a default charset if the message doesn't | bwarsaw | 1 | -3/+7 | |
have one. Part of TK's patch #865661. __processbody_URLquote(): One chunk of TK's patch # 865661 for improving the i18n of the 'at' substitutions for archives. | |||||
2003-12-24 | finished_update_article(): Richard Barrett's fix to reduce Pipermail | bwarsaw | 1 | -0/+9 | |
archive bloat by deleting the html_body attribute on Article objects. Closes SF bug #835332. This is a stub in the base class. _update_thread_index(): Call finished_update_article() when done. store_article(): squirrel away the html_body value when pickling the article. This only reduces bloat on new articles. See bin/rb-archfix to clean up older archives. | |||||
2003-12-24 | finished_update_article(): Richard Barrett's fix to reduce Pipermail | bwarsaw | 1 | -0/+6 | |
archive bloat by deleting the html_body attribute on Article objects. Closes SF bug #835332. This only reduces bloat on new articles. See bin/rb-archfix to clean up older archives. | |||||
2003-12-01 | html_TOC(): If PUBLIC_MBOX is false, use archtocnombox.html which doesn't have | bwarsaw | 1 | -5/+6 | |
a link to the mbox file. | |||||
2003-12-01 | makelink(), breaklink(): Some coding updates. | bwarsaw | 1 | -14/+23 | |
InitVars(): Fix the permissions on the empty archive index. Fixes SF bug #835012. CheckHTMLArchiveDir(): Only make the mbox link public if PUBLIC_MBOX is true. | |||||
2003-09-22 | Backporting from the HEAD -- updated archiver | bwarsaw | 3 | -10/+42 | |
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -2/+3 | |
Ademar de Souza Reis Jr | |||||
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -15/+18 | |