Remove the action.py module, move this to Mailman/interfaces/__init__.py.
[mailman.git] / TODO.txt
blobedf30aec0123696cafaf9938ca7282b25082a55d
1 This list is by no means complete.  I'm just using it to track short term
2 things that I need to do.
4 Fix the XXX in model/requests.py where we need a flush because we can't get to
5     last_inserted_id()
6 Get rid of PickleTypes
7 Get rid of MailList class! (done for test suite!)
8 Add tests for bin/newlist and bin/rmlist
9 Add tests for plugins
10 Rework MTA plugins and add tests
11 Address XXX and FIXME
12 Fix the roster creation cruft for mailing lists
13 Suss out the IDomain stuff
14 Remove Date: header from messagestore requirements (see list thread)
15 Handle moderation flag (see Mailman.app.membership)
16 Eradicate MailList.Lock() and friends.
17 Eradicate MemberAdapter and friends.