| Commit message (Expand) | Author | Age | Files | Lines |
| * | process(): Re-enable the Cc header hacking, but only if personalize == | bwarsaw | 2002-11-06 | 1 | -21/+17 |
| * | GetConfigInfo(): Allow `personalized' to be 3-way valued, with "Full | bwarsaw | 2002-11-06 | 1 | -9/+13 |
| * | GLOBAL_PIPELINE: Re-ordering once again so that Moderate comes before | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | Whitespace normalization | bwarsaw | 2002-11-04 | 1 | -3/+3 |
| * | GetConfigInfo(): Only allow the list administrator to choose languages | bwarsaw | 2002-11-04 | 1 | -1/+14 |
| * | request_creation(): Sort the languages by long (human readable) name | bwarsaw | 2002-11-04 | 1 | -4/+12 |
| * | GetConfigInfo(): Make the `emergency' option a normal attribute by | bwarsaw | 2002-11-04 | 1 | -0/+7 |
| * | show_results(): Because of some html form peculiarities, especially on | bwarsaw | 2002-11-04 | 1 | -10/+5 |
| * | process(): Comment out the rewriting of the CC header for personalized | bwarsaw | 2002-11-04 | 1 | -10/+14 |
| * | verpdeliver(): Comment out the rewriting of the To header for | bwarsaw | 2002-11-04 | 1 | -27/+27 |
| * | as_html(): Add a link to the listinfo page for the mailing list. | bwarsaw | 2002-11-04 | 1 | -0/+2 |
| * | Whitespace normalization and pycheckerfication. | bwarsaw | 2002-11-04 | 1 | -113/+111 |
| * | Fixes for terrible performance hits after the i18n patches were | bwarsaw | 2002-11-04 | 1 | -22/+79 |
| * | __getstate__(), __setstate__(): Remove the hackery to avoid pickling | bwarsaw | 2002-11-04 | 1 | -17/+0 |
| * | Style. | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | to_dollar(): We have to not only escape $'s but we have to unescape | bwarsaw | 2002-10-29 | 1 | -2/+2 |
| * | _dispose(): I think this fixes a bug we are seeing on mailman-users, | bwarsaw | 2002-10-29 | 1 | -5/+10 |
| * | show_pending_subs(): Another place where we have to uncanonstr() a | bwarsaw | 2002-10-29 | 1 | -0/+2 |
| * | Bump version number. | bwarsaw | 2002-10-28 | 1 | -1/+1 |
| * | add_options_table_item(): Pass the elaboration to | bwarsaw | 2002-10-28 | 1 | -3/+7 |
| * | Prepare for beta4 | bwarsaw | 2002-10-25 | 1 | -2/+2 |
| * | DEFAULT_PASS_MIME_TYPES: Set the default to something that seems | bwarsaw | 2002-10-25 | 1 | -1/+3 |
| * | show_helds_overview(), show_post_requests(): Suggestion by Peer | bwarsaw | 2002-10-25 | 1 | -3/+16 |
| * | ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whence | bwarsaw | 2002-10-25 | 1 | -1/+6 |
| * | create(): Restore a few lines that got accidently deleted in the last | bwarsaw | 2002-10-25 | 1 | -0/+2 |
| * | maybe_forward(): Add a useful URL as suggested by Fil. | bwarsaw | 2002-10-25 | 1 | -0/+4 |
| * | create(): Simply return when mlist is None. | bwarsaw | 2002-10-23 | 1 | -5/+5 |
| * | process(): If the metadata has an `envsender' key, use that as the | bwarsaw | 2002-10-23 | 1 | -4/+6 |
| * | OwnerNotification.__init__(): The signature of the OwnerNotification | bwarsaw | 2002-10-23 | 1 | -1/+21 |
| * | ApprovedDeleteMember(): The signature of the OwnerNotification | bwarsaw | 2002-10-23 | 1 | -8/+2 |
| * | ForwardMessage(): The signature of the OwnerNotification constructor | bwarsaw | 2002-10-23 | 1 | -2/+1 |
| * | process(): When holding non-member postings, either because they're on | bwarsaw | 2002-10-22 | 1 | -6/+6 |
| * | LogStdErr(): I don't think we really wanted to tee the log output to | bwarsaw | 2002-10-21 | 1 | -19/+21 |
| * | send_response(): We have to pass the language into the | bwarsaw | 2002-10-21 | 1 | -1/+2 |
| * | pcre: Make the start line regexp even more liberal. Seems like any of | bwarsaw | 2002-10-21 | 1 | -1/+1 |
| * | maybe_forward(): Improve the grammatically anti-good message sent with | bwarsaw | 2002-10-21 | 1 | -3/+3 |
| * | GetConfigInfo(): Quick patch for invalid html by Daniel Buchmann. | bwarsaw | 2002-10-21 | 1 | -2/+3 |
| * | Create(): include the full posting address in the error message for | bwarsaw | 2002-10-20 | 1 | -2/+3 |
| * | __getstate__(), __setstate__(): Get rid of the lock object attribute | bwarsaw | 2002-10-20 | 1 | -2/+13 |
| * | prefix_subject(): The charsets coming from headerbits can be strings | bwarsaw | 2002-10-20 | 1 | -0/+2 |
| * | __getstate__(self): Never pickle the lock object! I believe this | bwarsaw | 2002-10-19 | 1 | -0/+6 |
| * | Get rid of all the manipulations of the MailList object's lock file. | bwarsaw | 2002-10-19 | 1 | -6/+2 |
| * | __writelog(): It turns out to be really helpful to print the stack | bwarsaw | 2002-10-19 | 1 | -1/+4 |
| * | prepare_message(): If the newsgroup is moderated, news_moderation is 1 | bwarsaw | 2002-10-19 | 1 | -1/+7 |
| * | ModeratedNewsgroup: New hold class. | bwarsaw | 2002-10-19 | 1 | -5/+12 |
| * | GetConfigInfo(): Added news_moderation variable, which is used to | bwarsaw | 2002-10-19 | 1 | -12/+52 |
| * | add_options_table_item(), get_item_gui_value(): Pass the `extra' bit | bwarsaw | 2002-10-19 | 1 | -12/+15 |
| * | NewVars(): Pick up news_moderation. | bwarsaw | 2002-10-19 | 1 | -0/+1 |
| * | Whitespace normalization. | bwarsaw | 2002-10-19 | 1 | -3/+3 |
| * | DATA_FILE_VERSION: Bump to pick up news_moderation. | bwarsaw | 2002-10-19 | 1 | -1/+1 |