| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | pending_requests(): Include the Subject header in the pending summary. | bwarsaw | 2002-10-28 | 1 | -2/+4 | |
| | | ||||||
| * | Use the autoconf substitution for the #! line. | bwarsaw | 2002-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | add_options_table_item(): Pass the elaboration to | bwarsaw | 2002-10-28 | 1 | -3/+7 | |
| | | | | | | | | get_item_gui_description(). get_item_gui_description(): If the description is different than the elaboration, use the term "Details", otherwise use the term "Edit". | |||||
| * | Initial norwegian translation of this template. | avalon | 2002-10-28 | 5 | -0/+80 | |
| | | ||||||
| * | Minor update to reflect the change in the english template 2002-08-24. | avalon | 2002-10-28 | 1 | -2/+2 | |
| | | ||||||
| * | Minor update to reflect the change in the english template 2002-08-15. | avalon | 2002-10-28 | 1 | -0/+1 | |
| | | ||||||
| * | Almost complete norwegian translation, only a few command line utils ↵ | avalon | 2002-10-27 | 2 | -26/+71 | |
| | | | | | remaining (which are unnecessary to translate, IMHO). | |||||
| * | Oops, forgot to commit this, too! | pioppo | 2002-10-27 | 1 | -1/+1 | |
| | | ||||||
| * | Oops! forgot to commit this! | pioppo | 2002-10-27 | 1 | -2/+2 | |
| | | ||||||
| * | An update | bwarsaw | 2002-10-27 | 1 | -1/+250 | |
| | | ||||||
| * | ftp://ftp.gnu.org -> http://ftp.gnu.org | bwarsaw | 2002-10-26 | 3 | -8/+8 | |
| | | ||||||
| * | Update copyright years. | bwarsaw | 2002-10-26 | 1 | -1/+1 | |
| | | ||||||
| * | Lots of additions | bwarsaw | 2002-10-26 | 1 | -0/+13 | |
| | | ||||||
| * | Updated what's new in 2.1b4. | bwarsaw | 2002-10-26 | 1 | -22/+112 | |
| | | ||||||
| * | Updates | bwarsaw | 2002-10-26 | 6 | -49/+31 | |
| | | ||||||
| * | Updated Japanese and Russian catalogs. | bwarsaw | 2002-10-26 | 6 | -213/+264 | |
| | | ||||||
| * | last minute fixes, now ready for 2.1b4... | pioppo | 2002-10-26 | 2 | -40/+27 | |
| | | | | | hoping it's not too late ;) | |||||
| * | just a checkpoing | mss | 2002-10-25 | 1 | -78/+66 | |
| | | ||||||
| * | checkpoint (i wish i could spend more time on it) | mss | 2002-10-25 | 2 | -1179/+638 | |
| | | ||||||
| * | Prepare for beta4 | bwarsaw | 2002-10-25 | 1 | -2/+2 | |
| | | ||||||
| * | The latest catalog updates, in preparation for beta 4. | bwarsaw | 2002-10-25 | 29 | -3966/+4232 | |
| | | ||||||
| * | DEFAULT_PASS_MIME_TYPES: Set the default to something that seems | bwarsaw | 2002-10-25 | 1 | -1/+3 | |
| | | | | | sensible based on Chuq's (and my) experience with MimeDel. | |||||
| * | show_helds_overview(), show_post_requests(): Suggestion by Peer | bwarsaw | 2002-10-25 | 1 | -3/+16 | |
| | | | | | | | Heinlein, show the received time of the held message, if available. Also, some minor u/i tweaking. | |||||
| * | Updated. Doing a Unicode comparison is probably enough. | bwarsaw | 2002-10-25 | 1 | -3/+2 | |
| | | ||||||
| * | ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whence | bwarsaw | 2002-10-25 | 1 | -1/+6 | |
| | | | | | based on whether the context is a Message or not. | |||||
| * | create(): Restore a few lines that got accidently deleted in the last | bwarsaw | 2002-10-25 | 1 | -0/+2 | |
| | | | | | checkin. | |||||
| * | maybe_forward(): Add a useful URL as suggested by Fil. | bwarsaw | 2002-10-25 | 1 | -0/+4 | |
| | | ||||||
| * | pending_requests(): The requests.pck database may have Unicode strings | bwarsaw | 2002-10-25 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | in them, say if an encoded name appeared in a From header. But maketext() may return byte strings with non-ascii characters in them, and concatenating these two types of strings is a no no. The local fix (implemented here) is to make sure that pending_requests() returns a byte string with no characters that are illegal in the list's preferred language's charset. The longer term fix probably ought to be that we use Unicode everywhere and that maketext() returns a Unicode. | |||||
| * | create(): Simply return when mlist is None. | bwarsaw | 2002-10-23 | 1 | -5/+5 | |
| | | ||||||
| * | Sanitize dsn_10.txt | bwarsaw | 2002-10-23 | 2 | -95/+22 | |
| | | ||||||
| * | Updates | bwarsaw | 2002-10-23 | 6 | -112/+270 | |
| | | ||||||
| * | Making more work for ourselves. | bwarsaw | 2002-10-23 | 1 | -1/+7 | |
| | | ||||||
| * | process(): If the metadata has an `envsender' key, use that as the | bwarsaw | 2002-10-23 | 1 | -4/+6 | |
| | | | | | envelope sender, otherwise calculate it as before. | |||||
| * | OwnerNotification.__init__(): The signature of the OwnerNotification | bwarsaw | 2002-10-23 | 1 | -1/+21 | |
| | | | | | | | | | | | | | constructor is changing. We no longer pass the sender in since that's calculated to be the site list's -bounces address to prevent mail loops when a list's owner bounces. Also, factor out the _enqueue() private method from the send() method. OwnerNotifications need to set the `envsender' key on the message's metadata. Problem diagnosed by Peer Heinlein. | |||||
| * | ApprovedDeleteMember(): The signature of the OwnerNotification | bwarsaw | 2002-10-23 | 1 | -8/+2 | |
| | | | | | | | | | | | | constructor is changing. We no longer pass the sender in since that's calculated to be the site list's -bounces address to prevent mail loops when a list's owner bounces. ApprovedAddMember(): Change the UserNotification to an OwnerNotification for the admin_notif section. Problem diagnosed by Peer Heinlein. | |||||
| * | ForwardMessage(): The signature of the OwnerNotification constructor | bwarsaw | 2002-10-23 | 1 | -2/+1 | |
| | | | | | | | | | is changing. We no longer pass the sender in since that's calculated to be the site list's -bounces address to prevent mail loops when a list's owner bounces. Problem diagnosed by Peer Heinlein. | |||||
| * | The start of a manual for list administrators. Written in Python | bwarsaw | 2002-10-23 | 1 | -0/+484 | |
| | | | | | | | | | | mkhowto format, you'll need the Python documentation tool chain to produce the pdf or html (but that's easy if you have Python's source distro). Contributions are welcome! I'll keep working on this during ball games, though. :) | |||||
| * | process(): When holding non-member postings, either because they're on | bwarsaw | 2002-10-22 | 1 | -6/+6 | |
| | | | | | | | | hold_these_nonmembers or because the generic_nonmember_action is 1 (hold), hold them with NonMemberPost instead of ModeratedPost. Fixes SF #609692, as suggested by Les Niles and Tokio Kikuchi. | |||||
| * | A new DSN bounce sample. | bwarsaw | 2002-10-22 | 1 | -0/+139 | |
| | | ||||||
| * | Oops, postfix_06.txt -> dsn_10.txt | bwarsaw | 2002-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Added a bounce sample from Peer Heinlein. The DSN module correctly | bwarsaw | 2002-10-22 | 1 | -0/+1 | |
| | | | | | identifies this bouncer. | |||||
| * | Jon Parise's patch to improve the usage() output for the command line | bwarsaw | 2002-10-21 | 33 | -67/+199 | |
| | | | | | | | and cron scripts. When code/status == 0, there's no error (it's likely --help output) so send that to stdout. Otherwise, it's an error and the output goes to stderr. | |||||
| * | Fixed a bug in the pt_BR translation, and also updated the Russian .mo | bwarsaw | 2002-10-21 | 3 | -1/+1 | |
| | | | | | file. | |||||
| * | In the LogStdErr() call, we don't need to pass in the tee argument, | bwarsaw | 2002-10-21 | 3 | -3/+3 | |
| | | | | | since the default is fine. | |||||
| * | LogStdErr(): I don't think we really wanted to tee the log output to | bwarsaw | 2002-10-21 | 1 | -19/+21 | |
| | | | | | | | | | | stdout, so much as tee it to stderr, so I've changed the name of the argument and implemented this as a tee to stderr. I don't think this breaks any code, but I'm not 100% sure yet. Also, whitespace normalization and pychecker fixes. | |||||
| * | For some reason we weren't quite using the released version of email | bwarsaw | 2002-10-21 | 1 | -0/+0 | |
| | | | | | 2.4.3 (must have committed some just-pre-release test version). | |||||
| * | send_response(): We have to pass the language into the | bwarsaw | 2002-10-21 | 1 | -1/+2 | |
| | | | | | UserNotification! | |||||
| * | Updated Czech catalog, mostly HyperArch translations. | danohnesorg | 2002-10-21 | 2 | -149/+98 | |
| | | ||||||
| * | Looks like you have to import korean.aliases in order to get the | bwarsaw | 2002-10-21 | 1 | -0/+4 | |
| | | | | | | | Korean codecs installed. "import korean" (i.e. korean/__init__.py) doesn't cut it. Leave the former in though, in case an upgrade changes this. | |||||
| * | Jon Parise says: | bwarsaw | 2002-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | Under FreeBSD, at least, sys/types.h should be included before grp.h. Otherwise, the following (apparently harmless) warning is generated: In file included from common.h:28, from ./cgi-wrapper.c:22: /usr/include/grp.h:58: warning: parameter names (without types) in function declaration Make life easier for FreeBSD'ers. | |||||
