From fa42120b697e13159722d2f9cc81f1e4f75c8c1f Mon Sep 17 00:00:00 2001 From: Kenzaburo Ito Date: Thu, 28 Mar 2002 23:47:25 +0000 Subject: [PATCH] Added g_bug_move_access_level to control what access level can move bugs to other projects. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@823 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- doc/ChangeLog | 1 + doc/configuration.html | 8 ++++++++ view_all_inc.php | 23 +++++++++++++++-------- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 2831db54c8..3cb757e58f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -20,6 +20,7 @@ Mantis * Added g_bug_link_tag to let users customize how to create bug links. * Added a "jump to bugnotes" quicklink at the top of the view bug pages. * Added a global option to control what access levels can delete bugs. + * Added g_bug_move_access_level to control what access level can move bugs to other projects. * Removed access_min and access threshold concepts from the user and project management. * Removed extra "echo" in news archive page. diff --git a/doc/configuration.html b/doc/configuration.html index 007a5f47ca..d30d87ca7c 100644 --- a/doc/configuration.html +++ b/doc/configuration.html @@ -1184,6 +1184,14 @@

Content

Allow the specified access level and above to delete bugs. + + + $g_bug_move_access_level + + + Allow the specified access level and above to move bugs between projects. + + $g_allow_account_delete diff --git a/view_all_inc.php b/view_all_inc.php index a5dd6acd66..f300c6751f 100644 --- a/view_all_inc.php +++ b/view_all_inc.php @@ -100,11 +100,18 @@ + +

- +
- + + + + -
+ 0 ) { @@ -137,9 +144,11 @@
  @@ -214,13 +223,11 @@ ?>
- - -   - - +
+