summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/Archiver.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-236/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-6/+0
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-13/+13
* Update copyright years.bwarsaw2007-01-191-1/+1
* A little more internal_name() to fqdn_listname changes.tkikuchi2006-12-031-3/+3
* We need to substitute the fully qualified list name in the public archive url.bwarsaw2006-11-121-4/+6
* MailList.py ... GetScriptURL() absolute again because we need it for emailtkikuchi2006-11-091-3/+1
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-10/+8
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-7/+10
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-4/+6
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-12/+7
* back porting from 2.1.6tkikuchi2005-08-281-19/+29
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* ExternalArchive(): Add %(hostname)s to the substitution stringsbwarsaw2003-06-261-2/+4
* ArchiveMail(): Get rid of the try/bare-except wrapper around thebwarsaw2002-11-121-23/+15
* Whitespace normalization and some Pychecker cleanup.bwarsaw2002-10-091-1/+0
* ArchiveMail(): processUnixMailbox() no longer takes an article classbwarsaw2002-10-091-1/+1
* CheckHTMLArchiveDir(): Indentation-o pointed out by Dan Mick.bwarsaw2002-10-081-1/+1
* Whitespace normalization.bwarsaw2002-10-081-16/+16
* ArchiveMail(): Remove the corrupt archive log message. I think thisbwarsaw2002-10-081-2/+0
* Archiver.InitVars(): Don't write the emptyarchive.html file tobwarsaw2002-05-031-8/+17
* GetBaseArchiveURL(): Marc MERLIN suggests to tack on the trailingbwarsaw2002-03-071-1/+4
* Patches to help localize where file system layout decisions are made.bwarsaw2002-03-051-4/+3
* Remove the import of MailList; this isn't used anywhere in this file.bwarsaw2002-03-011-1/+0
* InitVars(), ArchiveMail(): The start of some cleanups flagged bybwarsaw2002-02-111-4/+0
* InitVars(): We have to wrap each os.mkdir() in its own try/except sobwarsaw2002-01-041-5/+8
* Add a hack, based on Marc MERLIN's patch that provides /something/ forbwarsaw2002-01-021-1/+15
* GetBaseArchiveURL(): PUBLIC_ARCHIVE_URL should be an absolute urlbwarsaw2001-10-261-0/+4
* GetBaseArchiveURL(): The semantics of PUBLIC_ARCHIVE_URL are changedbwarsaw2001-10-101-1/+3
* Use cStringIO directly instead of our own hack-around StringIObwarsaw2001-10-011-2/+1
* InitVars(): Should create self.archive_dir()+'.mbox' notbwarsaw2001-07-271-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
* Use better syslog() calling convention.bwarsaw2001-06-271-4/+3
* GetBaseArchiveURL(): Make sure private archive url ends in a slash.bwarsaw2001-06-011-1/+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
* GetConfigInfo(): Reformatting.bwarsaw2001-02-281-5/+10
* __archive_file(): Utils.open_ex() is obsolete.bwarsaw2001-02-151-14/+11
* First integration patch of Juan Carlos's i18n string marking changes.bwarsaw2000-12-071-10/+10
* Archiver.InitVars(): Ted Cabeen's SF patch #100554 to allowbwarsaw2000-09-201-1/+1
* __archive_to_mbox(): Don't do the clobber_date logic here, becausebwarsaw2000-09-141-16/+8
* Remove commented out syslog() lines.bwarsaw2000-07-201-2/+0
* ArchiveMail(): Comment out the debugging prints to syslog.bwarsaw2000-07-061-2/+2
* ArchiveMail(): Don't do this work in a forked subprocesses; with manybwarsaw2000-06-261-53/+42
* ArchiveMail(): First, extended the signature to take a msgdatabwarsaw2000-06-231-20/+25
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-6/+5