| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't install Cookie.py from here, since we're now going to grab it | bwarsaw | 2001-10-01 | 1 | -1/+0 | |
| | | | | | from Python's standard library. | |||||
| * | Move the path hacking stuff from Defaults.py.in to here. | bwarsaw | 2001-10-01 | 1 | -3/+11 | |
| | | ||||||
| * | distclean: Remove the generated mailman script (courtesy of Ben | bwarsaw | 2001-08-29 | 1 | -1/+2 | |
| | | | | | Gertzfield). | |||||
| * | Morsel.set(): Add optional argument `strict', defaulting to 1, which | bwarsaw | 2001-08-18 | 1 | -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.in | bwarsaw | 2001-08-17 | 2 | -23/+1 | |
| | | | | | Update .cvsignore accordingly. | |||||
| * | Renamed from S98mailman.in | bwarsaw | 2001-08-17 | 1 | -0/+48 | |
| | | ||||||
| * | S99mailman should have been S98mailman | bwarsaw | 2001-08-15 | 2 | -22/+1 | |
| | | | | | .cvsignore: ignore S98mailman generated from S98mailman.in | |||||
| * | intermediate | bwarsaw | 2001-08-15 | 1 | -0/+22 | |
| | | ||||||
| * | intermediate | bwarsaw | 2001-08-15 | 1 | -0/+22 | |
| | | ||||||
| * | No longer necessary. | bwarsaw | 2001-08-04 | 1 | -4/+0 | |
| | | ||||||
| * | Several changes in support of David Champion's SF patch #101331. | bwarsaw | 2000-09-22 | 1 | -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 patch | bwarsaw | 2000-09-19 | 1 | -1/+3 | |
| | | | | | #101334, contributed by dgc. | |||||
| * | Morsel.OutputString(): The continue test was wrong; it should test for | bwarsaw | 2000-07-20 | 1 | -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. | bwarsaw | 2000-03-21 | 2 | -2/+2 | |
| | | ||||||
| * | Added standard PythonPowered logo (converted to PNG since GIFs are not | bwarsaw | 2000-03-15 | 2 | -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 unnecessary | bwarsaw | 1999-11-24 | 1 | -1/+1 | |
| | | | | | | because the only thing still in that subdir is the binary wrapper program. | |||||
| * | Removing all gifs. Convert logos to jpgs. | bwarsaw | 1999-11-01 | 4 | -0/+0 | |
| | | ||||||
| * | Added Emacs turd to bottom of file. | bwarsaw | 1999-07-16 | 1 | -0/+4 | |
| | | ||||||
| * | Dragon's logos | bwarsaw | 1999-05-02 | 2 | -0/+0 | |
| | | ||||||
| * | VERSION is no longer set in configure because it's too hard to | bwarsaw | 1999-01-15 | 1 | -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 finish | bwarsaw | 1998-10-20 | 1 | -0/+2 | |
| | | ||||||
| * | Updated the comments, don't need to import os | bwarsaw | 1998-06-22 | 1 | -4/+0 | |
| | | ||||||
| * | Now that everything's packagized, put only $prefix on sys.path. | bwarsaw | 1998-06-19 | 1 | -5/+1 | |
| | | ||||||
| * | Tim's new copyright. | bwarsaw | 1998-06-19 | 1 | -4/+29 | |
| | | | | | Remove the bogus RCS crud | |||||
| * | Modified to insert the $prefix directory in so the Mailman module is | viega | 1998-06-14 | 1 | -0/+4 | |
| | | | | | | visible. Eventually the $prefix/Mailman addition to sys.path should be removed... | |||||
| * | Install pending_subscriptions.db with `DATAMODE', e.g. 664 (group | bwarsaw | 1998-06-01 | 1 | -1/+2 | |
| | | | | | writable). | |||||
| * | Install pending_subscriptions.db into $(prefix)/data | bwarsaw | 1998-05-29 | 1 | -1/+2 | |
| | | ||||||
| * | Modified to generate the confirmation database file. | viega | 1998-05-29 | 1 | -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 be | viega | 1998-05-29 | 1 | -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. | viega | 1998-05-28 | 1 | -1/+1 | |
| | | ||||||
| * | Ignore the Makefile | bwarsaw | 1998-05-26 | 1 | -0/+2 | |
| | | ||||||
| * | Autoconf template for this directory's Makefile. | bwarsaw | 1998-05-26 | 1 | -0/+72 | |
| | | ||||||
| * | Autoconf template for all module path hacking. | bwarsaw | 1998-05-26 | 1 | -0/+41 | |
| | | ||||||
| * | Use the correct url for mailman. | klm | 1998-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | Handle http cookies as dictionaries from within a cgi script. | mailman | 1998-04-10 | 1 | -0/+553 | |
| | | ||||||
| * | First stab at substituting the real list name. | mailman | 1998-01-14 | 1 | -23/+2 | |
| | | ||||||
| * | Initial revision | mailman | 1998-01-14 | 1 | -0/+25 | |
