Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | We have to escape other special characters like '=', so use urllib. | tkikuchi | 2004-11-25 | 1 | -1/+3 |
| | |||||
* | [ 1030228 ] Mass Subscribe address with control character - can't delete | tkikuchi | 2004-10-09 | 1 | -1/+1 |
| | | | | Also, '/' can be used now. | ||||
* | __checkone(): Patch 869644, ignore NotAMemberError that can get raised | bwarsaw | 2004-01-03 | 1 | -2/+5 |
| | | | | | | from AuthContextInfo() when old cookie data is for someone no longer a member of the mailing list. Closes SF bug # 869647. Bug and patch by Stephan Berndts. | ||||
* | Authenticate(): When authenticating AuthUser, wrap the | bwarsaw | 2003-12-26 | 1 | -35/+40 |
| | | | | | | | | | | | | | | | | | | | | | self.authenticateMember() call in a try/except catching and ignoring NotAMemberErrors. The effect of this is that other authcontexts being check will then proceed as normal. This fixes admin login to the private archives, and non-public rosters. Under the old code, if you tried to get into the private archives w/o entering an email address, but using the admin password, you'd be denied access. WebAuthenticate(): Removed the wrapping of .Authenticate() in try/except catching of NotAMemberError, since this should never percolate out now. Also, use True/False everywhere it's appropriate (but not in the cookie code). Original bug and patch by Stephan Berndts. Closes SF bug # 864676 and SF patch # 864674. | ||||
* | Backporting from the trunk. | bwarsaw | 2003-02-08 | 1 | -12/+26 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+333 | |
'Release_2_1-maint'. |