Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7805
Modified Files:
config_defaults_inc.php
Log Message:
Sticky issues patch rev. 1.2
Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- config_defaults_inc.php 12 Dec 2004 14:10:37 -0000 1.228
+++ config_defaults_inc.php 15 Dec 2004 17:02:55 -0000 1.229
@@ -528,6 +528,7 @@
$g_default_limit_view = 50;
$g_default_show_changed = 6;
$g_hide_status_default = CLOSED;
+ $g_show_sticky_issues = 'on';
# make sure people aren't refreshing too often
$g_min_refresh_delay = 10; # in minutes
@@ -940,6 +941,9 @@
# access level needed to re-open bugs
$g_reopen_bug_threshold = DEVELOPER;
+
+ # access level needed to set a bug sticky
+ $g_set_bug_sticky_threshold = MANAGER;
# this array sets the access thresholds needed to enter each status
listed.
# if a status is not listed, it falls back to
$g_update_bug_status_threshold
@@ -1477,4 +1481,4 @@
# NOTE: These are meaningless under Windows! Just ignore them!
$g_dot_tool =
'/usr/bin/dot';
$g_neato_tool =
'/usr/bin/neato';
-?>
\ No newline at end of file
+?>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
|