summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | senddigests.py - Changed to catch exceptions thrown by mlist.send_digest_now(...msapiro2007-06-151-2/+13
* | | admindb.py - Changed to not show the "Discard all messages marked Defer" chec...msapiro2007-06-121-4/+7
| |/ |/|
* | Improved processing of an Approve(d): body line by decoding the body payloadmsapiro2007-06-091-5/+21
|/
* rename a few testsbwarsaw2007-06-024-2/+2
* Add doctest for Replybot handler. The test in test_handlers.py didn't reallybwarsaw2007-05-315-37/+277
* Remove leftover reference to removed Mailman.database.tables.languagesbwarsaw2007-05-303-2/+11
* Go ahead and remove the Mailman/database/tables directory since all the Elixirbwarsaw2007-05-3013-783/+374
* Support resetting a user's password if the imported file does not have abwarsaw2007-05-291-6/+13
* Minor style issue.bwarsaw2007-05-291-1/+1
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-28101-940/+3753
* Another round of merges of my Pycon branch...bwarsaw2007-04-179-67/+575
* Add a missing import.bwarsaw2007-04-101-0/+1
* Improve the way we handle avoiding InitTempVars() multiple times on anbwarsaw2007-04-095-31/+55
* r8187 from 2.1-maint branch; fix bin/withlist -r to work with package pathsbwarsaw2007-04-051-2/+3
* Moved the session.expire() to the MailList.Load() method, viabwarsaw2007-04-034-2/+15
* Add a configuration variable called LOG_CONFIG_FILE. If set, this names abwarsaw2007-03-312-47/+79
* api_lock(): When locking the MailList object, tell the SQLAlchemy session tobwarsaw2007-03-302-1/+1
* passwords.py: 'utf-8' normalization.tkikuchi2007-03-272-3/+3
* Fix passwords in bin/newlist. Yes, this needs unit tests!bwarsaw2007-03-271-6/+6
* passwords.py: Looks like we still need unicode checking.tkikuchi2007-03-254-44/+199
* CookHeaders.py:tkikuchi2007-03-242-30/+77
* Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2007-03-242-16/+52
* Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2007-03-232-5/+23
* Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw2007-03-229-24/+91
* Added a test case for the code that Tokio fixed for enums in r8164.bwarsaw2007-03-212-2/+9
* A few style fixes based on commit reviews.bwarsaw2007-03-213-19/+12
* Test suite repair. All tests are now passing again.bwarsaw2007-03-218-30/+49
* - Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an addressmsapiro2007-03-201-1/+8
* Scheme is selected by TAG. Use string not object reference.tkikuchi2007-03-201-5/+5
* csetstr is not set if lang==None. Use charset as string.tkikuchi2007-03-101-5/+4
* Some fixes for rev 8162 for mmsitepass to work.tkikuchi2007-03-033-5/+8
* Fixes for i18n digest to work.tkikuchi2007-03-026-14/+32
* Backport the enum package from the abortive Mailman 3 branch. This lets usbwarsaw2007-03-024-22/+457
* Restoreing i18n in 2.2tkikuchi2007-03-0110-50/+64
* Hashed password should be ascii string not unicode.tkikuchi2007-02-221-1/+1
* Where should etc directory belong, $prefix or $var-prefix?tkikuchi2007-02-032-4/+12
* - Changed to show hidden members when authorization is by list admin or moder...msapiro2007-01-211-14/+36
* Changed header_filter_rules processing to ignore blank patterns.msapiro2007-01-201-0/+3
* Update copyright years.bwarsaw2007-01-19163-309/+269
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-1822-145/+245
* Passwords done right.bwarsaw2007-01-1416-147/+318
* Change the semantics of the -f and -b flags. Now -f prints the fullybwarsaw2007-01-081-14/+8
* Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that themsapiro2007-01-071-7/+8
* Add post_id in list data schema.tkikuchi2007-01-061-0/+1
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-055-53/+65
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-0521-203/+138
* Ported from 2.1 branch:bwarsaw2007-01-023-17/+31
* Import list topics and header filters. Still to do: user topic selections.bwarsaw2006-12-311-5/+7
* A rudimentary import script. Several things are not yet imported, includingbwarsaw2006-12-304-18/+360
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-2949-1689/+1326