aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Archiver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A number of changes from the unofficial 2.2 branch have been backported toMark Sapiro2015-01-221-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.
* Fixed an archiving bug that would cause messages with 'Subject: Re:'Mark Sapiro2014-11-041-1/+3
| | | | only to be indexed in the archives without a link to the message.
* Fixed bin/arch to not create scrubbed attachments for messages skippedMark Sapiro2013-12-131-0/+4
| | | | when processing the --start= option.
* - Added "message_id" to the interpolation dictionary for the Article.htmlMark Sapiro2013-07-121-0/+1
| | | | template. (LP: #725498)
* - Added logging for template errors in HyperArch.py. (LP: #558254)Mark Sapiro2013-07-121-2/+2
|
* Updated copyright.Mark Sapiro2010-02-221-1/+1
|
* Additional cleanup of pipermail threadingMark Sapiro2010-02-222-3/+8
|
* Fixed a bug in pipermail archiving that caused fallback threading byMark Sapiro2010-02-132-10/+20
| | | | subject to fail. Bug #266572.
* Fixed a bug that could cause incorrect threading of replies to archivedMark Sapiro2009-08-011-5/+9
| | | | messages that arrive with timestamps in the same second.
* Worked around a potential problem in HyperArch.py with unicode characterMark Sapiro2009-02-121-1/+4
| | | | set arguments. Bug #328353.
* Changed the pattern used to recognize URLs in messages for the pipermailMark Sapiro2008-12-221-1/+6
| | | | | archive in order to try to do a better job of making hyperlinks. Bug #310124.
* Fixed an issue where in some circumstances HyperArch.py would translateMark Sapiro2008-12-191-2/+2
| | | | | | ' at ' into the wrong language ultimately throwing a UnicodeDecodeError when the translation was decoded with a different character set. Bug #308152.
* Added 'listname' to the replacements for the archidxfoot.html template.Mark Sapiro2008-06-291-0/+1
|
* Mailman/Archiver/HyperArch.pyMark Sapiro2007-11-251-1/+1
| | | | | | | | Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages.
* small fix in mailto link subjectTokio Kikuchi2007-11-211-1/+1
|
* comments modifiedTokio Kikuchi2007-11-161-2/+2
|
* merge and commitTokio Kikuchi2007-11-161-2/+4
|
* A much improved release script, which now knows about Subversion (though isn'tbwarsaw2006-09-011-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!
* Added missing import of Errors module.msapiro2006-03-201-0/+1
|
* Back out Revision 2.18.2.19 patch for email.Message.set_payload() bugtkikuchi2006-01-292-13/+3
| | | | because it is overwrapped in Mailman.Message.
* Text file '@' obfuscation bug (unicode) fix. Thanks Mark.tkikuchi2006-01-091-3/+8
|
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-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.
* True/False definition for Python2.1.tkikuchi2005-12-261-0/+7
| | | | | Only check in Release_2_1-maint branch because 2.2 will require higher version of python.
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-172-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.
* Port from MAIN. Finnish Re: dialect.tkikuchi2005-11-041-1/+1
|
* Obscure email address in the subject line.tkikuchi2005-10-311-0/+9
|
* Obscure email when the poster doesn't set full name in From:.tkikuchi2005-10-231-1/+5
|
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-275-5/+5
|
* I finally find out why re.escape() doesn't work properly. '%' should nottkikuchi2005-05-131-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 '++' ...
* strip_subject() in HyperArch.pybwarsaw2005-05-131-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.
* RFC2231 charset is in email package.tkikuchi2005-04-211-4/+1
|
* Fix pipermail.py bug for not retainning original date in .txt archivetkikuchi2005-02-051-1/+4
| | | | | if the archive was regenerated by 'arch --wipe'. Thanks SHIGENO san for reporting bug and essential fix. Code was rewritten for simplicity.
* Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit)tkikuchi2005-01-252-18/+36
| | | | with some code clean up. Also, include SV (danish/swedish) Re: like pattern.
* Obscure email address in text format archive.tkikuchi2004-11-161-1/+9
|
* fix bugs when using ARCHIVE_HTML_SANITIZER = 1tkikuchi2004-10-141-1/+2
|
* I18N error avoidance. HeaderParserError/UnicodeErrortkikuchi2004-10-101-2/+10
|
* [ 789015 ] Archiver.py patch for pipermail URL generationtkikuchi2004-10-091-5/+6
|
* Article.__init__(): Provide a default charset if the message doesn'tbwarsaw2003-12-261-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.
* finished_update_article(): Richard Barrett's fix to reduce Pipermailbwarsaw2003-12-241-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.
* finished_update_article(): Richard Barrett's fix to reduce Pipermailbwarsaw2003-12-241-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.
* html_TOC(): If PUBLIC_MBOX is false, use archtocnombox.html which doesn't havebwarsaw2003-12-011-5/+6
| | | | a link to the mbox file.
* makelink(), breaklink(): Some coding updates.bwarsaw2003-12-011-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.
* Backporting from the HEAD -- updated archiverbwarsaw2003-09-223-10/+42
|
* Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw2003-03-311-2/+3
| | | | Ademar de Souza Reis Jr
* Backporting from the trunk.bwarsaw2003-02-081-15/+18
|
* Copyright years.bwarsaw2003-01-101-1/+1
|
* Article.__init__(): Watch out for tuples coming back frombwarsaw2003-01-101-0/+3
| | | | | message.get_param(). Such beasts are RFC 2231 charsets which need to be converted to unicode.
* _set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw2003-01-101-1/+1
|
* This commit was manufactured by cvs2svn to create branch2003-01-027-0/+2738
'Release_2_1-maint'.