lp:~nkarageuzian/mailman/usermanagement
- Get this branch:
- bzr branch lp:~nkarageuzian/mailman/usermanagement
Branch merges
- Mailman Coders: Pending requested
-
Diff: 103 lines (+81/-3)2 files modifiedsrc/mailman/model/tests/test_usermanager.py (+67/-0)
src/mailman/model/usermanager.py (+14/-3)
Related bugs
Related blueprints
Branch information
Recent revisions
- 7232. By nicolask
-
improve usermanagement : allow create_user method even if an address is known (mail sent to the list without subscribing).
- 7228. By Barry Warsaw
-
Merge branch contributed by Joanna Skrzeszewska.
* Mailing lists can now individually enable or disable any archiver available
site-wide. Contributed by Joanna Skrzeszewska. (LP: #1158040)Also:
- IArchivers (i.e. system-wide archivers) now have an is_enabled attribute.
- config.archivers now returns *all* archivers, including those that are
disabled site-wide. This way, iterating over the list-specific archivers
returns everything.
- In the ini-file schema, make the default archiver class empty, otherwise
the Prototype archiver is always enabled.
- Added a `listarchiver` table to support list-specific archivers. - 7226. By Barry Warsaw
-
* The `bounceevent` table now uses list-ids to cross-reference the mailing
list, to match other tables. Similarly for the `IBounceEvent` interface.Also:
- Move the acquisition of the database lock during creation to the
IDatabaseFactory.create( ) method instead of the individual database
initialize() methods.- In the migration.rst doctest, don't delete teh version records when using
SQLite, since that breaks tests.- Implement a few nice helpers for database migrations, including
make_listid() for turning a list name into a list id, and pivot() which
simplifies moving the backup table to the final table name. - 7224. By Barry Warsaw
-
* Fix importation from MM2.1 to MM3 of the archive policy. Given by Aurélien
Bompard. (LP: #1227658)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman