Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ApprovedChangeMemberAddress(): When someone requests to change their | bwarsaw | 2003-11-25 | 1 | -2/+12 |
| | | | | | | | | address globally, it is possible the new address is already a member of this (or one of the other) lists. In that case, the old address is removed. Closes SF # 835036. | ||||
* | Create(): Take an optional emailhost name and use that to calculate | bwarsaw | 2003-11-24 | 1 | -2/+5 |
| | | | | | the valid postingaddr. If not given (the default), use DEFAULT_EMAIL_HOST as before. | ||||
* | process_request(): In response to SF bug # 835870, we now check the | bwarsaw | 2003-11-24 | 1 | -5/+12 |
| | | | | | | | | | | calculated host name, and if VIRTUAL_HOST_OVERVIEW is true, that host name must match one of our known virtual hosts. Otherwise we'll refuse to create the list. If VIRTUAL_HOST_OVERVIEW is false, we'll do no checking (meaning the old behavior of being able to create a list with a non-fqdn hostname still exists). Also, pass the email host name into the MailList.Create() call. | ||||
* | do_input(): Kludge around a problem when setting new_member_options | bwarsaw | 2003-11-24 | 1 | -1/+10 |
| | | | | | | | | via config_list. This one sucks because new_member_options is a Checkbox but the standard way of setting and getting these values doesn't really work. Fixes SF # 841445. | ||||
* | copyright years. | bwarsaw | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | _BounceInfo.__init__(), registerBounce(), disableBouncingMember(): A | bwarsaw | 2003-11-21 | 1 | -6/+7 |
| | | | | | | | | fix for SF bug # 846681, where the confirmation cookie emailed in a bounce disabled notification was always out of date. The problem was that we created the cookie at the time of the first bounce. This is very likely more than three days before the time of the last bounce, which is when we should have (and now do) create the cookie. | ||||
* | enqueue(): Always flush and sync the message file. | bwarsaw | 2003-11-21 | 1 | -1/+3 |
| | |||||
* | change_options(): When calling ApprovedAddMember(), pass a meaningful | bwarsaw | 2003-11-21 | 1 | -2/+3 |
| | | | | value to the whence argument. | ||||
* | __handlesubscription(): Pass a meaningful whence argument to | bwarsaw | 2003-11-21 | 1 | -1/+1 |
| | | | | ApprovedAddMember(). | ||||
* | ApprovedAddMember(): Add a 'whence' argument which gets passed a | bwarsaw | 2003-11-21 | 1 | -5/+8 |
| | | | | | | | | | | | descriptive string explaining where the member got added from. Improves subscription logging. AddMember(): Pass 'remote' to ApprovedAddMember()'s whence argument. ProcessConfirmation(): We know whether the confirmation came from email or via the web, so pass this information to ApprovedAddMember()'s whence argument. | ||||
* | boilerplate | bwarsaw | 2003-11-20 | 1 | -1/+1 |
| | |||||
* | NewRequestsDatabase(): HoldSubscription() now takes 5 arguments; the | bwarsaw | 2003-11-20 | 1 | -1/+2 |
| | | | | user's realname and the user's language were added. | ||||
* | set_delivery(): Fixed the email command 'set delivery [on|off]' which | bwarsaw | 2003-11-19 | 1 | -7/+13 |
| | | | | | | was trying to use the setMemberOption() interface. This doesn't work for delivery settings -- it needed to use the setDeliveryStatus() interface. | ||||
* | Added Romanian champion | bwarsaw | 2003-11-10 | 2 | -3/+11 |
| | |||||
* | Added requirements | bwarsaw | 2003-11-10 | 2 | -1/+53 |
| | |||||
* | Update | bwarsaw | 2003-11-10 | 1 | -1/+1 |
| | |||||
* | Update Python requirements. | bwarsaw | 2003-11-10 | 1 | -1/+5 |
| | |||||
* | +Claudio Cattazzo | pioppo | 2003-11-07 | 1 | -0/+1 |
| | |||||
* | typo, thanks to Claudio Cattazzo | pioppo | 2003-11-07 | 1 | -1/+1 |
| | |||||
* | Add a patch contributor's name. | bwarsaw | 2003-11-03 | 1 | -0/+1 |
| | | | | Forward port candidate. | ||||
* | main(): Fix for bug #832748, where unsubscribe_policy was being | bwarsaw | 2003-11-03 | 1 | -4/+24 |
| | | | | | | | ignored for the unsub button on the member login page. Report and original patch by Pasi Sjoholm, modify by Barry. Forward port candidate. | ||||
* | Icelandic contacts | bwarsaw | 2003-11-01 | 2 | -1/+9 |
| | |||||
* | Bump version string to 2.1.3+ | bwarsaw | 2003-11-01 | 1 | -1/+1 |
| | |||||
* | Catalan support by Robert Garrigos and Toni Panades. | bwarsaw | 2003-11-01 | 50 | -9/+11819 |
| | |||||
* | Some translation fixes. | gleydson | 2003-10-28 | 1 | -22/+22 |
| | |||||
* | News for 2.1.4. | bwarsaw | 2003-10-10 | 1 | -0/+5 |
| | |||||
* | __save(): Flush the file and (depending on SYNC_AFTER_WRITE) fsync it | bwarsaw | 2003-10-10 | 1 | -0/+3 |
| | | | | before closing the config.pck file. Should improve robustness. | ||||
* | MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write(): | bwarsaw | 2003-10-10 | 1 | -6/+2 |
| | | | | | Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable after all. | ||||
* | Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable after | bwarsaw | 2003-10-10 | 1 | -0/+6 |
| | | | | | all, since we have the same potential problem (and solution) for the MailList config.pck files that we did for the msg.pck files. | ||||
* | Add html and pdf along with links to Terri's List Member Manual. | bwarsaw | 2003-10-07 | 3 | -3/+13 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-10-07 | 57 | -0/+7058 | |
| | | | 'Release_2_1-maint'. | ||||
* | Added Croatian champion and Esperanto language code | bwarsaw | 2003-10-07 | 2 | -3/+11 |
| | |||||
* | Updated Esperanto champion | bwarsaw | 2003-10-07 | 2 | -3/+9 |
| | |||||
* | wrap(): Minor code cleaning. | bwarsaw | 2003-10-07 | 1 | -4/+2 |
| | |||||
* | (Hopefully) properly backported fixes from head. | bwarsaw | 2003-10-04 | 1 | -35/+26 |
| | |||||
* | Backporting Slovenian support. | bwarsaw | 2003-10-04 | 9 | -6/+12 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-10-04 | 43 | -0/+15400 | |
| | | | 'Release_2_1-maint'. | ||||
* | Added David Martinez Moreno. | bwarsaw | 2003-10-04 | 1 | -0/+1 |
| | |||||
* | Spanish updates from David Martinez Moreno, vetted by Juan Carlos Rey Anaya. | bwarsaw | 2003-10-04 | 1 | -226/+224 |
| | |||||
* | FormatUsers(): The user portion of the link should honor the setting | bwarsaw | 2003-09-29 | 1 | -9/+10 |
| | | | | of self.obscure_addresses. | ||||
* | postrelease editing of some web pages | bwarsaw | 2003-09-29 | 4 | -12/+4 |
| | |||||
* | Forgot to set the date | bwarsaw | 2003-09-29 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | pheinlein | 2003-09-28 | 1 | -1/+1 |
| | |||||
* | Will it work? CVS isn`t my favorite stuff... :-) | pheinlein | 2003-09-28 | 1 | -69/+63 |
| | |||||
* | Update | bwarsaw | 2003-09-28 | 1 | -1/+1 |
| | |||||
* | Updated Estonian translation, | duke9 | 2003-09-28 | 1 | -192/+126 |
| | | | | I hope it's not too late :) | ||||
* | Danish translation update in the 11th hour...? | avalon | 2003-09-28 | 1 | -39/+350 |
| | |||||
* | Updated Estonian translation | duke9 | 2003-09-28 | 18 | -154/+148 |
| | |||||
* | Let's try to release 2.1.3 today! | bwarsaw | 2003-09-28 | 4 | -6/+6 |
| | |||||
* | Add the XSS close. | bwarsaw | 2003-09-28 | 1 | -1/+3 |
| |