Code

Added the Password property type. See "pydoc roundup.password" for
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 9 Oct 2001 07:25:59 +0000 (07:25 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 9 Oct 2001 07:25:59 +0000 (07:25 +0000)
commit63b23f25ef3af8bab0eef62a44378b042b123eed
treea63eb02b94a430f9dbd358e899ed7655a14efdc2
parentc83b87286898c1490a6f4a92bc8c221d7cee2b3b
Added the Password property type. See "pydoc roundup.password" for
implementation details. Have updated some of the documentation too.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@278 57a73879-2fb5-44c3-a270-3262357dd7e2
17 files changed:
CHANGES.txt
doc/announcement.txt
doc/index.html
roundup-admin
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/backends/back_bsddb3.py
roundup/cgi_client.py
roundup/htmltemplate.py
roundup/hyperdb.py
roundup/init.py
roundup/mailgw.py
roundup/password.py [new file with mode: 0644]
roundup/templates/classic/dbinit.py
roundup/templates/extended/dbinit.py
test/test_db.py
test/test_schema.py