summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't install Cookie.py from here, since we're now going to grab itbwarsaw2001-10-011-1/+0
| | | | from Python's standard library.
* Move the path hacking stuff from Defaults.py.in to here.bwarsaw2001-10-011-3/+11
|
* distclean: Remove the generated mailman script (courtesy of Benbwarsaw2001-08-291-1/+2
| | | | Gertzfield).
* Morsel.set(): Add optional argument `strict', defaulting to 1, whichbwarsaw2001-08-181-3/+4
| | | | | | | | | | | | | | controls whether reserved key checking is done. Cookie.__ParseString(): When calling Morsel.set(), set strict=0 so no reserved key checking will be done. This makes sense because normally, the input data is coming from the web and we should be liberal in what we accept here. E.g. if a browser is setting "Version=1" we shouldn't crap out on the whole cookie just because of that. We /do/ want to be more strict when we're setting individual keys programmatically (but that will never call __ParseString()).
* S98mailman.in is renamed to mailman.inbwarsaw2001-08-172-23/+1
| | | | Update .cvsignore accordingly.
* Renamed from S98mailman.inbwarsaw2001-08-171-0/+48
|
* S99mailman should have been S98mailmanbwarsaw2001-08-152-22/+1
| | | | .cvsignore: ignore S98mailman generated from S98mailman.in
* intermediatebwarsaw2001-08-151-0/+22
|
* intermediatebwarsaw2001-08-151-0/+22
|
* No longer necessary.bwarsaw2001-08-041-4/+0
|
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-2/+3
| | | | | | | Specifically, Install pending_subscriptions.db into $DATADIR, which is calculated relative to VAR_PREFIX.
* Copies the jpg and png files into $prefix/icons. Closes SF patchbwarsaw2000-09-191-1/+3
| | | | #101334, contributed by dgc.
* Morsel.OutputString(): The continue test was wrong; it should test forbwarsaw2000-07-201-1/+1
| | | | | | | | | | | falseness, it should explicitly test for the empty string otherwise this fails: c['foo']['max-age'] = 0 but this succeeds c['foo']['max-age'] = "0"
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-212-2/+2
|
* Added standard PythonPowered logo (converted to PNG since GIFs are notbwarsaw2000-03-152-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
* Don't copy paths.py into the $PREFIX/mail subdir... it's unnecessarybwarsaw1999-11-241-1/+1
| | | | | because the only thing still in that subdir is the binary wrapper program.
* Removing all gifs. Convert logos to jpgs.bwarsaw1999-11-014-0/+0
|
* Added Emacs turd to bottom of file.bwarsaw1999-07-161-0/+4
|
* Dragon's logosbwarsaw1999-05-022-0/+0
|
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
| | | | | | | | | | | | propagate version string changes to the public (you have to autoreconf, then reconfigure and reinstall). Now, VERSION is set directory in Defaults.py.in and the Release.py script updates that file directly. Now we just need to run ./config.status and do a re-install. I hope this will make things easier. I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
* make finishbwarsaw1998-10-201-0/+2
|
* Updated the comments, don't need to import osbwarsaw1998-06-221-4/+0
|
* Now that everything's packagized, put only $prefix on sys.path.bwarsaw1998-06-191-5/+1
|
* Tim's new copyright.bwarsaw1998-06-191-4/+29
| | | | Remove the bogus RCS crud
* Modified to insert the $prefix directory in so the Mailman module isviega1998-06-141-0/+4
| | | | | visible. Eventually the $prefix/Mailman addition to sys.path should be removed...
* Install pending_subscriptions.db with `DATAMODE', e.g. 664 (groupbwarsaw1998-06-011-1/+2
| | | | writable).
* Install pending_subscriptions.db into $(prefix)/databwarsaw1998-05-291-1/+2
|
* Modified to generate the confirmation database file.viega1998-05-291-0/+1
| | | | Barry, you might want to check to make sure I did it right...
* An empty database file for pending subscriptions. This file has to beviega1998-05-291-0/+1
| | | | | here, otherwise the permissions on the file will get created w/ nobody as a uid instead of mailman, which can mess things up.
* Add mail to the list of directories for which paths.py should be generated.viega1998-05-281-1/+1
|
* Ignore the Makefilebwarsaw1998-05-261-0/+2
|
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+72
|
* Autoconf template for all module path hacking.bwarsaw1998-05-261-0/+41
|
* Use the correct url for mailman.klm1998-04-281-2/+2
|
* Handle http cookies as dictionaries from within a cgi script.mailman1998-04-101-0/+553
|
* First stab at substituting the real list name.mailman1998-01-141-23/+2
|
* Initial revisionmailman1998-01-141-0/+25