| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
the verify.txt message, causing the subscribe script to bomb. I've
corrected the field and refined the message a bit, to put in the
origin phrase only if it's been discerned.
|
| |
|
|
|
| |
checkin) would not compile, causing this script to completely fail -
it should have been tested!
|
| |
|
|
| |
driver.
|
| |
|
|
|
| |
it was causing a password failure after a user password was
satisfactorily verified.
|
| |
|
|
| |
NameErrors.
|
| | |
|
| |
|
|
| |
doing the install in the dir above)
|
| |
|
|
|
|
|
| |
the Mailman package (using the semi-bogus, but quickly implemented
from ... import style).
main()-ify, but needed a few bogus global decls
|
| |
|
|
|
| |
the Mailman package (using the semi-bogus, but quickly implemented
from ... import style).
|
| |
|
|
|
|
|
|
| |
the Mailman package (using the semi-bogus, but quickly implemented
from ... import style).
Also, rewrote name_pat to use the most commonly accepted style for
regular expressions. I can't see how the old regexp worked!
|
| |
|
|
|
|
|
| |
the Mailman package (using the semi-bogus, but quickly implemented
from ... import style).
Sundry "maillist" -> "mailing list"
|
| |
|
|
|
|
|
|
| |
the Mailman package (using the semi-bogus, but quickly implemented
from ... import style).
NOTE: did *not* main()-ify, nor test since I don't have pipermail
installed. These need to happen.
|
| |
|
|
|
|
|
|
|
|
|
| |
the Mailman package (using the semi-bogus, but quickly implemented
from ... import style).
Moved the TQS LOGIN_PAGE to a templates file
Sundry "maillist" -> "mailing list"
Fix crypt imports
|
| | |
|
| |
|
|
|
|
|
|
|
| |
guess about the transient errors (ie, some people get them, some
people do not) is that sometimes the base64 encoding can cause \n's to
get in the string, which the mime stuff will treat as a newline. So I
replace \n w/ @ before putting it in the cookie, and do the reverse
before checking the cookie. Hopefully we won't hear about this
problem again.
|
|
|
handle logging to an error file, and no longer import paths. Also,
any checks for __main__ have been removed.
|