summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FormatMembershipOptions(): Missed one use of GetScriptURL() - found bybwarsaw2000-08-021-1/+1
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* process(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-5/+3
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-1/+1
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-4/+3
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-3/+3
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-17/+14
* Digest.TemplateRefs(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* Administrivia.rejection_notice(), hold_for_approval():bwarsaw2000-08-011-2/+2
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-012-3/+3
* SendExplanation(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* InitVars(): Use self.internal_name()bwarsaw2000-08-011-7/+5
* SendSubscribeAck(), MailUserPassword() => GetScriptURL(...,bwarsaw2000-08-011-3/+3
* HandleBouncingAddress(): GetAbsoluteScriptURL() => GetScriptURL(...,bwarsaw2000-08-011-1/+1
* ProcessInfoCmd(), ProcessHelpCmd(): GetAbsoluteScriptURL() =>bwarsaw2000-08-011-2/+2
* HoldSubscription(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-5/+5
* GetRelativeScriptURL() => GetScriptURL()bwarsaw2000-08-011-1/+1
* Massive cleanup to fix relative/absolute script url calculation inbwarsaw2000-08-011-25/+6
* Massive cleanup to fix relative/absolute script url calculation inbwarsaw2000-08-011-12/+23
* process(): Don't bomb out if there's no From: header.bwarsaw2000-08-011-1/+1
* do_output(): Hrvoje Niksic rightly points out that we need tobwarsaw2000-07-271-1/+7
* HasExplicitDest(): Integrating a patch from Gergely Madarasz frombwarsaw2000-07-271-1/+1
* Added yet another item tha twould be neat to have!bwarsaw2000-07-271-0/+2
* Bumping to 2.0beta5.bwarsaw2000-07-271-2/+2
* main(): Fixed typo in syslog() call.bwarsaw2000-07-271-1/+1
* process(): Because this module modifies the message object, set thebwarsaw2000-07-273-0/+10
* Enqueue(): Watch for the _dirty flag in the msgdata dictionary. Thisbwarsaw2000-07-271-3/+6
* process(): If there's a bogus template for the header or footer,bwarsaw2000-07-261-3/+13
* main(): Unmarshal the .db file before creating the Message object.bwarsaw2000-07-261-4/+5
* One more try...bwarsaw2000-07-261-5/+8
* QFILE_SCHEMA_VERSION: bump to 2.bwarsaw2000-07-261-1/+1
* Enqueue(): Oops, you can't include the current time since the hashingbwarsaw2000-07-261-1/+1
* Enqueue(): Elaborate on the text fed to the SHA hashing function forbwarsaw2000-07-261-2/+4
* optionslinks(): Use GetScriptURL(relative=1) for calculating the path.bwarsaw2000-07-251-1/+1
* FormatFormStart(): Use GetScriptURL(relative=1) for calculating thebwarsaw2000-07-251-1/+1
* PAGE: Include some information on cookies in the login screen. Closesbwarsaw2000-07-251-1/+8
* Remove the headers from this template.bwarsaw2000-07-251-7/+0
* OutgoingMessage.__init__(): Avoid the messy semantics ofbwarsaw2000-07-251-4/+12
* do_output(): Needed to add `autoreply' category to get thebwarsaw2000-07-241-1/+1
* do_output(): Added `autoreply' to list of categories.bwarsaw2000-07-241-2/+2
* Applying the patches from SF Bug #109217 that are not specific tobwarsaw2000-07-241-4/+7
* Applying the patches from SF Bug #109217 that are not specific tobwarsaw2000-07-241-10/+9
* ApprovedAddMembers(), DeleteMember(): Refinement of twouter's patch tobwarsaw2000-07-241-8/+5
* UserNotification.__init__(): If recip is a list, then string join thebwarsaw2000-07-241-3/+7
* process(): Be sure to wrap() the autoresponse text, since it's goingbwarsaw2000-07-241-1/+1
* Status messages are printed to stderr using the new Utils.write()bwarsaw2000-07-241-9/+13
* write(): Oops, de-Python-2.0-ification.bwarsaw2000-07-241-1/+1
* write(): Function that acts like print, but let's you specify thebwarsaw2000-07-241-0/+20