| 1 |
This module allows teams to track outstanding items which need
|
| 2 |
resolution. It provides e-mail notifications to members about updates
|
| 3 |
to items. Similar to many issue tracking systems.
|
| 4 |
|
| 5 |
For installation instructions, see INSTALL.txt.
|
| 6 |
|
| 7 |
For instructions when upgrading to newer versions, see UPGRADE.txt.
|
| 8 |
|
| 9 |
CAVEATS:
|
| 10 |
|
| 11 |
The filter which automatically turns references to project issues into
|
| 12 |
links conflicts with filter caching in the following ways:
|
| 13 |
|
| 14 |
1. If either a) anonymous users don't have access rights to view issues,
|
| 15 |
or b) a node access module is enabled, users may be able to see
|
| 16 |
cached titles of project issues they should not have access to -
|
| 17 |
in case of such conflict it is advised not to enable the filter.
|
| 18 |
|
| 19 |
2. Upon issue status edit, the strikethrough and link titles of the
|
| 20 |
reference links will be outdated for the period of time that
|
| 21 |
filter output is cached.
|
| 22 |
|
| 23 |
Send feature requests and bug reports to the issue tracking system for
|
| 24 |
the project module: http://drupal.org/node/add/project_issue/project_issue.
|
| 25 |
A TODO list can be found at http://groups.drupal.org/node/5489
|
| 26 |
|
| 27 |
The project family of modules is currently being co-maintained by:
|
| 28 |
- Derek Wright (http://drupal.org/user/46549) a.k.a. "dww"
|
| 29 |
- Chad Phillips (http://drupal.org/user/22079) a.k.a. "hunmonk"
|
| 30 |
|
| 31 |
$Id: README.txt,v 1.3 2007/08/07 20:02:27 dww Exp $
|
| 32 |
$Name: $
|