Code

Lots of little fixes in this update:
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 10 Dec 2002 00:11:16 +0000 (00:11 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 10 Dec 2002 00:11:16 +0000 (00:11 +0000)
commite97aac1a3dde888687a4b0b4404ef90937182a67
treeedd4e8ee77979094f1d4053105023bf2dd595927
parent49775195fb76c2bca3d3ea2f9c4a78823894741a
Lots of little fixes in this update:
- fixed Date.local()
- email quoted text stripping is controllable again (sf bug 650742)
- extract attachment name from content-disposition if name is missing (sf
  bug 637278)
- removed FILTER_POSITION from bundled configs
- reverse message listing in issue display (reversion of recent change)
- bad entries for multilink editing in cgi don't traceback now (sf bug 640310)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1394 57a73879-2fb5-44c3-a270-3262357dd7e2
12 files changed:
CHANGES.txt
TODO.txt
doc/customizing.txt
roundup/__init__.py
roundup/cgi/client.py
roundup/cgi/templating.py
roundup/mailgw.py
roundup/templates/classic/config.py
roundup/templates/classic/html/issue.item
roundup/templates/minimal/config.py
setup.py
test/test_mailgw.py