MantisBT: master-1.2.x b81d2302

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-03-31 02:09 master-1.2.x 9fbbd86e
Affected Issues  0011404: Record dropping of bug revisions in bug history
 0011727: "APPLICATION ERROR #1100 when clicking on a link which points to a already deleted note
Changeset

Issue 0011404: Record dropping of bug revisions in bug history

This patch has been backported from the 1.3.x branch in accordance with
issue 0011727.

When dropping bug revisions (bugnotes, description, steps to reproduce
and additional information) we should be recording this event in the bug
history. This maintains an audit log of who and at what time revision
data was permanently deleted.

This commit also fixes an issue whereby links in the history were still
shown for bug revisions that had been dropped. Users would thus click a
link to come across a 'revision not found' error message.

mod - core/bug_revision_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File