project_issue 7.x-2.0-unstable1
| Download | Size | md5 hash |
|---|---|---|
| project_issue-7.x-2.0-unstable1.tar.gz | 95.83 KB | f1276932277e8673f5356a2dca05b5ad |
| project_issue-7.x-2.0-unstable1.zip | 129.87 KB | fee82e4602ff47f9902db8ad7a4ec7d1 |
Release notes
The first D7 release of project module. See also 7.x-2.x-dev's release notes.
Note that there is no supported upgrade path from the D6 version yet.
project_issue 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| project_issue-7.x-2.x-dev.tar.gz | 100.58 KB | 0b620daa5ebfb469536f03f2b0bf52e9 |
| project_issue-7.x-2.x-dev.zip | 134.82 KB | 4f2b534cbba0ad69975df108e71d2982 |
Release notes
Development branch for the 7.x-2.x branch of project issue module. Note that this is a complete rewrite from the 6.x-1.x branch.
project_issue 6.x-1.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| project_issue-6.x-1.0-alpha5.tar.gz | 99.36 KB | bce91eabbc259154762635d69c607f0d |
| project_issue-6.x-1.0-alpha5.zip | 138.49 KB | d04a8e28e30e9baf185fe3b549a743a8 |
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().
project_issue 6.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| project_issue-6.x-1.0-alpha4.tar.gz | 86.84 KB | ed86f31b12cf845830dcc6849b7b5d08 |
| project_issue-6.x-1.0-alpha4.zip | 120.62 KB | 7d15fd0023e54a1acf86d2151eea1086 |
Release notes
Bugs fixed since version 6.x-1.0-alpha3
- #687018 by dww: Fixed PHP notice when adding an issue comment on a site that doesn't allow anonymous users to access issues.
- #495476 by jennifer.chang, dww: Fixed PHP notices caused by broken views handlers for the version and component filters.
- #679344 by carlos8f: Removed empty tables in comments with no metadata changes.
- #656918 by jennifer.chang, dww: Fixed PHP notices in requirements check for if the [#xxxx] issue link filter is properly configured.
- #699978 by dww: Fixed bug where the 'project-issue' class was incorrectly applied to all views tables, not just the ones using the issue table style.
New features since version 6.x-1.0-alpha3
project_issue 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| project_issue-6.x-1.0-alpha3.tar.gz | 86.82 KB | 5e37e95635de10728bf0677a94e4f050 |
| project_issue-6.x-1.0-alpha3.zip | 120.62 KB | 4ca1562a474f18ea39c37927e35f48db |
Release notes
First official release compatible with Drupal 6 core (note that the alpha1 and alpha2 releases were tagged months ago but never officially released -- they were used internally for initial deployment on drupal.org). There are still a number of known issues before we're ready to release an official 6.x-1.0 release. There will almost certainly be more schema and API changes. However, in the near future, the HEAD branch will be a bit unstable, so sites that are already using the 6.x-1.x-dev release are encouraged to upgrade to this official release and stay there, instead of continuing to use 6.x-1.x-dev.
Major changes since the 5.x-2.* series
- #157693 by dww: Ported to the Drupal 6 API.
- #76725 by aclight, dww: Refactored project issue module to use Views.
Detailed changes
(Note, this list is currently incomplete. See the CVS messages between commit id #167784 and #166021 for other changes during the initial Drupal 6 porting).
- #361649 by netaustin, hunmonk: does all the following:
- fixes notices
project_issue 5.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-2.3.tar.gz | 98.31 KB | b958d81bf2879feefc6b56b83fcc5668 |
| project_issue-5.x-2.3.zip | 113.53 KB | 5a283328a51ee1192604f32bb226f794 |
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.
project_issue 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| project_issue-6.x-1.x-dev.tar.gz | 115.66 KB | ce1d69ae05b5e903d87e28491c811e63 |
| project_issue-6.x-1.x-dev.zip | 157.25 KB | d9037e1071f1d1e8c8cb1d00b29a50cf |
Release notes
Initial port to Drupal 6 API. Views is now required to run project*. This code is mostly working, but there's no guarantee that the upgrade path is stabilized. There are still a number of known bugs. Production sites should not upgrade until there's an official release.
project_issue 5.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-2.2.tar.gz | 85.02 KB | e15f91d8cb62e8b5923b0a9da5ff8ea3 |
| project_issue-5.x-2.2.zip | 98.78 KB | 059d9b956f4981fb25a0b657486e21d0 |
Release notes
Changes since DRUPAL-5--2-1:
BUGFIXES
- #231713 by dww: Fixed problems with database upgrade path usability.
Now, if update 5200() is aborted due to missing required modules, when
the admin visits update.php again, project_issue is set to retry 5200
automatically, even though the schema_version in {system} says it
should start with 5201. Unless they read the fine print and set the
update to start at 5200, they'd end up with major data loss when the
{project_comments} table is dropped in 5202(). - #236459 by aclight, hunmonk: Issue quicklinks should only appear when comments are set for the node.
- #234255 by aclight: Restored ability to add CCK fields to project-issue
nodes (fixing regression from #199138). - #245363 by aclight: Default values of component should be translatable.
- #186259 by hunmonk: reset corrupted array pointer to avoid endless update loop. see http://drupal.org/node/186259#comment-805698 for details.
FEATURES
Read moreproject_issue 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-2.1.tar.gz | 73.34 KB | 863e190759208acdb4d4ac22ebf73a1d |
| project_issue-5.x-2.1.zip | 87.99 KB | 8fe54edd17c27b3dae2554ab260348ab |
Release notes
Changes since DRUPAL-5--2-0:
Read moreproject_issue 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-2.0.tar.gz | 66.63 KB | 623698e7d43e81cd857277b29bca2c87 |
| project_issue-5.x-2.0.zip | 78.55 KB | 4e11f66515c2468b0865346450b77603 |
Release notes
This is the first official release of the 5.x-2.* series. The major new feature here is that issue followups now use core comments, instead of the previous special-case pseudo comments. This means the project_issue now depends on comment.module, upload.module (for file attachments to the initial issue post), and the comment_upload.module (for file attachments to followup comments).
This release requires Drupal 5.2 or greater.
Users of the 5.x-2.x-dev release should upgrade to this version immediately, since it fixes some critical security flaws:
- #216062: SA-2008-012 -- XSS vulnerability in comment summary tables.
- #216063: SA-2008-013 -- Arbitrary file upload.
Other changes since the 5.x-1.* series:
Read moreproject_issue 4.7.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| project_issue-4.7.x-1.7.tar.gz | 36 KB | 2601b9b36e5781eb3988a9ec758736c4 |
| project_issue-4.7.x-1.7.zip | 40.24 KB | e8a40d8869a0cc5b57451221c8a9aca4 |
Release notes
This release fixes the following critical security vulnerabilities from 4.7.x-1.6 and earlier:
project_issue 4.7.x-2.7
| Download | Size | md5 hash |
|---|---|---|
| project_issue-4.7.x-2.7.tar.gz | 37.2 KB | 084cae2436919b9aac18beb177135ec4 |
| project_issue-4.7.x-2.7.zip | 41.72 KB | bb4106e054834acade24ba8f30d4eab9 |
Release notes
This release fixes the following critical security vulnerabilities from 4.7.x-2.6 and earlier:
project_issue 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-1.3.tar.gz | 55.99 KB | 8c4cc88c4b42b28b3bd3556c26185cbd |
| project_issue-5.x-1.3.zip | 67.98 KB | 2be234327ad6ab54497e03931237cee1 |
Release notes
This release fixes the following critical security vulnerabilities from 5.x-1.2 and earlier:
project_issue 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-1.2.tar.gz | 55.97 KB | ab08735fcd25ba556cba8b5f68f4bba2 |
| project_issue-5.x-1.2.zip | 67.88 KB | 1ee68c1476e1ef7a7a65d8185c171150 |
Release notes
Changes since version 5.x-1.1:
Read moreproject_issue 4.7.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| project_issue-4.7.x-1.6.tar.gz | 35.97 KB | f6035fbe897c01411b6713d252f37884 |
| project_issue-4.7.x-1.6.zip | 40.14 KB | 152e87ab1b709e5369038be46a701f57 |
Release notes
NOTE: Unless critical bugs are uncovered, this will be the last official release for the 4.7.x-1.* series. All users are strongly encouraged to upgrade to at least 4.7.x-2.*, or better yet, 5.x-1.*, as soon as feasible. Support for this release series is basically over.
Changes since version 4.7.x-1.5:
Read moreproject_issue 4.7.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| project_issue-4.7.x-2.6.tar.gz | 37.14 KB | 3583a4e2b1b003c247462ce82ad8f65b |
| project_issue-4.7.x-2.6.zip | 41.62 KB | 9296432550a0e9c3ba56adc8ffefa3f4 |
Release notes
Changes since version 4.7.x-2.5:
Read moreproject_issue 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-1.x-dev.tar.gz | 43.31 KB | bbd314da71a2718a668f161fa4d11e68 |
| project_issue-5.x-1.x-dev.zip | 49.65 KB | aa9cea5c4401b5fdf74a8bac72ab7a4c |
Release notes
The development snapshot of the first major 5.x branch, compatible with 5.x API of Drupal Core.
This branch is stable, and is in bugfix-only mode.
project_issue 4.7.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| project_issue-4.7.x-1.5.tar.gz | 35.96 KB | 6013b8a3d28050448bf3666f79ffd977 |
| project_issue-4.7.x-1.5.zip | 40.16 KB | dcf27d02e5b18226185b6d9af995dcc6 |
Release notes
#180568 (SA-2007-021) by hunmonk: Fix XSS holes in project subscription forms.
#177312 by hunmonk: add project links, fix breakage on issue subscription form.
#168650 by pwolanin, hunmonk: fix improper use of %s
project_issue 4.7.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| project_issue-4.7.x-2.5.tar.gz | 36.87 KB | a03c93b59af5a0c1ad64b44eb9101fd1 |
| project_issue-4.7.x-2.5.zip | 41.42 KB | b2d0aa5b2e0fc2749fbe7a7e83bd8e3b |
Release notes
#180568 (SA-2007-021) by hunmonk: Fix XSS holes in project subscription forms.
#177312 by hunmonk: add project links, fix breakage on issue subscription form.
#168650 by pwolanin, hunmonk: fix improper use of %s
project_issue 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| project_issue-5.x-1.1.tar.gz | 51.82 KB | 0c69dcb6d8d7c23bf3c2a7238b3bee01 |
| project_issue-5.x-1.1.zip | 62.37 KB | c901bb81d662f2b9297d1405ed02884b |
Release notes
#180568 (SA-2007-021) by hunmonk: Fix XSS holes in project subscription forms.
#177312 by hunmonk: add project links, fix breakage on issue subscription form.
#168650 by pwolanin, hunmonk: fix improper use of %s
#172327 by hunmonk: INSTALL.txt outdated