| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | subscription_confirm(), unsubscription_confirm(), | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | main(), show_pending_subs(), show_pending_unsubs(), | bwarsaw | 2002-12-02 | 1 | -11/+27 |
| * | change_options(): MMNoSuchUserError -> NotAMemberError | bwarsaw | 2002-12-02 | 1 | -2/+2 |
| * | PATTERNS: Fix the regexp for sucking out the address in the section | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| * | check(): First, use parseaddr() to split up any realname/addrs found, | bwarsaw | 2002-12-02 | 1 | -1/+8 |
| * | ScanMessages(): Move the pipeline list to a module global, since I'm | bwarsaw | 2002-12-02 | 1 | -18/+21 |
| * | Article.__init__(): Use a slightly safer invocation of parseaddr(). | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | __init__(): Squirrel away the MailList instance so we can set it on | bwarsaw | 2002-12-02 | 1 | -1/+4 |
| * | setListIfUnset(): Hack to set self._mlist if it isn't already set. | bwarsaw | 2002-12-02 | 1 | -12/+36 |
| * | rmdirhier(): We don't need this now that we've re-discovered <wink> | bwarsaw | 2002-12-02 | 1 | -22/+4 |
| * | Updated comments to reflect that NotAMemberError is the one true | bwarsaw | 2002-12-02 | 1 | -3/+3 |
| * | InitVars(), CheckValues(): Set host_name and web_page_url based on | bwarsaw | 2002-12-02 | 1 | -8/+11 |
| * | MMNotAMemberError, MMNoSuchUserError: Get rid of these since we don't | bwarsaw | 2002-12-02 | 1 | -2/+0 |
| * | Typo repair. Given by Matthias Andree, SF bug # 637494 | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | Set DEFAULT_HOST_NAME and DEFAULT_URL to None. That way, we can | bwarsaw | 2002-12-02 | 1 | -5/+7 |
| * | Add the printing of the current time and date to the end of | bwarsaw | 2002-12-02 | 2 | -4/+5 |
| * | 1223/1223 ok | pioppo | 2002-11-25 | 2 | -140/+86 |
| * | re-aligned to the english templates for b5 | pioppo | 2002-11-25 | 1 | -1/+3 |
| * | calculate_attachments_dir(): Be defensive about bogus Date headers. ;/ | bwarsaw | 2002-11-22 | 1 | -6/+32 |
| * | process(): Don't send a results message if we're already sending a | bwarsaw | 2002-11-21 | 2 | -2/+4 |
| * | process(): Set the `respond' flag to false if | bwarsaw | 2002-11-21 | 1 | -10/+17 |
| * | Results.__init__(): Add a `respond' flag which is used by | bwarsaw | 2002-11-21 | 1 | -1/+5 |
| * | change_options(): Don't handle `emergency' moderation here -- it's a | bwarsaw | 2002-11-21 | 1 | -4/+0 |
| * | VERSION: Bump. | bwarsaw | 2002-11-21 | 1 | -1/+1 |
| * | 2.1b5 news | bwarsaw | 2002-11-19 | 1 | -0/+34 |
| * | New names | bwarsaw | 2002-11-19 | 1 | -0/+2 |
| * | updated | mss | 2002-11-19 | 2 | -3/+5 |
| * | Update to reflect the change in the english template. | avalon | 2002-11-19 | 1 | -1/+3 |
| * | Updated norwegian catalog. | avalon | 2002-11-19 | 2 | -69/+46 |
| * | Updates in preparation for 2.1b5 | bwarsaw | 2002-11-19 | 8 | -39/+197 |
| * | Catalog updates | bwarsaw | 2002-11-19 | 31 | -8285/+9153 |
| * | Prepare for beta5 | bwarsaw | 2002-11-19 | 1 | -2/+2 |
| * | Update a comment. | bwarsaw | 2002-11-19 | 1 | -0/+2 |
| * | More fun stuff. | bwarsaw | 2002-11-19 | 1 | -1/+4 |
| * | More names | bwarsaw | 2002-11-19 | 1 | -0/+3 |
| * | Patch #478491 by Federico Grau. | bwarsaw | 2002-11-19 | 1 | -1/+3 |
| * | Patch #482934 by David Gibbs, adds a -b/--bare switch to print just | bwarsaw | 2002-11-19 | 1 | -15/+25 |
| * | 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 |
| * | More names | bwarsaw | 2002-11-19 | 1 | -0/+1 |
| * | Describe the AddDefaultCharset issue for Apache and i18n archive | bwarsaw | 2002-11-19 | 1 | -9/+15 |
| * | 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 |
| * | Added a %(meta)s placeholder where the http-equiv meta tag for the | bwarsaw | 2002-11-18 | 5 | -0/+5 |
| * | 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 |
| * | Added a -q / --quiet option. | bwarsaw | 2002-11-18 | 1 | -3/+9 |