Releases for Project issue tracking
project_issue 5.x-2.3
First released: January 7, 2009 - 20:14
Size: 98.31 KB
md5_file hash: b958d81bf2879feefc6b56b83fcc5668
Last updated: January 7, 2009 - 20:50
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
First released: April 24, 2008 - 17:41
Size: 86.79 KB
md5_file hash: 40922c5a7bb90e0c6bd56605f89ee78c
Last updated: October 9, 2009 - 00:27
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
First released: April 21, 2008 - 02:19
Size: 85.02 KB
md5_file hash: e15f91d8cb62e8b5923b0a9da5ff8ea3
Last updated: April 21, 2008 - 02:20
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
project_issue 5.x-2.1
First released: March 7, 2008 - 23:01
Size: 73.34 KB
md5_file hash: 863e190759208acdb4d4ac22ebf73a1d
Last updated: March 7, 2008 - 23:05
Changes since DRUPAL-5--2-0:
project_issue 5.x-1.3
First released: January 31, 2008 - 00:40
Size: 55.99 KB
md5_file hash: 8c4cc88c4b42b28b3bd3556c26185cbd
Last updated: January 31, 2008 - 00:45
This release fixes the following critical security vulnerabilities from 5.x-1.2 and earlier:
project_issue 5.x-2.0
First released: January 31, 2008 - 00:40
Size: 66.63 KB
md5_file hash: 623698e7d43e81cd857277b29bca2c87
Last updated: January 31, 2008 - 00:45
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:
project_issue 4.7.x-1.7
First released: January 31, 2008 - 00:40
Size: 36 KB
md5_file hash: 2601b9b36e5781eb3988a9ec758736c4
Last updated: January 31, 2008 - 00:45
This release fixes the following critical security vulnerabilities from 4.7.x-1.6 and earlier:
project_issue 4.7.x-2.7
First released: January 31, 2008 - 00:40
Size: 37.2 KB
md5_file hash: 084cae2436919b9aac18beb177135ec4
Last updated: January 31, 2008 - 00:45
This release fixes the following critical security vulnerabilities from 4.7.x-2.6 and earlier:
project_issue 4.7.x-2.6
First released: January 6, 2008 - 23:55
Size: 37.14 KB
md5_file hash: 3583a4e2b1b003c247462ce82ad8f65b
Last updated: January 7, 2008 - 00:00
Changes since version 4.7.x-2.5:
project_issue 5.x-1.2
First released: January 6, 2008 - 23:55
Size: 55.97 KB
md5_file hash: ab08735fcd25ba556cba8b5f68f4bba2
Last updated: January 7, 2008 - 00:00
Changes since version 5.x-1.1:
project_issue 4.7.x-1.6
First released: January 6, 2008 - 23:55
Size: 35.97 KB
md5_file hash: f6035fbe897c01411b6713d252f37884
Last updated: January 7, 2008 - 00:00
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:
project_issue 5.x-1.x-dev
First released: September 29, 2007 - 13:31
Size: 64.71 KB
md5_file hash: ce8099f792633a7f9030deb5632ca2c9
Last updated: August 12, 2008 - 00:08
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
First released: September 27, 2007 - 03:02
Size: 35.96 KB
md5_file hash: 6013b8a3d28050448bf3666f79ffd977
Last updated: September 27, 2007 - 03:05
#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
First released: September 27, 2007 - 03:01
Size: 36.87 KB
md5_file hash: a03c93b59af5a0c1ad64b44eb9101fd1
Last updated: September 27, 2007 - 03:05
#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
First released: September 27, 2007 - 02:57
Size: 51.82 KB
md5_file hash: 0c69dcb6d8d7c23bf3c2a7238b3bee01
Last updated: September 27, 2007 - 03:00
#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
project_issue 4.7.x-1.4
First released: August 19, 2007 - 23:52
Size: 35.81 KB
md5_file hash: 8ee4cc34562de787fecb5919ea5ca3eb
Last updated: August 19, 2007 - 23:55
This release addresses an access bypass security issue, DRUPAL-SA-2007-020. Sites that try to restrict access to issues based on the 'access project issues' or 'access own project issues' permissions should upgrade immediately.
Other changes since 4.7.x-1.3:
project_issue 4.7.x-2.4
First released: August 19, 2007 - 23:52
Size: 36.71 KB
md5_file hash: 89fad5d8f96167c4daaafe9a40fa8f15
Last updated: August 19, 2007 - 23:55
This release addresses an access bypass security issue, DRUPAL-SA-2007-020. Sites that try to restrict access to issues based on the 'access project issues' or 'access own project issues' permissions should upgrade immediately.
Other changes since 4.7.x-2.3:
project_issue 5.x-1.0
First released: August 19, 2007 - 23:52
Size: 51.91 KB
md5_file hash: 10551c9f33816f3706e677d9fa79c3d0
Last updated: August 19, 2007 - 23:55
This release addresses an access bypass security issue, DRUPAL-SA-2007-020. Sites that try to restrict access to issues based on the 'access project issues' or 'access own project issues' permissions should upgrade immediately.
Other changes since 5.x-0.2-beta:
project_issue 4.7.x-1.3
First released: March 8, 2007 - 08:07
Size: 34.26 KB
md5_file hash: 5f0b9edf504a12585609ed2ee950da82
Last updated: March 8, 2007 - 08:10
This release fixes a security vulnerability, all users of project_issue 4.7.x-1.2 and earlier are urged to upgrade. For more details, see DRUPAL-SA-2007-012.
Besides the security fix, 2 critical PostgreSQL bugs are fixed in this version:
project_issue 4.7.x-2.3
First released: March 8, 2007 - 08:07
Size: 34.93 KB
md5_file hash: 75f9688a67666629c6cc6c959884ab28
Last updated: March 8, 2007 - 08:10
This release fixes a security vulnerability, all users of project_issue 4.7.x-2.2 and earlier are urged to upgrade. For more details, see DRUPAL-SA-2007-012.
Besides the security fix, two critical PostgreSQL bugs are fixed in this version:
