| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All these files have been removed, replaced by the driver script architecture. | bwarsaw | 1998-06-19 | 1 | -25/+0 |
| | | |||||
| * | Replaced with Mailman.runcgi-wrapped code that runs Mailman.Cgi.<script> | viega | 1998-06-14 | 1 | -194/+5 |
| | | |||||
| * | Add Unlock() calls where appropriate, and add lock = 0 to MailList | viega | 1998-06-13 | 1 | -0/+4 |
| | | | | | constructor actuals when the list doesn't need to be locked. | ||||
| * | 1. Use the standard Python invocation #! line to get the interpreter | bwarsaw | 1998-05-26 | 1 | -5/+3 |
| | | | | | | | | | | | | from $PATH 2. Do no direct sys.path munging in this file. Import the `paths' module, which is created during the configure process, and which performs all necessary path munging (and exports some useful variables too). 3. Remove RCS crud | ||||
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |
| | | |||||
| * | Added copyright notices to all source files where I am legally entitled to ↵ | viega | 1998-05-25 | 1 | -1/+16 |
| | | | | | | | | 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?) | ||||
| * | Better indicate whence the unsubscribe came when calling | klm | 1998-05-24 | 1 | -2/+2 |
| | | | | | DeleteMember(). | ||||
| * | Preparing to package a distribution - add __version__ info. | mailman | 1998-04-09 | 1 | -0/+2 |
| | | |||||
| * | Set document backgrounds (of error docs as well as primary) to white. | mailman | 1998-04-08 | 1 | -5/+5 |
| | | |||||
| * | Use new .DeleteMember() arg to indicate whence this deletion came. | mailman | 1998-04-02 | 1 | -1/+1 |
| | | |||||
| * | Adding nofail=0 to StampedLogger init, so bugs aren't completely | klm | 1998-03-30 | 1 | -1/+2 |
| | | | | | silent! | ||||
| * | Check user against .members *and* .digest_members! | klm | 1998-03-30 | 1 | -10/+22 |
| | | | | | | | | | | Using StampedLogger (to logs/error) for stderr, for debugging. Changed error notices to have a header "Error" and a body describing the problem. Added a (modest) module doc string, wrapped some long lines, etc. | ||||
| * | Detect when user account has no password - notify user, via web page | mailman | 1998-03-26 | 1 | -17/+21 |
| | | | | | | | | | | response, that list administrator is being informed of something awry. Detect when user not a member of list and bail out immediately. Qualify except clause on .SetUserDigest() to catch the specific Already*digestedErrors. | ||||
| * | Remove debugging writes to a gratuitous file (preexistence of which | mailman | 1998-03-20 | 1 | -9/+1 |
| | | | | | could block operation). | ||||
| * | Tracking the name change of "Fancy" to "MIME", make the default sense | mailman | 1998-03-18 | 1 | -5/+5 |
| | | | | | | | mime. (John warned that people prefer plaintext, but now we can toggle the default as a list-wide admin option, so it'll be easy to set whichever way we want without editing code!) | ||||
| * | Normalize the list name to lower case. (Email doesn't care, but | mailman | 1998-03-05 | 1 | -2/+2 |
| | | | | | the web - URLs - does.) | ||||
| * | Initial revision | mailman | 1998-02-27 | 1 | -0/+186 |
