summaryrefslogtreecommitdiff
path: root/Mailman/database/listdata.py (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-27passwords.py: 'utf-8' normalization.tkikuchi2-3/+3
2007-03-27Fix passwords in bin/newlist. Yes, this needs unit tests!bwarsaw1-6/+6
2007-03-25passwords.py: Looks like we still need unicode checking.tkikuchi4-44/+199
2007-03-24CookHeaders.py:tkikuchi2-30/+77
2007-03-24Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2-16/+52
2007-03-23Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2-5/+23
2007-03-22Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw9-24/+91
2007-03-21Added a test case for the code that Tokio fixed for enums in r8164.bwarsaw2-2/+9
2007-03-21A few style fixes based on commit reviews.bwarsaw3-19/+12
2007-03-21Test suite repair. All tests are now passing again.bwarsaw8-30/+49
2007-03-20- Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an addressmsapiro1-1/+8
2007-03-20Scheme is selected by TAG. Use string not object reference.tkikuchi1-5/+5
2007-03-10csetstr is not set if lang==None. Use charset as string.tkikuchi1-5/+4
2007-03-09Big update of Czech translationsdanohnesorg1-904/+418
2007-03-03Some fixes for rev 8162 for mmsitepass to work.tkikuchi3-5/+8
2007-03-02Fixes for i18n digest to work.tkikuchi6-14/+32
2007-03-02Backport the enum package from the abortive Mailman 3 branch. This lets usbwarsaw4-22/+457
2007-03-01Restoreing i18n in 2.2tkikuchi10-50/+64
2007-02-22Hashed password should be ascii string not unicode.tkikuchi1-1/+1
2007-02-15Fixed bug # 1660666.msapiro1-3/+4
2007-02-07Move FAQbwarsaw1-0/+0
2007-02-03Where should etc directory belong, $prefix or $var-prefix?tkikuchi3-6/+14
2007-01-21- Changed to show hidden members when authorization is by list admin or moder...msapiro1-14/+36
2007-01-20Changed header_filter_rules processing to ignore blank patterns.msapiro1-0/+3
2007-01-19Update copyright years.bwarsaw198-841/+549
2007-01-18Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw22-145/+245
2007-01-14reorganize READMEs and other documentation. more still to do.bwarsaw32-21/+25
2007-01-14Update copyright years.bwarsaw1-1/+1
2007-01-14Passwords done right.bwarsaw17-147/+319
2007-01-08Change the semantics of the -f and -b flags. Now -f prints the fullybwarsaw1-14/+8
2007-01-08Reorganize the doc directory by creating a howtos directory for holding thebwarsaw4-0/+0
2007-01-07Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that themsapiro1-7/+8
2007-01-06Add post_id in list data schema.tkikuchi1-0/+1
2007-01-05In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw6-54/+66
2007-01-05Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw21-203/+138
2007-01-02Ported from 2.1 branch:bwarsaw3-17/+31
2006-12-31Import list topics and header filters. Still to do: user topic selections.bwarsaw1-5/+7
2006-12-30A rudimentary import script. Several things are not yet imported, includingbwarsaw7-19/+361
2006-12-29Merged revisions 8113-8121 via svnmerge from bwarsaw62-2477/+2020
2006-12-03Support for VERP and personalization.tkikuchi3-9/+12
2006-12-03A little more internal_name() to fqdn_listname changes.tkikuchi2-7/+7
2006-11-27internal_name() to fqdn_listname change.tkikuchi2-2/+2
2006-11-26Postfix LMTP related brushups.tkikuchi9-56/+70
2006-11-23Some cleanups of code.tkikuchi1-36/+24
2006-11-23bool('0') is True.tkikuchi1-6/+6
2006-11-19initial translation (F.Lehobey)p_george2-1032/+960
2006-11-17Delete the .bak file from the queue for an unparseable message.msapiro1-0/+1
2006-11-13Minor spell fix.tkikuchi1-1/+1
2006-11-13Fix environ['SCRIPT_NAME'] to match CGI spec.tkikuchi3-85/+75
2006-11-12We need to substitute the fully qualified list name in the public archive url.bwarsaw5-27/+35