Downloads
Download tar.gz
73.34 KB
MD5: 863e190759208acdb4d4ac22ebf73a1d
SHA-1: 6d419b9c4eeb5c2ec4d71edc31e20b4c3530b4e4
SHA-256: b81871718e9edfec8ce83de549d90b6b41947d0a358fb7a4b0644ddc3642cea0
Download zip
87.99 KB
MD5: 8fe54edd17c27b3dae2554ab260348ab
SHA-1: f2e1d17a8465f6f4adf68fabea0fc93eec8308e5
SHA-256: 88e2c02f59604bc398086dc08a21d56797711e7fddd29fb6a145749e85b55cd4
Release notes
Changes since DRUPAL-5--2-0:
New features
- #217486 by dww: Added a setting for site-wide help text on new issues.
- #224986 by webchick: Make issue status field longer.
- #4354 by Josh Benner, hunmonk: add hook_project_issue_assignees() -- allows modules to alter the 'Assigned' dropdown on project issue node forms/comments.
- #229654 by hunmonk and dww: Added an invalid releases setting. There's no admin UI to control it, so
you either have to define it in settings.php or directly in the DB. The variable is called 'project_issue_invalid_releases' and the value should be an array of release node ids that are considered invalid. - #219734 by aclight, hunmonk: Allow theming of changes in project issue table and email. refactored hook_followup_metadata_changes() to more general hook_project_issue_metadata() -- now handles both the main issue node table, and the comment followup tables.
Bugfixes
- #190539 by dww, hunmonk: IFAC regression: shouldn't allow totally empty comments.
- #218080 by dww: Altered the comment delete confirm form for issue followups to remove the "Any replies to this comment will be lost" text.
- #219395 by hunmonk: bogus project GET value results in SQL error. add more restrictive parameters for node_load().
- #220117 by hunmonk: unpublished comments should not be included in metadata calculations.
- #218959 by aclight: [#issue_nid] filtered links do not appear as links in email. note that this patch rolls back #185388
- #89673 by hunmonk: add comment_number field to {project_issue_comments} -- determining the cid from the comment thread was error-prone.
- #213037 by aclight: IFAC edge case when metadata is edited directly without a comment. prevent editing of issue metadata when an issue node is edited.
- #231020 by hunmonk: missing table column and index, remove dead columns in .install