Revert the addition of the mailinglist.style_name column, as well as the
commit232dda432a0033f1857dbe4f1957ad29c498ba53
authorBarry Warsaw <barry@list.org>
Sun, 30 Dec 2012 04:31:50 +0000 (29 23:31 -0500)
committerBarry Warsaw <barry@list.org>
Sun, 30 Dec 2012 04:31:50 +0000 (29 23:31 -0500)
treec484f54ee6a01b4c447462d024cedc5357a77e66
parent582d6e486f9693a2ce082071b747eec468df19b6
Revert the addition of the mailinglist.style_name column, as well as the
IMailingList.style_name attribute.  The problem is, there's nothing to
guarantee that only one style will get run, and there's no sense in keeping
track of the last style applied.

Also:
 * Remove ListManager.create()'s setting of .personalize and .display_name.
   These should be left to the styles.  (There's no reason why only these two
   would be set here.)
 * Fix some typos.
src/mailman/database/schema/mm_20121015000000.py
src/mailman/database/schema/sqlite_20121015000000_01.sql
src/mailman/database/tests/test_migrations.py
src/mailman/docs/NEWS.rst
src/mailman/interfaces/mailinglist.py
src/mailman/model/mailinglist.py
src/mailman/styles/default.py
src/mailman/styles/docs/styles.rst