summaryrefslogtreecommitdiff
path: root/cgi/handle_opts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been removed, replaced by the driver script architecture.bwarsaw1998-06-191-25/+0
|
* Replaced with Mailman.runcgi-wrapped code that runs Mailman.Cgi.<script>viega1998-06-141-194/+5
|
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-131-0/+4
| | | | constructor actuals when the list doesn't need to be locked.
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-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.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-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 callingklm1998-05-241-2/+2
| | | | DeleteMember().
* Preparing to package a distribution - add __version__ info.mailman1998-04-091-0/+2
|
* Set document backgrounds (of error docs as well as primary) to white.mailman1998-04-081-5/+5
|
* Use new .DeleteMember() arg to indicate whence this deletion came.mailman1998-04-021-1/+1
|
* Adding nofail=0 to StampedLogger init, so bugs aren't completelyklm1998-03-301-1/+2
| | | | silent!
* Check user against .members *and* .digest_members!klm1998-03-301-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 pagemailman1998-03-261-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 whichmailman1998-03-201-9/+1
| | | | could block operation).
* Tracking the name change of "Fancy" to "MIME", make the default sensemailman1998-03-181-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, butmailman1998-03-051-2/+2
| | | | the web - URLs - does.)
* Initial revisionmailman1998-02-271-0/+186