summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Copyright years.bwarsaw2003-01-102-5/+5
|
* safe_strftime(): Watch out for TypeError coming back from strftime().bwarsaw2003-01-101-1/+1
|
* _set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw2003-01-101-1/+1
|
* Article.__init__(): Watch out for tuples coming back frombwarsaw2003-01-101-0/+3
| | | | | message.get_param(). Such beasts are RFC 2231 charsets which need to be converted to unicode.
* process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw2003-01-071-6/+10
| | | | | | | | | header to the headers and footers parts as a hint to persnickety clients (not mentioning Outlook here) that the text should be displayed inline instead of as attachments. It does no harm so even if it doesn't completely fix the problem it sounds like a good idea.
* bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw2003-01-071-5/+5
| | | | | system call) during the conn.sendmail() call. This just sets the message up to retry later.
* A lot of nice changes and fixes from Stephan Brandts! <stb@spline.de>pheinlein2003-01-052-1142/+992
|
* Some changes from Stephan Bernts. <stb@spline.de>pheinlein2003-01-052-6/+29
|
* main(): Fix some dumb coding bugs.bwarsaw2003-01-031-3/+3
|
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-3/+3
| | | | | | code which would delete any list with a matching prefix (i.e. "bin/rmlist foo" would also delete the stanza for "foo-one" and "foo-two").
* main(): Treat addresses case-insensitively for grouping purposes.bwarsaw2003-01-021-9/+7
|
* main(): In the change-of-address section, we only want to show thebwarsaw2003-01-021-3/+5
| | | | | | | | | | | | "you are already using that email address" message if the newaddress matches the case-preserved (subscribed) address. Also, in the set_address section, if cpuser is None, set it to the the user address, since that's what we'll use now as the old address in the ChangeMemberAddress() call. This and related changes should fix problems when the address we're changing to differs for the current address by case only.
* Bump the version number.bwarsaw2003-01-021-2/+2
|
* changeMemberAddress(): Rearrange the order in which sub-tasks arebwarsaw2003-01-021-10/+10
| | | | | | | done. First remove the old member, then add the new member. Also fix the setting of user options so that this is done on the newaddress (lowercased). This should avoid MMAlreadyAMember errors when the address changes by case only.
* ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing abwarsaw2003-01-021-13/+4
| | | | | | | | | | global change. ApprovedChangeMemberAddress(): Don't worry about trying to reduce the amount of work by testing on isMember(). This doesn't work anyway when we're changing an address for case only. Just do the changeMemberAddress() call and be done with it. Same goes for when deciding whether to do the change in the other lists.
* Boilerplate for an eventual next release (2.2 or 3.0).bwarsaw2003-01-021-1/+5
|
* Slightly better error messagebwarsaw2002-12-312-5/+5
|
* Tighter checks on distutils/-devel package availability which shouldbwarsaw2002-12-312-69/+81
| | | | bomb early for RH installations without the python2-devel package.
* Web checker fixesbwarsaw2002-12-314-8/+18
|
* Typosbwarsaw2002-12-314-14/+28
|
* Typobwarsaw2002-12-312-3/+1
|
* Last updates to the web pagesbwarsaw2002-12-312-2/+2
|
* Work around more new cvs idiosyncrasiesbwarsaw2002-12-311-4/+3
|
* News for 2.1 finalbwarsaw2002-12-311-0/+4
|
* Last updates to the web pagesbwarsaw2002-12-314-10/+14
|
* This is it baby! Bump the version to 2.1 final.bwarsaw2002-12-311-3/+3
|
* request_creation(): Remove a left over debugging print.bwarsaw2002-12-311-2/+0
|
* Last minute Spanish updates by Victoriano Giraltbwarsaw2002-12-312-572/+516
|
* do_discard(): Make sure the internal text/plain message has thebwarsaw2002-12-311-2/+4
| | | | | correct character set for the matching language. Closes SF bug #659157.
* subscription_prompt(): Move the setting of the title to after thebwarsaw2002-12-311-4/+9
| | | | | | | | | | | | | | point where the i18n and doc languages are set. Also, get the languages using GetLanguageDescr() so that the language pull down list is also in the correct language. Fixes SF #658213 reported and patches by Daniel Buchmann. subscription_cancel(): Set the language to the user's preferred so that the cancel message is given in the right language. subscription_confirm(): Set the i18n and doc languages to the language from the form so it also shows up in the correct language.
* Inconsequential change since I forgot a checkin message on the last mod:bwarsaw2002-12-311-1/+1
| | | | | | | | ProcessConfirmation(): In the Pending.SUBSCRIPTION section, move the concatenation of the context with the userdesc to before we extract the addr, fullname, password, digest, and lang. This is so we can correctly pick up any changes made in the confirmation page, e.g. the user's preferred language.
* ApprovedDeleteMember(): Get the user's language /before/ webwarsaw2002-12-311-8/+8
| | | | | | unsubscribe them, and then pass this to the SendUnsubscribeAck() call. This is so the notification message can get sent in the correct language -- i.e. the user's language while they were a member.
* SendUnsubscribeAck(): We must pass the target language in as anbwarsaw2002-12-311-2/+2
| | | | | argument, because by the time we get here, the member has already been unsubscribed.
* Last hurry-up changes and fixes before releasing the final MM 2.1!pheinlein2002-12-302-161/+224
|
* adding UPGRADING translationtkikuchi2002-12-301-0/+195
|
* Estonian update by Anti Veeranna.bwarsaw2002-12-303-92/+97
|
* Checkpointingbwarsaw2002-12-281-1/+229
|
* French updates by Pascal GEORGEbwarsaw2002-12-277-280/+248
|
* *** empty log message ***pheinlein2002-12-271-0/+0
|
* *** empty log message ***pheinlein2002-12-271-1/+36
|
* Checkpointingbwarsaw2002-12-271-51/+284
|
* Add Chris Kolar's manual URL translationtkikuchi2002-12-271-0/+6
|
* bump version.ht not download.ht nowbwarsaw2002-12-271-20/+20
|
* Web site revampbwarsaw2002-12-2766-5402/+3120
|
* Japanese updates by Tokio Kikuchibwarsaw2002-12-278-303/+2227
|
* Lithuanian updates from Mantas Kriauciunas.bwarsaw2002-12-2612-2126/+1595
| | | | lt should use iso-8859-13
* __processbody_URLquote(): Tokio Kikuchi's patch #658598 to fix rc1 bugbwarsaw2002-12-261-1/+3
| | | | in email obscuring in the body of the message.
* Updated norwegian catalog.avalon2002-12-252-4/+4
|
* translated 2 new strings, now ready for RC1pioppo2002-12-252-3/+3
|
* Bump to 2.1rc1+bwarsaw2002-12-241-1/+1
|