From a1025a7d2a8cf50c3b5b16c03dde5f92474358b1 Mon Sep 17 00:00:00 2001 From: narcissus Date: Sat, 24 Jul 2004 11:48:34 +0000 Subject: [PATCH] 0003945: [filters] Give the ability to "Update Fixed in Version" in view_all_bug_page.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2747 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- bug_actiongroup.php | 5 +++-- bug_actiongroup_page.php | 29 ++++++++++++++++++++++++++++- doc/ChangeLog | 1 + 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/bug_actiongroup.php b/bug_actiongroup.php index dd7d1bf998..2a6c0bf3ff 100644 --- a/bug_actiongroup.php +++ b/bug_actiongroup.php @@ -6,7 +6,7 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id: bug_actiongroup.php,v 1.31 2004-06-15 02:54:39 narcissus Exp $ + # $Id: bug_actiongroup.php,v 1.32 2004-07-24 11:48:33 narcissus Exp $ # -------------------------------------------------------- ?> + + + + + + + + + + diff --git a/doc/ChangeLog b/doc/ChangeLog index 13d0f60354..91a7940813 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -5,6 +5,7 @@ Mantis ChangeLog - 0004137: [feature] Support a simple "view" URL (vboctor) - 0004145: [feature] Mantis pages should have descriptive titles (vboctor) - 0003880: [filters] Ordering doesnt take last_updated into account (narcissus) +- 0003945: [filters] Give the ability to "Update Fixed in Version" in view_all_bug_page.php (narcissus) - 0004073: [filters] Edit filter page now too wide. 'Apply filter' button is drawn off screen (narcissus) - 0004093: [filters] Custom field values are a larger type size in view_all_bug_page (narcissus) - 0004108: [filters] "Use Date Filters" in advanced filters (narcissus)