aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Archiver/HyperArch.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Bump copyright dates.Mark Sapiro1-1/+1
2018-05-03bin/arch now uses i18n.C_ for progress messages.Mark Sapiro1-4/+5
2015-01-22A number of changes from the unofficial 2.2 branch have been backported toMark Sapiro1-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-04Fixed an archiving bug that would cause messages with 'Subject: Re:'Mark Sapiro1-1/+3
only to be indexed in the archives without a link to the message.
2013-07-12- Added "message_id" to the interpolation dictionary for the Article.htmlMark Sapiro1-0/+1
template. (LP: #725498)
2013-07-12- Added logging for template errors in HyperArch.py. (LP: #558254)Mark Sapiro1-2/+2
2010-02-22Updated copyright.Mark Sapiro1-1/+1
2010-02-22Additional cleanup of pipermail threadingMark Sapiro1-0/+3
2009-02-12Worked around a potential problem in HyperArch.py with unicode characterMark Sapiro1-1/+4
set arguments. Bug #328353.
2008-12-22Changed the pattern used to recognize URLs in messages for the pipermailMark Sapiro1-1/+6
archive in order to try to do a better job of making hyperlinks. Bug #310124.
2008-12-19Fixed an issue where in some circumstances HyperArch.py would translateMark Sapiro1-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-29Added 'listname' to the replacements for the archidxfoot.html template.Mark Sapiro1-0/+1
2007-11-25Mailman/Archiver/HyperArch.pyMark Sapiro1-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-21small fix in mailto link subjectTokio Kikuchi1-1/+1
2007-11-16comments modifiedTokio Kikuchi1-2/+2
2006-03-20Added missing import of Errors module.msapiro1-0/+1
2006-01-29Back out Revision 2.18.2.19 patch for email.Message.set_payload() bugtkikuchi1-7/+2
because it is overwrapped in Mailman.Message.
2006-01-09Text file '@' obfuscation bug (unicode) fix. Thanks Mark.tkikuchi1-3/+8
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-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-17Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi1-1/+6
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-04Port from MAIN. Finnish Re: dialect.tkikuchi1-1/+1
2005-10-31Obscure email address in the subject line.tkikuchi1-0/+9
2005-10-23Obscure email when the poster doesn't set full name in From:.tkikuchi1-1/+5
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-05-13I finally find out why re.escape() doesn't work properly. '%' should nottkikuchi1-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-13strip_subject() in HyperArch.pybwarsaw1-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-21RFC2231 charset is in email package.tkikuchi1-4/+1
2005-01-25Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit)tkikuchi1-16/+28
with some code clean up. Also, include SV (danish/swedish) Re: like pattern.
2004-11-16Obscure email address in text format archive.tkikuchi1-1/+9
2004-10-10I18N error avoidance. HeaderParserError/UnicodeErrortkikuchi1-2/+10
2003-12-26Article.__init__(): Provide a default charset if the message doesn'tbwarsaw1-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-24finished_update_article(): Richard Barrett's fix to reduce Pipermailbwarsaw1-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-01html_TOC(): If PUBLIC_MBOX is false, use archtocnombox.html which doesn't havebwarsaw1-5/+6
a link to the mbox file.
2003-09-22Backporting from the HEAD -- updated archiverbwarsaw1-6/+36
2003-02-08Backporting from the trunk.bwarsaw1-15/+18
2003-01-10Copyright years.bwarsaw1-1/+1
2003-01-10Article.__init__(): Watch out for tuples coming back frombwarsaw1-0/+3
message.get_param(). Such beasts are RFC 2231 charsets which need to be converted to unicode.