Mercurial > p > roundup > code
annotate MANIFEST.in @ 3945:1dd64778bc45
Mail improvements:
- Implement new config option in mail-section "ignore_alternatives" to
ignore alternatives in a multipart/alternative mail. The *last*
text/plain part of the *first* multipart/alternative is used as the
message, if ignore_alternatives is set all other alternative parts of
the first multipart/alternative that contained a text/plain part are
ignored. Other multipart/alternative or other multipart are attached
as before. This fixes [SF#959811] "Multipart/alternative handling
considered bad". Note that this also changes which text/plain part is
attached as the message if there are several text/plain parts in a
multipart: Previously the *first* text/plain would be attached. Now we
attach the *last* one, this is more in line with rfc 2046, sec. 5.1.4.
according to Philipp Gortan.
- Fix bug in attachment of text parts: If there are multiple text/plain
parts in a nested multipart, the previous code would attach the
multipart serialisation instead of the text/plain serialisation as a
file to the issue in some cases.
- Add regression tests for the new config-option and bug-fixes above.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Wed, 14 Nov 2007 14:57:47 +0000 |
| parents | a2d22d0de0bc |
| children | 39531c28e540 |
| rev | line source |
|---|---|
|
1591
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
1475
diff
changeset
|
1 recursive-include roundup *.* |
|
1138
4dc74354e8c3
fixed manifest
Richard Jones <richard@users.sourceforge.net>
parents:
795
diff
changeset
|
2 recursive-include frontends *.* |
|
1139
65e9dd4b59e1
pre-beta2 stuff
Richard Jones <richard@users.sourceforge.net>
parents:
1138
diff
changeset
|
3 recursive-include scripts *.* *-* |
|
65e9dd4b59e1
pre-beta2 stuff
Richard Jones <richard@users.sourceforge.net>
parents:
1138
diff
changeset
|
4 recursive-include tools *.* |
|
96
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 recursive-include test *.py *.txt |
|
3662
361b32d96130
include roundup-server.ini.example [SF#1493859]
Richard Jones <richard@users.sourceforge.net>
parents:
3528
diff
changeset
|
6 recursive-include doc *.html *.png *.txt *.css *.1 *.example |
|
1475
9f62905246c3
include detectors in distro
Richard Jones <richard@users.sourceforge.net>
parents:
1419
diff
changeset
|
7 recursive-include detectors *.py |
|
1591
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
1475
diff
changeset
|
8 recursive-include templates *.* home* page* |
|
3528
762d65fefea5
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2331
diff
changeset
|
9 global-exclude .cvsignore *.pyc *.pyo .DS_Store |
|
2220
34df21044229
include the MANIFEST so we can check it
Richard Jones <richard@users.sourceforge.net>
parents:
2164
diff
changeset
|
10 include run_tests.py *.txt demo.py MANIFEST.in MANIFEST |
|
1139
65e9dd4b59e1
pre-beta2 stuff
Richard Jones <richard@users.sourceforge.net>
parents:
1138
diff
changeset
|
11 exclude BUILD.txt I18N_PROGRESS.txt TODO.txt |
|
1249
6c24a86a12ae
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1139
diff
changeset
|
12 exclude doc/security.txt doc/templating.txt |
|
2331
497be1dd5714
source distribution includes compiled message catalogs
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2304
diff
changeset
|
13 include locale/*.po locale/*.mo locale/roundup.pot |
