Downloads

Download tar.gz 98.31 KB
MD5: b958d81bf2879feefc6b56b83fcc5668
SHA-1: eecab1d68cf61863100120771aed89a7d44a12e5
SHA-256: d0113d42d86e342ad8fd27579bbee4938e767d819f3b83440f80c2ed69b289b3
Download zip 113.53 KB
MD5: 5a283328a51ee1192604f32bb226f794
SHA-1: e0e371ca69cfafb38c5bcadcc821227532e4af5a
SHA-256: 7c85ed8a7033dbd071e382e244e61753eae8ccc0d43b08230056d2bf8ed9f338

Release notes

This release fixes two security vulnerabilities described in DRUPAL-SA-CONTRIB-2009-002. Sites are urged to upgrade immediately. Other changes since version 5.x-2.2:

Bug fixes

  • #209507 by aclight: Fixed critical bug introduced with #188198 where the original poster of an issue wouldn't get notification emails about that issue unless they also commented on it.
  • #283332 by hunmonk: {project_issues} table not being created when module is enabled. Removed erroneous default value from original_issue_data text column. No database update is necessary because MySQL simply tosses the default value declaration if it does install the table.
  • #272618 by aclight: Fixed bug where 'Create Issue' menu item was visible even when 'create project issues' permission is disabled.
  • #11211 by Gabor Hojtsy: proper use of drupal_add_feed().
  • #293882 by agentrickard and scor: Fixed broken project lookup in mailhandler code.
  • #275323 by aclight and hunmonk: Prevent project_issue_generate_issue_comments() from causing fatal errors in rare cases.
  • #254416 by aclight, hunmonk: Fixed bug where changing a project in a comment did not update assigned options.
  • #311539 by christefano: Fixed warning message from validation errors in the AJAX callback handler when changing projects via a comment.
  • #326419 by hunmonk and aclight: Fixed validation problems when first creating an issue by not letting users change the project once they're on the 2nd page of the form (once the project has already been chosen).
  • #343026 by dww: Modified code so that node titles that appear in issue status changes use check_plain() not filter_xss() for consistency.

New features

  • #4354 by hunmonk: Added the ability to select from various users for assigning issues. Any user with the 'assign and be assigned project issues' permission may assign project issues to any other user with the permission.
  • #76725 by aclight: Refactor project issue module to use Views. Note that this patch does not remove the old functionality that the new default views provide. Because of limitations in Views 1 some of the old functionality couldn't be reproduced in views. Instead, two default views are provided at an alternate path, project/view-issues.
  • #293043 by dww: Added a views argument for the project short name (uri).
  • #271216 by chx, solotandem, hunmonk: abstract comment creation functionality. We now have a generic method to programatically post followups to issues.
  • #320278 by aclight: Assign automatically created issues version information.
  • #329508 by dww: Added a theme function for the action links at the top of issue queue pages so they can be customized per site.
  • #348563 by dww: Split periodic issue tasks (auto-closing issues and reminder/digest emails) into an optional script instead of hook_cron().
  • Changed the issue metadata summary table to allow span and div tags, too.
Created by: dww
Created on: 7 Jan 2009 at 20:14 UTC
Last updated: 7 Jan 2009 at 21:06 UTC
Security update
New features
Bug fixes
Unsupported

Other releases