Posted by hunmonk on April 21, 2008 at 2:19am
| 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 |
Last updated: December 24, 2010 - 23:41
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.