diff options
| author | bwarsaw | 2007-05-30 16:54:17 +0000 |
|---|---|---|
| committer | bwarsaw | 2007-05-30 16:54:17 +0000 |
| commit | 1eba70e9d11c8bd6e6e6a6c3ab6ad489896950d5 (patch) | |
| tree | 7fe361b3c0d1e8b6075466aac579e0319dd1a2f0 /docs | |
| parent | 6423a8c37b8f8b05012f85af972eeadbd5855903 (diff) | |
| download | mailman-1eba70e9d11c8bd6e6e6a6c3ab6ad489896950d5.tar.gz mailman-1eba70e9d11c8bd6e6e6a6c3ab6ad489896950d5.tar.zst mailman-1eba70e9d11c8bd6e6e6a6c3ab6ad489896950d5.zip | |
Go ahead and remove the Mailman/database/tables directory since all the Elixir
classes live in Mailman/databae/model now.
Remove the TestDecorate test class from test_handlers.py and move them into a
doctest called decorate.txt (with harness in test_decorate.py).
Remove the dependence on SafeDict from the Decorate handler because I can now
use string.Template object to safely fill in header and footer templates.
Eventually I want to completely remove SafeDict from Mailman, but it's still
used in a few other places.
This also means that only $-strings will be supported in headers and footers,
and the import script will have to convert %-strings to $-strings. Also,
'_internal_name' is no longer a supported header/footer substitution
variable. Use $real_name or $list_name now. Added $fqdn_listname as a
substitution variable. Update the DEFAULT_MSG_FOOTER accordingly.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/NEWS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/NEWS.txt b/docs/NEWS.txt index 15aab78c4..af31a1142 100644 --- a/docs/NEWS.txt +++ b/docs/NEWS.txt @@ -24,6 +24,12 @@ Here is a history of user visible changes to Mailman. - PUBLIC_ARCHIVE_URL now takes $-string substitutions instead of %-string substitutions. See documentation in Defaults.py.in for details. + - Message headers and footers now only accept $-string substitutions; + %-strings are no longer supported. The substitution variable + '_internal_name' has been removed; use $list_name or $real_name + instead. The substitution variable $fqdn_listname has been added. + DEFAULT_MSG_FOOTER in Defaults.py.in hsa been updated accordingly. + Architecture - SQLAlchemy/Elixir based storage for all list and user data, with default |
