Code

Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 6 Feb 2003 05:43:49 +0000 (05:43 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 6 Feb 2003 05:43:49 +0000 (05:43 +0000)
commit3026636ec44af3e8bfa4f231be5f20e2c450a2ab
tree10d5e95252d2ce1e5e67531219372b7e26bc4b31
parentd7e90ae60e3488c1cf5b4ec69065c1e51015f935
Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
- fixed templating filter function arguments (sf bug 678911)
- fixed multiselect in searching (sf bug 676874)
- fixed parsing of content-disposition filenames (sf bug 675116)
- added 'h' to roundup-server optarg list (sf bug 674070)
- fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
- fixed timelog example so it handles new issues (sf bug 678908)
- handle missing os.fork() (sf bug 681046)
- fixed roundup-reminder (sf bug 681042)
- fixed int assumptions about Number values (sf bug 677762)
- added warning filter for "FutureWarning: hex/oct constants > sys.maxint will
  return positive values..." (literal 0xffff0000 in portalocker.py)
- fixed ZPT code generating SyntaxWarning for assignment to None

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1487 57a73879-2fb5-44c3-a270-3262357dd7e2
17 files changed:
CHANGES.txt
COPYING.txt
README.txt
doc/customizing.txt
doc/index.txt
roundup/admin.py
roundup/backends/back_anydbm.py
roundup/backends/locking.py
roundup/backends/rdbms_common.py
roundup/cgi/PageTemplates/TALES.py
roundup/cgi/TAL/TALInterpreter.py
roundup/cgi/client.py
roundup/cgi/templating.py
roundup/mailgw.py
roundup/scripts/roundup_server.py
scripts/roundup-reminder
test/test_mailgw.py