summaryrefslogtreecommitdiff
path: root/src/mailman/queue (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-0/+6
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-2/+1
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-102-9/+20
* Add a 'name' attribute to the Switchboards. This is so 'whichq' can be setBarry Warsaw2009-12-103-14/+19
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-082-7/+10
* Fix some test failures:Barry Warsaw2009-12-081-2/+2
* Fix a test.Barry Warsaw2009-12-061-2/+11
* * Fix a test based on updated output.Barry Warsaw2009-12-064-36/+358
* Revert the last changes. Calculate size where needed.Barry Warsaw2009-12-051-1/+0
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-041-4/+8
* Fix a test and make Sphinx happy.Barry Warsaw2009-11-281-40/+40
* Refactor VERP calculation so that it's now in the outgoing queue instead ofBarry Warsaw2009-11-272-29/+363
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-154-10/+10
* Cleanup.Barry Warsaw2009-11-044-4/+0
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-8/+8
* Add decorations.Barry Warsaw2009-11-016-14/+14
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-191-1/+0
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-1/+5
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-262-2/+4
* TweaksBarry Warsaw2009-08-241-3/+4
* Test updates and repair.xoBarry Warsaw2009-08-214-6/+10
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-213-3/+4
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-3/+4
* De-u-literal-ify our doctests.Barry Warsaw2009-07-188-47/+55
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-162-4/+4
* rsplit -> rpartitionBarry Warsaw2009-05-151-3/+3
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-112-0/+4
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-102-0/+29
* Several RESTful updates.Barry Warsaw2009-05-061-1/+1
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-041-2/+2
* The very basics of a working REST server. Only works for localhost:8001/sysBarry Warsaw2009-05-031-0/+50
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-252-3/+3
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-222-44/+169
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-193-9/+6
* Remove Utils.ParseEmail() and Utils.midnight().Barry Warsaw2009-02-121-3/+3
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-123-7/+8
* Clean up and reorganization languages and the language manager.Barry Warsaw2009-02-101-2/+0
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-095-14/+11
* Repair some test failures and fix a doc typo as reported by Patrick Koetter.Barry Warsaw2009-02-042-22/+12
* Massive digester rework.Barry Warsaw2009-02-045-10/+879
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-2522-0/+3089