| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Copyright years. | bwarsaw | 2003-01-10 | 2 | -5/+5 | |
| | | ||||||
| * | safe_strftime(): Watch out for TypeError coming back from strftime(). | bwarsaw | 2003-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | _set_date(): Watch out for TypeErrors that can come from time.mktime() | bwarsaw | 2003-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Article.__init__(): Watch out for tuples coming back from | bwarsaw | 2003-01-10 | 1 | -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" | bwarsaw | 2003-01-07 | 1 | -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, interrupted | bwarsaw | 2003-01-07 | 1 | -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> | pheinlein | 2003-01-05 | 2 | -1142/+992 | |
| | | ||||||
| * | Some changes from Stephan Bernts. <stb@spline.de> | pheinlein | 2003-01-05 | 2 | -6/+29 | |
| | | ||||||
| * | main(): Fix some dumb coding bugs. | bwarsaw | 2003-01-03 | 1 | -3/+3 | |
| | | ||||||
| * | _do_remove(): Patch by Jon Parise to fix a bug in the stanza matching | bwarsaw | 2003-01-02 | 1 | -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. | bwarsaw | 2003-01-02 | 1 | -9/+7 | |
| | | ||||||
| * | main(): In the change-of-address section, we only want to show the | bwarsaw | 2003-01-02 | 1 | -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. | bwarsaw | 2003-01-02 | 1 | -2/+2 | |
| | | ||||||
| * | changeMemberAddress(): Rearrange the order in which sub-tasks are | bwarsaw | 2003-01-02 | 1 | -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 a | bwarsaw | 2003-01-02 | 1 | -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). | bwarsaw | 2003-01-02 | 1 | -1/+5 | |
| | | ||||||
| * | Slightly better error message | bwarsaw | 2002-12-31 | 2 | -5/+5 | |
| | | ||||||
| * | Tighter checks on distutils/-devel package availability which should | bwarsaw | 2002-12-31 | 2 | -69/+81 | |
| | | | | | bomb early for RH installations without the python2-devel package. | |||||
| * | Web checker fixes | bwarsaw | 2002-12-31 | 4 | -8/+18 | |
| | | ||||||
| * | Typos | bwarsaw | 2002-12-31 | 4 | -14/+28 | |
| | | ||||||
| * | Typo | bwarsaw | 2002-12-31 | 2 | -3/+1 | |
| | | ||||||
| * | Last updates to the web pages | bwarsaw | 2002-12-31 | 2 | -2/+2 | |
| | | ||||||
| * | Work around more new cvs idiosyncrasies | bwarsaw | 2002-12-31 | 1 | -4/+3 | |
| | | ||||||
| * | News for 2.1 final | bwarsaw | 2002-12-31 | 1 | -0/+4 | |
| | | ||||||
| * | Last updates to the web pages | bwarsaw | 2002-12-31 | 4 | -10/+14 | |
| | | ||||||
| * | This is it baby! Bump the version to 2.1 final. | bwarsaw | 2002-12-31 | 1 | -3/+3 | |
| | | ||||||
| * | request_creation(): Remove a left over debugging print. | bwarsaw | 2002-12-31 | 1 | -2/+0 | |
| | | ||||||
| * | Last minute Spanish updates by Victoriano Giralt | bwarsaw | 2002-12-31 | 2 | -572/+516 | |
| | | ||||||
| * | do_discard(): Make sure the internal text/plain message has the | bwarsaw | 2002-12-31 | 1 | -2/+4 | |
| | | | | | | correct character set for the matching language. Closes SF bug #659157. | |||||
| * | subscription_prompt(): Move the setting of the title to after the | bwarsaw | 2002-12-31 | 1 | -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: | bwarsaw | 2002-12-31 | 1 | -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/ we | bwarsaw | 2002-12-31 | 1 | -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 an | bwarsaw | 2002-12-31 | 1 | -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! | pheinlein | 2002-12-30 | 2 | -161/+224 | |
| | | ||||||
| * | adding UPGRADING translation | tkikuchi | 2002-12-30 | 1 | -0/+195 | |
| | | ||||||
| * | Estonian update by Anti Veeranna. | bwarsaw | 2002-12-30 | 3 | -92/+97 | |
| | | ||||||
| * | Checkpointing | bwarsaw | 2002-12-28 | 1 | -1/+229 | |
| | | ||||||
| * | French updates by Pascal GEORGE | bwarsaw | 2002-12-27 | 7 | -280/+248 | |
| | | ||||||
| * | *** empty log message *** | pheinlein | 2002-12-27 | 1 | -0/+0 | |
| | | ||||||
| * | *** empty log message *** | pheinlein | 2002-12-27 | 1 | -1/+36 | |
| | | ||||||
| * | Checkpointing | bwarsaw | 2002-12-27 | 1 | -51/+284 | |
| | | ||||||
| * | Add Chris Kolar's manual URL translation | tkikuchi | 2002-12-27 | 1 | -0/+6 | |
| | | ||||||
| * | bump version.ht not download.ht now | bwarsaw | 2002-12-27 | 1 | -20/+20 | |
| | | ||||||
| * | Web site revamp | bwarsaw | 2002-12-27 | 66 | -5402/+3120 | |
| | | ||||||
| * | Japanese updates by Tokio Kikuchi | bwarsaw | 2002-12-27 | 8 | -303/+2227 | |
| | | ||||||
| * | Lithuanian updates from Mantas Kriauciunas. | bwarsaw | 2002-12-26 | 12 | -2126/+1595 | |
| | | | | | lt should use iso-8859-13 | |||||
| * | __processbody_URLquote(): Tokio Kikuchi's patch #658598 to fix rc1 bug | bwarsaw | 2002-12-26 | 1 | -1/+3 | |
| | | | | | in email obscuring in the body of the message. | |||||
| * | Updated norwegian catalog. | avalon | 2002-12-25 | 2 | -4/+4 | |
| | | ||||||
| * | translated 2 new strings, now ready for RC1 | pioppo | 2002-12-25 | 2 | -3/+3 | |
| | | ||||||
| * | Bump to 2.1rc1+ | bwarsaw | 2002-12-24 | 1 | -1/+1 | |
| | | ||||||
