All the simple test fixes are now in, and while there are still some failing
commit58b8ca1c929c5bc0ea1b36fb5e6e683a8830e963
authorBarry Warsaw <barry@python.org>
Sat, 10 Nov 2007 18:14:51 +0000 (10 13:14 -0500)
committerBarry Warsaw <barry@python.org>
Sat, 10 Nov 2007 18:14:51 +0000 (10 13:14 -0500)
tree4d87cdececa390c0bcc1460f60c6102e0e81f87d
parent3d7b9702e4ff97f86025f8d7ae9b29220f5bf264
All the simple test fixes are now in, and while there are still some failing
tests, we're making very good progress.  Just the tough ones are left.  This
change did modify the the schema a bit, for better naming and typing.
E.g. 'type' -> 'request_type' and using a RawStr for a hash type.
16 files changed:
Mailman/database/listmanager.py
Mailman/database/messagestore.py
Mailman/database/model/mailman.sql
Mailman/database/model/message.py
Mailman/database/model/pending.py
Mailman/database/model/requests.py
Mailman/docs/hold.txt
Mailman/docs/lifecycle.txt
Mailman/docs/listmanager.txt
Mailman/docs/message.txt
Mailman/docs/messagestore.txt
Mailman/docs/nntp.txt
Mailman/docs/outgoing.txt
Mailman/docs/requests.txt
Mailman/docs/runner.txt
Mailman/docs/switchboard.txt