summaryrefslogtreecommitdiff
path: root/cgi/private (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been removed, replaced by the driver script architecture.bwarsaw1998-06-191-26/+0
|
* Replaced with Mailman.runcgi-wrapped code that runs Mailman.Cgi.<script>viega1998-06-141-215/+7
|
* Integrated Scott's cookie code into the distribution.viega1998-05-301-22/+0
| | | | | | Note that it does have one problem... If you have cookies off, you have to log in every time, plus your changes don't take effect! That definitely needs to be fixed.
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-10/+20
| | | | | | | | | | | | | | | | | | | | | 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 Also: Rewrote PAGE TQS to use ''' instead of """ so that embedded "s don't mess up font-lock. Also, name_pat looks broken to me. I think there are some quotes missing around each component, but since I don't yet know what name_pat does, I haven't modified this. I have left a potentially better rewrite in comments just following.
* 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?)
* Cosmetic phrasing change.mailman1998-04-111-3/+3
|
* Pushed the inline code at the bottom into a main() routine.mailman1998-04-111-32/+90
| | | | | | | | | | | GetListobj(): gets the mailman list object, using a stashed copy if it's a repeat call. And safely unlocks the list, if it's locked. Use a self-contained copy of the form. I've created an executable mailman-cgi wrapper to take care of the setuid capability, so i've moved the script to this new location, as well.
* Provide a password interface wrapper around a hierarchy of web pages.mailman1998-04-101-0/+173