Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch TypeError on simultaneous confirmations of the same token. | Mark Sapiro | 2018-08-07 | 1 | -5/+19 |
| | |||||
* | Bump copyright dates. | Mark Sapiro | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | Bumped Copyrights and fixed a bug in prior commit. | Mark Sapiro | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Defend against CGI requests with multiple values for the same parameter. | Mark Sapiro | 2017-06-05 | 1 | -14/+14 |
| | |||||
* | Catch TypeError from certain defective crafted POST requests. | Mark Sapiro | 2016-07-14 | 1 | -2/+12 |
| | |||||
* | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 2015-01-22 | 1 | -3/+4 |
| | | | | | the 2.1 branch for release with 2.1.19. The 2.2 branch is now no different from the 2.1 branch and will no longer be maintained. | ||||
* | - Added the list name to the vette log "held message approved" entry. | Mark Sapiro | 2014-03-21 | 1 | -1/+1 |
| | | | | | | | | | | (LP: 1295875) - Added the CGI module name to various "No such list" error log entries. (LP: 1295875) - Modified contrib/mmdsr to report module name if present in "No such list error log entries. | ||||
* | Changed the message from the confirm CGI to not indicate approval is | Mark Sapiro | 2014-02-07 | 1 | -2/+3 |
| | | | | required for an acceptance of an invitation. | ||||
* | An XSS vulnerability, CVE-2011-0707, has been fixed. | Mark Sapiro | 2011-02-18 | 1 | -3/+3 |
| | |||||
* | - Fixed an uncaught KeyError when poster tries to cancel a post which was | Mark Sapiro | 2011-02-07 | 1 | -2/+3 |
| | | | | already handled. Bug #266224. | ||||
* | Added roster to the CGIs that return HTTP 401 status for an authentication | Mark Sapiro | 2010-03-29 | 1 | -0/+2 |
| | | | | failure, and return HTTP 404 status from all CGIs for an invalid list name. | ||||
* | Reordered the 'cancel' and 'subscribe' buttons on the subscription | Mark Sapiro | 2010-03-06 | 1 | -3/+3 |
| | | | | | confirmation web page so the default action upon 'enter' will be the subscribe button in browsers that pick the first button. Bug #530654. | ||||
* | Decoded RFC 2047 encoded message subjects for a few reports. Bug #266428. | Mark Sapiro | 2009-12-03 | 1 | -3/+4 |
| | |||||
* | MailList.py - Corrected some long standing incomplete logic in the | Mark Sapiro | 2008-02-23 | 1 | -1/+7 |
| | | | | | | | | | | ChangeMemberAddress() and ApprovedChangeMemberAddress() methods having to do with case-only changes and confirmations of changes already done another way. confirm.py - Caught a MMAlreadyAMember exception that can occur rarely with address changes. This adds a new i18n string, but it's rare enough that I'm not concerned about the translations. | ||||
* | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2005-12-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | ||||
* | Improving banned subscription logic to cover all invites, subscribes, ↵ | msapiro | 2005-12-03 | 1 | -1/+12 |
| | | | | address changes and confirmations of same. | ||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | Python 2.4 checks strftime() more strict. | tkikuchi | 2004-12-04 | 1 | -1/+2 |
| | | | | Split GetConfirmSubject into Leave/Join. | ||||
* | [ 1045909 ] user cancel of pending subscription fails | tkikuchi | 2004-10-13 | 1 | -2/+6 |
| | |||||
* | main(), subscription_cancel(), unsubscription_cancel(), addrchange_cancel() | bwarsaw | 2004-02-10 | 1 | -17/+36 |
| | | | | | | | | addrchange_confirm(), heldmsg_cancel(), heldmsg_confirm(), reenable_confirm(): Convert to the new pending database interface. expunge(): A helper function which ensures that the list is locked before expunging an item from the confirmation database. | ||||
* | subscription_prompt(): Make text and submit button have consistent text. | bwarsaw | 2003-12-01 | 1 | -2/+2 |
| | | | | Closes SF bug # 816410. | ||||
* | Backporting from trunk | bwarsaw | 2003-03-31 | 1 | -0/+5 |
| | |||||
* | Backporting from the trunk. | bwarsaw | 2003-02-08 | 1 | -7/+9 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+791 | |
'Release_2_1-maint'. |