| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update a comment. | bwarsaw | 2002-11-19 | 1 | -0/+2 |
| * | dequeue(): "rejection-notice" (i.e. the dash) doesn't play nice when | bwarsaw | 2002-11-19 | 1 | -0/+6 |
| * | hold_for_approval(): "rejection-notice" (i.e. the dash) doesn't play | bwarsaw | 2002-11-19 | 1 | -1/+1 |
| * | show_post_requests(): "rejection-notice" (i.e. the dash) doesn't play | bwarsaw | 2002-11-19 | 1 | -1/+1 |
| * | process(): Patch #625482 by Tokio Kikuchi to properly MIME encode the | bwarsaw | 2002-11-19 | 1 | -23/+33 |
| * | GetConfigInfo(): "addrs" -> "addresses" in the obscure_addresses | bwarsaw | 2002-11-19 | 1 | -2/+2 |
| * | RestrictedListMessage(), RosterOption(), GetStandardReplacements(): | bwarsaw | 2002-11-19 | 1 | -5/+6 |
| * | quick_maketext(): Copy the body of the try: from Utils.maketext() for | bwarsaw | 2002-11-18 | 1 | -8/+14 |
| * | Simplification and fixes for i18n in the archives. This is related to | bwarsaw | 2002-11-18 | 1 | -62/+22 |
| * | uquote(): Factored out the html-ifying of a string from uncanonstr() | bwarsaw | 2002-11-18 | 1 | -9/+12 |
| * | membership_options(): Don't assume the environment has QUERY_STRING. | bwarsaw | 2002-11-18 | 1 | -28/+30 |
| * | maketext(): If the interpolation fails with a UnicodeError, we try to | bwarsaw | 2002-11-18 | 1 | -1/+7 |
| * | SafeDict.interpolate(): Added for convenience. | bwarsaw | 2002-11-18 | 1 | -4/+7 |
| * | process(): Implement a header/footer MIME wrapper for problematic | bwarsaw | 2002-11-17 | 1 | -13/+52 |
| * | list_listinfo(): Fix a u/i buglet for when no choice is given between | bwarsaw | 2002-11-16 | 1 | -0/+4 |
| * | change_options(): Display the fullname and address of the member just | bwarsaw | 2002-11-16 | 1 | -1/+2 |
| * | main(): Watch out for unsubscription confirmations on addresses that | bwarsaw | 2002-11-15 | 1 | -7/+14 |
| * | Martin v. Loewis's SF patch #634109 for better scrubbing of multipart | bwarsaw | 2002-11-13 | 1 | -22/+52 |
| * | email.Header does everything this module used to do for us, so we | bwarsaw | 2002-11-12 | 1 | -171/+0 |
| * | decode_charset(): We no longer need the EncWord module, since | bwarsaw | 2002-11-12 | 1 | -16/+23 |
| * | ArchiveMail(): Get rid of the try/bare-except wrapper around the | bwarsaw | 2002-11-12 | 1 | -23/+15 |
| * | __get_f(): LookupError is built-in. Bug reported by Carson Gaspar. | bwarsaw | 2002-11-11 | 1 | -1/+1 |
| * | Results.__init__(): Give default argument of an empty string when | bwarsaw | 2002-11-08 | 1 | -1/+1 |
| * | Must import sys for signal handlers to work. Patch by Terry Hardie, | bwarsaw | 2002-11-07 | 1 | -5/+6 |
| * | __getstate__(), __setstate__(): Be slightly more defensive. | bwarsaw | 2002-11-07 | 1 | -6/+14 |
| * | show_pending_subs(): Always uncanonstr() the fullname, even if it's | bwarsaw | 2002-11-06 | 1 | -2/+1 |
| * | verpdeliver(): Re-enable To header hacking, but only if doing "Full | bwarsaw | 2002-11-06 | 1 | -27/+27 |
| * | 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 |