Downloads

Download project_issue-6.x-1.0-alpha5.tar.gztar.gz 99.36 KB
MD5: bce91eabbc259154762635d69c607f0d
SHA-1: 07710455299db027f002f3890916d73f3c630191
SHA-256: 039df8c3493aeebba2d44878435889649ad9f304030b2bcf1b0b687aad0e9ce5
Download project_issue-6.x-1.0-alpha5.zipzip 138.49 KB
MD5: d04a8e28e30e9baf185fe3b549a743a8
SHA-1: b0b876b0a4d328e90520eedec1d7d4a9eec778bc
SHA-256: f7543740deb22a790fbb642753a9fd979f09e273a1bb0c9a560a867ea82ca908

Release notes

Apologies to all the users of this module -- it's been far too long since we've done an official release! The drupal.org redesign, Git migration, and a number of other significant changes have all happened since alpha4. We're gearing up to do another round of fixes and improvements, so before we start merging all of that into the mainline branch we wanted to ship this release (which has been running quite happily on drupal.org for months).

New features since 6.x-1.0-alpha4

  • #175555 by chx, mikey_p, dww: Added ability to create custom priorities.
  • #1175704 by mikey_p, jhodgdon: Added issue reference CCK widget and formatter
  • #880820 by dww: Added a 'Maintain issues' per-project permission (#69556).
  • #1178318 Added an "edit any project issues" permission.
  • #898170 by drumm, dww: Added a block display to the 'My issues' view.
  • #936648 by dww: Made the 'My issues' block more beautiful and functional.
  • #1036132 by jhodgdon, dww: Added hook_project_issue_internal_links_alter().
  • #1186042 Implemented hook_content_extra_fields() to allow re-ordering project issue elements on a node form and page.
  • #921210 by dww, nnewton: Optimize 'My issues' query using Tracker2 if available (#928110).
  • Added initial support for computing various issue-related metrics via the Sampler API:
    • #889916 by hunmonk, bdragon: Add a function to count the number of issue reporters/participants in a week.
    • #914894 by hunmonk, bdragon: extend opened_vs_closed_by_category metric to build historical data.
    • #889920 by hunmonk, bdragon: Add a function to count the total number of new issues/issue comments in a week.
    • #914354 by hunmonk, dww: metric to count the total number of open/fixed issues for a project, per category.
  • #946648 by dww: Added a link to create projects on the "My projects" page.
  • #1012186 by dww, Bojhan: Split out sandbox projects into a separate table on the "My projects" page.
  • #1045714 by dww: Exposed the sandbox bit of the project an issue belongs to as a facet in Solr index
  • #988188 by mr.baileys, Damien Tournoud: Restrict access to the issue statistics page.
  • #1179586 by webchick: Added a 'created' date column to issue queue views.
  • #898180 by drumm, dww: Exposed the per-project issue block to homebox.

Bugs fixed since 6.x-1.0-alpha4

  • #1178288 Fixed data loss bug when editing issue nodes.
  • #1077880 by blackdog, dww: Fixed bug in issue count blocks on project pages.
  • #1005736 by mikey_p: Followup to #1003552: Pass the current project as an argument to hook_project_permission_info().
  • #932376 by dww: Fixed bug that could cross-pollinate default issue views and inject bogus sorts and filters into each other (made worse by [#921210]).
  • #930664 by dww: Fixed the empty text on the 'Recent issues' block.
  • #930610 by dww: Made the file scan for default views more restrictive.
  • #929712 by dww: Added a space between issue title and updated/new marker.
  • #929028 by dww: Made the project_issue_show_comment_signatures setting work.
  • #898170 by dww: Fixed bug in project_issue_preprocess_views_view_table() where it assumed every result has both a status and a priority.
  • #347199 by dww, AmrMostafa: Fixed bug where various project tables were not populated on projects that were created before add-ons are enabled (e.g. {project_release_projects} and {project_issue_projects}).
  • #776128 by dww: Fixed a PHP notice when creating issues when project_release is not enabled (uncovered while writing tests).
  • #448004 by yhager, hunmonk: Subscription mails sent for unpublished nodes.
  • #708474, #716756 by bdragon, dww: Fixed bug where Views go missing if hook_views_default_views() is called multiple times (which seems to happen regularly in Views 6.x-2.* after 6.x-2.8).
  • #710996 by dww: Fixed a PHP notice when editing issue followup comments.
  • #780338 by mikey_p, dww: Use format_plural() when deleting an issue status.

Other changes since 6.x-1.0-alpha4

  • #776128 by mikey_p, dmitrig01, dww: Added automated tests for project_issue. See also: #775102, #889744, #986718, #992892
  • #1016596 by dww: Removed translations from CVS. Use localize.drupal.org.
  • #366542 by bdragon, mikey_p, dww: Replaced hook_help() hacks for printing the links at the top of various project issue pages and views.
  • #1285798 by dww: Added issue context for theme_project_issue_summary() and converted it into a theme template.
  • #1066148 by drumm: Set project breadcrumb when creating issues.
  • #934030 by drumm, dww: Add a blank slate for the 'Issue cockpit' in homebox.
Created by: dww
Created on: 25 Sep 2011 at 06:25 UTC
Last updated: 25 Sep 2011 at 06:26 UTC
New features
Bug fixes

Other releases