summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* membership_options(): Don't assume the environment has QUERY_STRING.bwarsaw2002-11-181-28/+30
* install (locally) under the appropriate usermss2002-11-181-2/+2
* maketext(): If the interpolation fails with a UnicodeError, we try tobwarsaw2002-11-181-1/+7
* SafeDict.interpolate(): Added for convenience.bwarsaw2002-11-181-4/+7
* process(): Implement a header/footer MIME wrapper for problematicbwarsaw2002-11-171-13/+52
* list_listinfo(): Fix a u/i buglet for when no choice is given betweenbwarsaw2002-11-161-0/+4
* Translators take note -- I added <mm-digest-question-start> andbwarsaw2002-11-161-1/+3
* change_options(): Display the fullname and address of the member justbwarsaw2002-11-161-1/+2
* main(): Watch out for unsubscription confirmations on addresses thatbwarsaw2002-11-151-7/+14
* re-aligned to Nov 13 CVS.pioppo2002-11-153-48/+30
* Upgrade to JapaneseCodecs 1.4.9bwarsaw2002-11-153-1/+1
* Martin v. Loewis's SF patch #634109 for better scrubbing of multipartbwarsaw2002-11-131-22/+52
* email.Header does everything this module used to do for us, so webwarsaw2002-11-121-171/+0
* decode_charset(): We no longer need the EncWord module, sincebwarsaw2002-11-121-16/+23
* checkwalk(): Fix permissions on -article database files, which must bebwarsaw2002-11-121-0/+14
* ArchiveMail(): Get rid of the try/bare-except wrapper around thebwarsaw2002-11-121-23/+15
* __get_f(): LookupError is built-in. Bug reported by Carson Gaspar.bwarsaw2002-11-111-1/+1
* Again some updates of czech translation, some fuzzy entries are alsodanohnesorg2002-11-101-82/+22
* Fix -h/--help and also sprinkle reminders to run bin/check_permsbwarsaw2002-11-081-0/+5
* Results.__init__(): Give default argument of an empty string whenbwarsaw2002-11-081-1/+1
* Must import sys for signal handlers to work. Patch by Terry Hardie,bwarsaw2002-11-071-5/+6
* Need to install a new configure script to pick up bin/b4b5-archfixbwarsaw2002-11-073-3/+5
* A fixer of MM2.1b4 archives.bwarsaw2002-11-071-0/+91
* __getstate__(), __setstate__(): Be slightly more defensive.bwarsaw2002-11-071-6/+14
* show_pending_subs(): Always uncanonstr() the fullname, even if it'sbwarsaw2002-11-061-2/+1
* More entriesbwarsaw2002-11-062-1/+5
* verpdeliver(): Re-enable To header hacking, but only if doing "Fullbwarsaw2002-11-061-27/+27
* process(): Re-enable the Cc header hacking, but only if personalize ==bwarsaw2002-11-061-21/+17
* GetConfigInfo(): Allow `personalized' to be 3-way valued, with "Fullbwarsaw2002-11-061-9/+13
* updatedmss2002-11-052-1/+3
* checkwalk(): Make sure py, pyc, and pyo files are at least 644.bwarsaw2002-11-051-0/+11
* install-packages: On second though, use umask 02 instead, since that'sbwarsaw2002-11-041-1/+1
* install-packages: Force the umask to 022 so files get installed withbwarsaw2002-11-041-1/+1
* Update to reflect the change in the english template.avalon2002-11-041-4/+5
* Update to Russian catalogbwarsaw2002-11-041-0/+0
* Added `et' for Estonian.bwarsaw2002-11-042-2/+2
* Estonian catalogs and templates by Anti Veeranna.bwarsaw2002-11-0436-0/+9677
* GLOBAL_PIPELINE: Re-ordering once again so that Moderate comes beforebwarsaw2002-11-041-1/+1
* Whitespace normalizationbwarsaw2002-11-041-3/+3
* GetConfigInfo(): Only allow the list administrator to choose languagesbwarsaw2002-11-041-1/+14
* request_creation(): Sort the languages by long (human readable) namebwarsaw2002-11-041-4/+12
* GetConfigInfo(): Make the `emergency' option a normal attribute bybwarsaw2002-11-041-0/+7
* show_results(): Because of some html form peculiarities, especially onbwarsaw2002-11-041-10/+5
* process(): Comment out the rewriting of the CC header for personalizedbwarsaw2002-11-041-10/+14
* verpdeliver(): Comment out the rewriting of the To header forbwarsaw2002-11-041-27/+27
* as_html(): Add a link to the listinfo page for the mailing list.bwarsaw2002-11-041-0/+2
* Add a link to the listinfo page for the mailing list. Translators,bwarsaw2002-11-041-4/+6
* Whitespace normalization and pycheckerfication.bwarsaw2002-11-041-113/+111
* Fixes for terrible performance hits after the i18n patches werebwarsaw2002-11-041-22/+79
* __getstate__(), __setstate__(): Remove the hackery to avoid picklingbwarsaw2002-11-041-17/+0