aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* copyright years.bwarsaw2003-11-211-1/+1
|
* _BounceInfo.__init__(), registerBounce(), disableBouncingMember(): Abwarsaw2003-11-211-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.bwarsaw2003-11-211-1/+3
|
* change_options(): When calling ApprovedAddMember(), pass a meaningfulbwarsaw2003-11-211-2/+3
| | | | value to the whence argument.
* __handlesubscription(): Pass a meaningful whence argument tobwarsaw2003-11-211-1/+1
| | | | ApprovedAddMember().
* ApprovedAddMember(): Add a 'whence' argument which gets passed abwarsaw2003-11-211-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.
* boilerplatebwarsaw2003-11-201-1/+1
|
* NewRequestsDatabase(): HoldSubscription() now takes 5 arguments; thebwarsaw2003-11-201-1/+2
| | | | user's realname and the user's language were added.
* set_delivery(): Fixed the email command 'set delivery [on|off]' whichbwarsaw2003-11-191-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 championbwarsaw2003-11-102-3/+11
|
* Added requirementsbwarsaw2003-11-102-1/+53
|
* Updatebwarsaw2003-11-101-1/+1
|
* Update Python requirements.bwarsaw2003-11-101-1/+5
|
* +Claudio Cattazzopioppo2003-11-071-0/+1
|
* typo, thanks to Claudio Cattazzopioppo2003-11-071-1/+1
|
* Add a patch contributor's name.bwarsaw2003-11-031-0/+1
| | | | Forward port candidate.
* main(): Fix for bug #832748, where unsubscribe_policy was beingbwarsaw2003-11-031-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 contactsbwarsaw2003-11-012-1/+9
|
* Bump version string to 2.1.3+bwarsaw2003-11-011-1/+1
|
* Catalan support by Robert Garrigos and Toni Panades.bwarsaw2003-11-0150-9/+11819
|
* Some translation fixes.gleydson2003-10-281-22/+22
|
* News for 2.1.4.bwarsaw2003-10-101-0/+5
|
* __save(): Flush the file and (depending on SYNC_AFTER_WRITE) fsync itbwarsaw2003-10-101-0/+3
| | | | before closing the config.pck file. Should improve robustness.
* MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write():bwarsaw2003-10-101-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 afterbwarsaw2003-10-101-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.bwarsaw2003-10-073-3/+13
|
* This commit was manufactured by cvs2svn to create branch2003-10-0757-0/+7058
| | | 'Release_2_1-maint'.
* Added Croatian champion and Esperanto language codebwarsaw2003-10-072-3/+11
|
* Updated Esperanto championbwarsaw2003-10-072-3/+9
|
* wrap(): Minor code cleaning.bwarsaw2003-10-071-4/+2
|
* (Hopefully) properly backported fixes from head.bwarsaw2003-10-041-35/+26
|
* Backporting Slovenian support.bwarsaw2003-10-049-6/+12
|
* This commit was manufactured by cvs2svn to create branch2003-10-0443-0/+15400
| | | 'Release_2_1-maint'.
* Added David Martinez Moreno.bwarsaw2003-10-041-0/+1
|
* Spanish updates from David Martinez Moreno, vetted by Juan Carlos Rey Anaya.bwarsaw2003-10-041-226/+224
|
* FormatUsers(): The user portion of the link should honor the settingbwarsaw2003-09-291-9/+10
| | | | of self.obscure_addresses.
* postrelease editing of some web pagesbwarsaw2003-09-294-12/+4
|
* Forgot to set the datebwarsaw2003-09-291-1/+1
|
* *** empty log message ***pheinlein2003-09-281-1/+1
|
* Will it work? CVS isn`t my favorite stuff... :-)pheinlein2003-09-281-69/+63
|
* Updatebwarsaw2003-09-281-1/+1
|
* Updated Estonian translation,duke92003-09-281-192/+126
| | | | I hope it's not too late :)
* Danish translation update in the 11th hour...?avalon2003-09-281-39/+350
|
* Updated Estonian translationduke92003-09-2818-154/+148
|
* Let's try to release 2.1.3 today!bwarsaw2003-09-284-6/+6
|
* Add the XSS close.bwarsaw2003-09-281-1/+3
|
* process_request(), request_creation(): Close cross-site scriptingbwarsaw2003-09-281-14/+20
| | | | | | exploits found by Ned Dawes. Also, whitespace normalization. Backported from HEAD.
* MailList.__init__(): When trying to execfile extend.py, we ignorebwarsaw2003-09-281-1/+5
| | | | | | | ENOENT but log all other IOErrors instead of propagating them up. Closes a tiny exploit found by Ned Dawes. Backported from HEAD.
* More namesbwarsaw2003-09-281-0/+1
|
* More news for 2.1.3.bwarsaw2003-09-281-30/+92
|