aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Archiver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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'.