TUTOSMain Page | About | Help | FAQ | Special pages | Log in
The Free Knowledgebase
Printable version | Disclaimers | Privacy policy

Admin bugtracking

From TUTOS

Bugtracking is a module that is currently delivered with all versions of TUTOS, so a special installation is not required.

In order to globally diable this feature you should edit your config.php file or [tutoshome]/php/bugtracking/mconfig.pinc file and ensure that you have a line:

 $tutos[usebugtracking] = 0;

Another way to diable this is a modification of php/ and adding a comment in front of this line:

 @include_once("bugtracking/mconfig.pinc");

This will also disable things like table generation and background processing.


Parameter

There are three bugtracking specific parameters possible in the config.php files

#
# How long a bug may be open before a remember mail will be sent
# 0 = disabled
# Other values: Minutes before mail is sent (via check.php and crontab)
# 240 minutes = 4 hours (default)
#
$tutos[bugremember]  = 0;
#
# a rule how to build the displayed bugid
# X is substituted by the next value of the bugname sequencer oof the database
# all other values are handeld like the strftime function of PHP
# (see http://www.php.net/manual/en/function.strftime.php )
# %Y year with four digits
# %m month 01-12
# a empty value "" falls back to the old mechanism with bugid from the main TUTOS 
# ID generator
#
# NOTE: a value in the database entry will override this setting !!
#
$tutos[bugautoname]  = "%Y-%m-X";
#
# Allow deletion of bugs
# 0 = no
# 1 = yes
#
$tutos[bugdelete]  = 1;

Retrieved from "http://wiki.tutos.org/index.php/Admin_bugtracking"

This page has been accessed 4,856 times. This page was last modified on 9 December 2010, at 18:50.
Content is available under GNU Free Documentation License 1.2.


Find

Browse
Main Page
Recent changes
Random page
Help
sitesupport
Edit
View source
Editing help
This page
Discuss this page
New section
Printable version
Context
Page history
What links here
Related changes
My pages
Log in / create account
Special pages
New pages
File list
Statistics
More...