summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2007-09-16 22:16:41 -0400
committerBarry Warsaw2007-09-16 22:16:41 -0400
commit39c87b16da60a5274bfc7494d0a121b3162b56fb (patch)
tree898ecd354c69b7b87b30841a18400fc40d9c3eb6
parentb8d3aa11b35814804f70b5f3e38549df1150aaac (diff)
downloadmailman-39c87b16da60a5274bfc7494d0a121b3162b56fb.tar.gz
mailman-39c87b16da60a5274bfc7494d0a121b3162b56fb.tar.zst
mailman-39c87b16da60a5274bfc7494d0a121b3162b56fb.zip
-rw-r--r--TODO.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 000000000..e7f578bab
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,17 @@
+This list is by no means complete. I'm just using it to track short term
+things that I need to do.
+
+Fix the XXX in model/requests.py where we need a flush because we can't get to
+ last_inserted_id()
+Get rid of InitTempVars()
+Get rid of PickleTypes
+Get rid of MailList class!
+Add tests for bin/newlist and bin/rmlist
+Add tests for plugins
+Rework MTA plugins and add tests
+Address XXX and FIXME
+Fix the roster creation cruft for mailing lists
+Suss out the IDomain stuff
+Remove Date: header from messagestore requirements (see list thread)
+Make i18n.get_translation() a context manager
+Handle moderation flag (see Mailman.app.membership)