summaryrefslogtreecommitdiff
path: root/modules/mm_archive.py
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-161/+0
|
* Fixed minor conversion typobwarsaw1998-05-261-1/+1
|
* Removed RCS crudbwarsaw1998-05-261-3/+3
| | | | | Archiver.InitVars(): Small rewrite of self.archive_directory calculation.
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-1/+18
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* Move the unconfigurable vars to the unconfigurable's section.klm1998-04-121-10/+10
|
* .GetBaseArchiveURL(): Function instead of _base_archive_url member varklm1998-04-101-4/+9
| | | | | - the value is dependent on the value of another setting, self.private_archive, so must be a func.
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+8
| | | | __version__ info.
* Added new-format descriptive header, as string in options list.klm1998-04-071-0/+2
|
* .ArchiveFileName(): use the list values, not the defaults! Needing tomailman1998-04-031-2/+6
| | | | | | | | | set one of our internal lists to a dir totally outside the view of the archiver, i realized this was not working right. Still, there is no way to set the values from the web interface - they have to be set intrusively, by loading the list in the interpreter and setting the new values by hand. This may be something to enable in the site-admin interface...
* Comment noting that the UpdateArchive method is being deprecated inmailman1998-04-031-0/+1
| | | | | favor of an external archiver. (John, i should talk with you to see what you think of this!)
* Changed 'system' category log message to 'error'.mailman1998-03-241-1/+1
|
* Archive base url's have a .html appended, for compat with pipermail'smailman1998-03-181-1/+4
| | | | (new) list.html index.
* We're just archiving to a flat file now, leaving the real work to anmailman1998-03-131-30/+54
| | | | | | | | | | | | | | | | | externally running pipermail. (Andrew and i are working together to get easy hookup, and we should be able to relaese something of pipermail along with the near release of mailman.) Moved the creation of the archive file hear, when it's openned, and protected the open so it doesn't bomb the system if it fails - and a 'system' error is logged to the mailman logs in that situation. The archive (mbox) file is created in either the PUBLIC_ARCHIVE_FILE_DIR or PRIVATE_ARCHIVE_FILE_DIR dependig on the setting of DEFAULT_ARCHIVE_PRIVATE (typically 0, 1 for private archives). Pipermail will be set to look in the private and public archive dirs and do the right thing - with easy means to hook up the mailman password mechanism for the private archives.
* Employ defaults from mm_cfg.mailman1998-02-261-10/+27
| | | | Implement a retained copy of the mail archives.
* Make the archive_volume_frequency description a bit less opaque...mailman1998-02-251-1/+1
|
* Added 'archive_update_frequency' list config option.mailman1998-02-211-1/+8
| | | | Folded a long line.
* Initial revisionmailman1998-02-151-0/+73