Downloads
Download tar.gz
33.23 KB
MD5: d7e5fc6dc9b52dd392e19f7fc234ea83
SHA-1: e4c16bb091ab0ecbb89abfdcccdb399cfbfda244
SHA-256: 5e04aade56a6224380ee9e19359ec4a251d684c3fc3c4e859ec0338f9b0e9b58
Download zip
37.38 KB
MD5: 50cbbc6a1ff759afa585e1a463cb0787
SHA-1: 3683393dc302215b87b8ad60e2bf85fb308c510f
SHA-256: e2a24940606c0a3eb657dc0e0349067e135c0a70d2acee07d2832f35aaf006fe
Release notes
This release fixes a security vulnerability, all users of project_issue 4.7.x-2.0 are urged to upgrade. For more details, see DRUPAL-SA-2006-031.
Other changes since project_issue-4.7.x-2.0:
Bugs fixed:
- #97944: fix broken pager links on filtered issue queries. This patch also fixes one of the main problems reported in #56200.
- #78595: fixing issue followup previews for php5
- #61453: fixing broken "Issues e-mail address" setting. The UI was mostly hidden unless you were a project administrator, and the code didn't match the descriptions. :( Now, if none of the filters are selected, you really do get the email (as the description has always said).
- #85788 by fgm: project comment id (project_cid) sequence needs DB prefix.
- #82619: blobs from comment bodies need to be decoded (for PostgreSQL).
New features:
- #94000: adding $Name$ tags for automated version identification
- #96971: make better use of tabs and subtabs on project nodes. Patch from comment #3
by dww, to split up the project edit tab into subtabs for project, issues and releases. - #102255: UI improvements and CSS fixes for "my projects" table:
- use theme('links') for the links in the my projects table, instead of stuffing each one into a separate table column.
- add an "edit" link to edit each project node.
- add an "add new release" link for each project.
- include the date the last issue was updated in a separate column from when the project node was last edited.