summaryrefslogtreecommitdiff
path: root/Mailman/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Style nit.bwarsaw2001-08-171-1/+1
* InitVars(): Should create self.archive_dir()+'.mbox' notbwarsaw2001-07-271-1/+1
* html_TOC(): Use archive_dir() instead of the archive_directorybwarsaw2001-07-261-1/+1
* InitVars(): Do not set list attributes public_archive_file_dir,bwarsaw2001-07-261-36/+19
* GetConfigInfo(): Removed.bwarsaw2001-07-191-17/+0
* InitVars(): Fix the out-of-date comment.bwarsaw2001-07-101-1/+1
* BSDDBdatabase.__openIndices(): 'pas' -> 'pass'twouters2001-07-101-1/+1
* Add missing import of 'syslog'.twouters2001-07-101-0/+1
* Use better syslog() calling convention.bwarsaw2001-06-271-4/+4
* Use better syslog() calling convention.bwarsaw2001-06-271-4/+3
* Module global article_template removed. Instead, this html is movedbwarsaw2001-06-071-56/+4
* GetBaseArchiveURL(): Make sure private archive url ends in a slash.bwarsaw2001-06-011-1/+1
* Fix typo observed by nobody (aka Anonymous) in SF bug #426002: 'data' shouldtwouters2001-05-291-1/+1
* __openIndices(): os.mkdir() doesn't support keyword arguments.bwarsaw2001-05-251-1/+1
* T.__init__(), T.new_archive(), BSDDBdatabase.__openIndices(): Usebwarsaw2001-05-181-7/+20
* __openIndices(): Use os.mkdir() instead of Utils.mkdir().bwarsaw2001-05-181-6/+9
* Remove an unnecessary import.bwarsaw2001-05-181-3/+1
* Archiver.InitVars(): Use os.mkdir() instead of Utils.mkdir().bwarsaw2001-05-181-6/+7
* GetBaseArchiveURL(): Instead of relying on the configuration variablebwarsaw2001-05-161-4/+2
* InitVars(), GetConfigInfo(): clobber_date goes away as a list-specificbwarsaw2001-05-011-8/+0
* Import _ from Mailman.i18n.bwarsaw2001-03-261-3/+1
* REpat: recognize 'Re[2]:' style reply-subjects. Fixes SF bug #223554.twouters2001-03-031-1/+1
* GetConfigInfo(): Reformatting.bwarsaw2001-02-281-5/+10
* close(), _open_index_file_as_stdout(), write_article():bwarsaw2001-02-151-8/+17
* load(), close(): Utils.open_ex() is obsolete.bwarsaw2001-02-151-3/+7
* processListArch(), write_TOC(), write_article(), update_archive(),bwarsaw2001-02-151-10/+30
* __archive_file(): Utils.open_ex() is obsolete.bwarsaw2001-02-151-14/+11
* _(): new function to fake out i18n for now.bwarsaw2000-12-201-0/+3
* First integration patch of Juan Carlos's i18n string marking changes.bwarsaw2000-12-072-17/+17
* __init__(): Fix for case where Content-Transfer-Encoding header isbwarsaw2000-11-131-2/+2
* __init__(): The values of Content-Type and Content-Transfer-Encodingbwarsaw2000-11-101-3/+6
* get_archives(): Removed the line which specifically eliminatesbwarsaw2000-11-101-1/+0
* _rx_quote: Change the regexp so that it only matches legitimatebwarsaw2000-11-091-1/+1
* HyperArchive.html_TOC(): Dan Mick recognized an indentation bug whichbwarsaw2000-10-271-1/+1
* Comment out a couple of print statements which can cause annoying cronbwarsaw2000-10-201-2/+2
* Article.__init__(): Because I don't know why Pipermail uses modifiedbwarsaw2000-10-031-2/+11
* article_text_template: Get rid of this, we're going to do thingsbwarsaw2000-10-031-15/+18
* Fixes to the Pipermail TOC page, and to the monthly (or whateverbwarsaw2000-10-021-18/+30
* two changes to charset handling issues: check for charset injhylton2000-10-021-15/+29
* Fold the UnixMailbox optimization into Mailman.Mailbox.Mailbox class,bwarsaw2000-09-241-6/+3
* Extensive cleanup and performance improvements. Most signficant changes are:jhylton2000-09-222-86/+101
* misc cleanupjhylton2000-09-221-29/+18
* Fix index generation bug that oocasionally prevented messages fromjhylton2000-09-222-160/+202
* apply patch #100867-- add robot meta tags to cause more intelligentjhylton2000-09-221-0/+3
* replace null bytes in message body with spacesjhylton2000-09-221-2/+4
* Article._get_body(): Python 1.5.2's int() takes only one argument.bwarsaw2000-09-221-1/+1
* decode quoted-printable message bodiesjhylton2000-09-221-4/+38
* default should not be verbosejhylton2000-09-221-1/+1
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-2/+1
* HyperArchive.__init__(): charset attribute needs to be initialized tobwarsaw2000-09-221-2/+3