~barry/mailman/events-and-web

  • Committer: Barry Warsaw
  • Date: 2012-10-16 22:40:12 UTC
  • Revision ID: barry@list.org-20121016224012-xxrd5zgkwdrmh9y4
Database
--------
 * The `ban` table now uses list-ids to cross-reference the mailing list,
   since these cannot change even if the mailing list is moved or renamed.

Interfaces
----------
 * The `IBanManager` is no longer a global utility.  Instead, you adapt an
   `IMailingList` to an `IBanManager` to manage the bans for a specific
   mailing list.  To manage the global bans, adapt ``None``.
Filename Latest Rev Last Changed Committer Comment Size
..
docs 7078 13 years ago Barry Warsaw * Schema migrations have been implemented. Diff
schema 7078 13 years ago Barry Warsaw * Schema migrations have been implemented. Diff
tests 7149.2.1 12 years ago Barry Warsaw - Refactor the way databases are schema-migrated Diff
__init__.py 6799.2.1 15 years ago Barry Warsaw database/model reorganization. Model classes go i Empty Diff Download File
base.py 7162 12 years ago Barry Warsaw * Removed obsolete `IMailingList` attribute `gene 8.3 KB Diff Download File
factory.py 7149.2.17 12 years ago Barry Warsaw The final bit of refactoring puts the specifics of 2.9 KB Diff Download File
model.py 7157 12 years ago Barry Warsaw * The policy for archiving has now been collapsed 2.3 KB Diff Download File
postgresql.py 7149.2.17 12 years ago Barry Warsaw The final bit of refactoring puts the specifics of 3.5 KB Diff Download File
sqlite.py 7157 12 years ago Barry Warsaw * The policy for archiving has now been collapsed 2.4 KB Diff Download File
transaction.py 7149.3.2 12 years ago Barry Warsaw trunk merge 2.1 KB Diff Download File
types.py 7066.1.3 13 years ago Barry Warsaw copybump 1.7 KB Diff Download File