lp:~barry/mailman/templatecache
- Get this branch:
- bzr branch lp:~barry/mailman/templatecache
Branch merges
Branch information
Recent revisions
- 7184. By Barry Warsaw
-
* Deleting a user through the REST API also deletes all the user's linked
addresses and memberships. (LP: #1074374)Also: Clean up pyflakes warning by removing an obsolete __all__ entry.
- 7183. By Barry Warsaw
-
Merge Aurélien Bompard's branch to factor our archiver-specific configurations
into their own configuration files. Reworked by Barry to use the new external
configuration file support, and to make test suite succeed.Configuration
-------------
* `[passlib]path` configuration variable renamed to `[passlib]configuration` .
* Postfix-specific configurations in the `[mta]` section are moved to a
separate file, named by the `[mta]configuration` variable.
* In the new `postfix.cfg` file, `postfix_map_cmd` is renamed to
`postmap_command` . Also:
* More Python 2.7-isms, use assertMultiLineEqual() directly.
* Added external_configuration( ) and load_external() to mailman. config. config
* ConfigLayer does a blanket set of [postfix]postmap_ command so subtests
generally won't have to.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman