summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert the Cleanse handler tests to doctest style.Barry Warsaw2007-06-194-68/+145
* Convert the tests for the CalcRecips handler to doc tests. There areBarry Warsaw2007-06-1910-130/+245
* Convert the AfterDelivery handler test to a doctest. Also, change theBarry Warsaw2007-06-186-17/+88
* Remove both the model and interface for RosterSets. These are no longer usedBarry Warsaw2007-06-1813-283/+425
* profile.py -> preferences.pyBarry Warsaw2007-06-157-5/+8
* merge work from other machineBarry Warsaw2007-06-1514-120/+171
|\
| * Update the IUser interface and tests, specifically as it relates toBarry Warsaw2007-06-1514-120/+171
* | merge upstream trunkBarry Warsaw2007-06-111-5/+21
|\ \ | |/ |/|
| * Improved processing of an Approve(d): body line by decoding the body payloadmsapiro2007-06-091-5/+21
* | add the ignore fileBarry Warsaw2007-06-101-0/+27
* | More test updates based on simplified data model. Rosters are gone so theBarry Warsaw2007-06-1010-301/+219
* | Repair the usermanager.txt and listmanager.txt doc tests. These repairs wereBarry Warsaw2007-06-096-80/+121
* | Implement the new, simplified membership model. Rosters and RosterSets asBarry Warsaw2007-06-0921-293/+569
|/
* 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-3017-789/+385
* 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-28111-2958/+6396
* Minor update to test bzr sync'ingbwarsaw2007-05-081-3/+3
* update the wiki urlbwarsaw2007-04-301-4/+2
* Another round of merges of my Pycon branch...bwarsaw2007-04-179-67/+575
* Python 2.5 is the required minimum now and that comes with the required versi...bwarsaw2007-04-122-1/+1
* Add a missing import.bwarsaw2007-04-103-246/+499
* 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
* Big update of Czech translationsdanohnesorg2007-03-091-904/+418
* 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
* Fixed bug # 1660666.msapiro2007-02-151-3/+4