~sambuddhabasu1/mailman/fix_mailman_run_error

  • Committer: Barry Warsaw
  • Date: 2014-11-01 16:49:15 UTC
  • mfrom: (7251.1.38 abhilash)
  • Revision ID: barry@list.org-20141101164915-06wqfmya6wf47n6n
Database
--------
 * The ORM layer, previously implemented with Storm, has been replaced by
   SQLAlchemy, thanks to the fantastic work by Abhilash Raj and Aurélien
   Bompard.  Alembic is now used for all database schema migrations.
 * The new logger `mailman.database` logs any errors at the database layer.

API
---
 * Several changes to the internal API:
   - `IListManager.mailing_lists` is guaranteed to be sorted in List-ID order.
   - `IDomains.mailing_lists` is guaranteed to be sorted in List-ID order.
   - Iteration over domains via the `IDomainManager` is guaranteed to be sorted
     by `IDomain.mail_host` order.
   - `ITemporaryDatabase` interface and all implementations are removed.
Filename Latest Rev Last Changed Committer Comment Size
..
cron 3 27 years ago klm Initial revision Diff
data 6580 17 years ago Barry Warsaw Reorganize the database subpackage, primarily by r Diff
src 6675 16 years ago Barry Warsaw Push the source directory into a 'src' subdirector Diff
.bzrignore 7236 10 years ago Barry Warsaw * Module coding style consistency. * handle_Subscr 228 bytes Diff Download File
conf.py 7232 11 years ago Barry Warsaw Bump copyright years. 7.6 KB Diff Download File
File copybump.py 7199 12 years ago Barry Warsaw Bump copyright years. 2.3 KB Diff Download File
COPYING 7018 13 years ago Barry Warsaw Update COPYING file to GPLv3. (LP: #790994) 34.3 KB Diff Download File
MANIFEST.in 7251.1.31 10 years ago Barry Warsaw Merge Aurélien Bompard's latest merge branch, with 350 bytes Diff Download File
README.rst 7232 11 years ago Barry Warsaw Bump copyright years. 2 KB Diff Download File
setup.cfg 7053.1.2 13 years ago Barry Warsaw This is the way to build the documentation now: $ 44 bytes Diff Download File
setup.py 7251.1.18 10 years ago Abhilash Raj added support for migrations via alembic 3.7 KB Diff Download File
template.py 7232 11 years ago Barry Warsaw Bump copyright years. 865 bytes Diff Download File
unittest.cfg 7215.1.1 11 years ago Barry Warsaw Switch to virtualenv and nose2 instead of zc.build 146 bytes Diff Download File