comparison doc/features.txt @ 3754:9f4dd27ae843

documentation cleanup from Luke Ross (patch [SF#1594860])
author Richard Jones <richard@users.sourceforge.net>
date Sun, 12 Nov 2006 00:09:42 +0000
parents fdc9eb78d708
children cf6c45201980
comparison
equal deleted inserted replaced
3753:a6eff0dd2c9c 3754:9f4dd27ae843
33 - database schema is also fully editable (only the "user" class is required) 33 - database schema is also fully editable (only the "user" class is required)
34 with a full set of data types (including dates and many-to-many relations) 34 with a full set of data types (including dates and many-to-many relations)
35 across all storages available 35 across all storages available
36 - customised automatic auditors and reactors may be written that perform 36 - customised automatic auditors and reactors may be written that perform
37 actions before and after changes are made to entries in the database, 37 actions before and after changes are made to entries in the database,
38 or may veto the creation or modification of items int he database 38 or may veto the creation or modification of items in the database
39 - samples are provided for all manner of configuration changes and 39 - samples are provided for all manner of configuration changes and
40 customisations 40 customisations
41 41
42 *fast, scalable* 42 *fast, scalable*
43 - with the sqlite, metakit, mysql and postgresql backends, roundup is 43 - with the sqlite, metakit, mysql and postgresql backends, roundup is
60 - may be set up to require login, and may also only allow admin users 60 - may be set up to require login, and may also only allow admin users
61 to register new users 61 to register new users
62 - authentication of user registration and user-driven password resetting 62 - authentication of user registration and user-driven password resetting
63 using email and one time keys 63 using email and one time keys
64 - may be run using WSGI or through CGI as a normal cgi script, as a 64 - may be run using WSGI or through CGI as a normal cgi script, as a
65 stand-alone web server, or through Zope 65 stand-alone web server, under mod_python or through Zope
66 - searching may be performed using many constraints, including a full-text 66 - searching may be performed using many constraints, including a full-text
67 search of messages attached to issues 67 search of messages attached to issues
68 - file attachments (added through the web or email) are served up with the 68 - file attachments (added through the web or email) are served up with the
69 correct content-type and filename 69 correct content-type and filename
70 - email change messages generated by roundup appear to be sent by the 70 - email change messages generated by roundup appear to be sent by the

Roundup Issue Tracker: http://roundup-tracker.org/