Downloads
Download tar.gz
85.02 KB
MD5: e15f91d8cb62e8b5923b0a9da5ff8ea3
SHA-1: afbaa4a871417307217e13f5dd774f7e27a9ea7f
SHA-256: 9027f7e201e9212939e54137e453ff5bf44c5b3e34ba292eb8347ae4e74de488
Download zip
98.78 KB
MD5: 059d9b956f4981fb25a0b657486e21d0
SHA-1: 39d18fd2785cb6efa62c39af1b8ce02b1b158df4
SHA-256: 4a3c15b2be778b2eaa482ad583b10a813f89e5b3cd8ea7df80ebf76998576b4d
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
- #235097 by John Morahan: Advanced search only matches an exact phrase. new functionality means words will be treated as separate words, not as an exact phrase.
- #97145 by aclight: always allow users to leave the version alone when replying. this allows the currently selected version to appear on an issue, even if it happens to be unpublished.