Code

- fixed filter() with no sort/group (sf bug 618614)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 7 Oct 2002 00:52:51 +0000 (00:52 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 7 Oct 2002 00:52:51 +0000 (00:52 +0000)
commit75853c3a08bd8dc4d5e04f94cb5e72a4d4df121c
tree70cd6c537acf2ad4fcc2b28eb6937431dc849225
parent00525ba26b99aafbe63071781737b1e96abfa4c9
- fixed filter() with no sort/group (sf bug 618614)
- fixed register with no session (sf bug 618611)
- fixed log / pid file path handling in roundup-server (sf bug 617981)
- fixed old gadfly compatibiltiy problem, for sure this time (sf bug 612873)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1322 57a73879-2fb5-44c3-a270-3262357dd7e2
12 files changed:
CHANGES.txt
MANIFEST.in
doc/Makefile
roundup/backends/__init__.py
roundup/backends/back_anydbm.py
roundup/backends/back_gadfly.py
roundup/backends/back_metakit.py
roundup/backends/rdbms_common.py
roundup/cgi/client.py
roundup/hyperdb.py
roundup/mailgw.py
roundup/scripts/roundup_server.py