summaryrefslogtreecommitdiff
path: root/Mailman/docs
Commit message (Expand)AuthorAgeFilesLines
* Add an interface IArchiver which is used to calculate urls and send messagesBarry Warsaw2008-01-132-8/+21
* Add .get() to our Message subclass, which ensures that returnedBarry Warsaw2007-12-104-89/+58
* Complete the port to Storm, at least as far as the current Mailman test suiteBarry Warsaw2007-11-174-91/+91
* All the simple test fixes are now in, and while there are still some failingBarry Warsaw2007-11-1010-49/+55
* More Unicodification; fixed several more doctests.Barry Warsaw2007-11-088-115/+115
* More Unicodification; fixed two more doctests.Barry Warsaw2007-11-089-180/+103
* Two more passing tests.Barry Warsaw2007-11-082-57/+41
* More doctest fixes.Barry Warsaw2007-11-083-41/+41
* Fix two more doctestsBarry Warsaw2007-11-0723-289/+104
* Fix two more doctestsBarry Warsaw2007-11-072-14/+9
* Fix two doctests: addresses.txt and mlist-addresses.txtBarry Warsaw2007-11-072-64/+52
* Fix two doctests: ack-headers and acknowledgment.Barry Warsaw2007-11-061-40/+23
* Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. ThisBarry Warsaw2007-11-041-20/+5
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-313-6/+9
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-103-2/+83
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-098-14/+18
* Changes to support the Approved/Approve header with the new userBarry Warsaw2007-10-061-0/+418
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-2916-21/+20
* Repair the test suite.Barry Warsaw2007-09-272-9/+0
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-218-16/+12
* InitTempVars() is completely eradicated. The only bit I think weBarry Warsaw2007-09-193-9/+2
* Finish clean up of ListAdmin class removal. Start by actuallyBarry Warsaw2007-09-162-40/+27
* Finish up the request hold conversion. ListAdmin can go away thoughBarry Warsaw2007-09-161-11/+172
* Work out subscription holding and handling. ApprovedAddMember() isBarry Warsaw2007-09-161-9/+245
* Support forwarding of held posts.Barry Warsaw2007-09-091-2/+22
* ListAdmin mostly gone, but not quite.Barry Warsaw2007-09-091-17/+350
* Interfaces IRequests and IListRequests which are substitutes for the ListAdminBarry Warsaw2007-08-071-0/+149
* Fixed a problem where members of a deleted mailing list were hanging around.Barry Warsaw2007-08-052-8/+59
* Added a doctest for the Mailman.app.create module.Barry Warsaw2007-08-052-2/+151
* Added a doctest for styles.Barry Warsaw2007-08-051-0/+142
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-6/+3
* Refactor IDatabase interface so that the user_manager, list_manager,Barry Warsaw2007-08-0234-132/+131
* Repair some test suite regressions.Barry Warsaw2007-08-014-12/+14
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-012-0/+488
|\
* | The start of a message store definition. Whether this will end up being usedBarry Warsaw2007-07-222-1/+169
|/
* More work on completing the transition to setuptools.Barry Warsaw2007-07-181-7/+17
* A few more i18n digest fixesBarry Warsaw2007-07-171-3/+3
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-163-1/+109
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-82/+0
* Convert the Scrubber test to a doctest, and fix Scrubber.py, but otherwiseBarry Warsaw2007-07-121-0/+217
* Convert ToArchive tests to doctests and do a minimal amount of handler moduleBarry Warsaw2007-07-111-0/+141
* Conversion of the ToDigest tests to doctests, along with just enough handlerBarry Warsaw2007-07-101-0/+539
* Convert ToOutgoing handler to a doctest. Minor cleanup of the handler code toBarry Warsaw2007-07-081-0/+150
* Convert the ToUsenet handlerto a doctest. No other handler clean up isBarry Warsaw2007-07-061-0/+75
* Convert MimeDel tests to doctest. No other changes to the handler module areBarry Warsaw2007-07-051-0/+353
* Convert the SpamDetect handler tests (what there was of them anyway) to aBarry Warsaw2007-07-051-0/+75
* Convert the TestTagger to a doctest. No other cleaning up of the handlerBarry Warsaw2007-07-041-0/+244
* Convert TestHold to a doctest and update code as necessary. No generalBarry Warsaw2007-07-031-0/+373
* Convert TestFileRecips to a doctest, and update the handler to more modernBarry Warsaw2007-07-021-0/+101
* Convert failing test_message.py to doctests bounces.txt and message.txt, whichBarry Warsaw2007-07-012-0/+164