summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/tempfile.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-03-21Significantly reformatedbwarsaw1-131/+113
2000-03-21Updated for the 2.0beta1 release.bwarsaw1-250/+344
2000-03-21Updated information.bwarsaw1-27/+30
2000-03-21Cosmeticbwarsaw1-31/+29
2000-03-21Lots of new ACKs, more probably coming.bwarsaw1-6/+26
2000-03-16main(): Catch KeyError when del'ing the user_options; it could havebwarsaw1-1/+5
already been zero (hence, missing).
2000-03-16main(): It is possible for a user address to not have an entry in thebwarsaw1-3/+12
mlist.user_options dictionary. If the user's option bitfield is zero, then Mailman saves roon in the database by deleting this key/value pair. Something I hadn't realized :(
2000-03-16Conversion of Mailman 1.1 pending admin database to 1.2/2.0 externalbwarsaw1-12/+48
requests.db database. This should be the last major hurdle for the new version. Specifically, NewRequestsDatabase(): This knows about the 1.1 style mlist.requests dictionary, which served as the pending requests database. It sucks everything out of this dict and resubmits the requests using the new APIs. Worst thing that happens its that the timestamps get blown away. Oh well. older(): Removed since it's not used anywhere.
2000-03-15Added standard PythonPowered logo (converted to PNG since GIFs are notbwarsaw2-0/+0
allowed -- hopefully I preserved transparency enough to be fairly decently rendered in MSIE and NS using the standard background). Added gnu-head logo, shrunk 20% from the standard gnu-head-sm.jpg
2000-03-15FormatListinfoOverview(): "mailman" => "Mailman"bwarsaw1-1/+1
2000-03-15Changes to Mailman's default footer so that open source logos forbwarsaw1-9/+49
Mailman, Python, and GNU are displayed. I'm not 100% sure I like this... Specifically, Container.Format(): More efficient text generator which uses [].append and string.join instead of operator add. MailmanLogo(): New definition of standard footer as described above.
2000-03-15Changes to Mailman's default footer so that open source logos forbwarsaw1-5/+11
Mailman, Python, and GNU are displayed. I'm not 100% sure I like this... Specifically, MAILMAN_URL: point this to the gnu.org subpage, instead of the list.org mirror. IMAGE_LOGOS: flag to specify whether logos are displayed or not (if not, then slogan alone in linked text is displayed).
2000-03-13main(): Don't complain about a bogus archive_directory ifbwarsaw1-1/+4
last_post_time is <= 0 (meaning there have been no messages posted to the mailing list yet). Idea by Jim Tittsler.
2000-03-13Import nntplib from Mailman.pythonlib package to pick up the 1.5.2+bwarsaw1-17/+11
version of this module. main(): simplified connection creation, set readermode in constructor.