We have this also,
Just upgraded 1.1.7 to 1.2.4 the product build number was missing. I posted on the mailing list and was told about g_enable_product_build
but now we can only filter on product build when one and only one project is selected (i.e. no child projects)? This is almost useless as ...
Search found 5 matches
- 19 May 2011, 11:46
- Forum: Help
- Topic: Filter by build number
- Replies: 7
- Views: 5470
- 07 Apr 2009, 14:06
- Forum: General Discussion
- Topic: Preventing ANYONE from creating a user account
- Replies: 4
- Views: 5008
Re: Preventing ANYONE from creating a user account
You want
$g_allow_signup = OFF; // Disable sign-up page.
in your config_inc.php file.
I find that when looking for an option, searching the config_defaults.php is a big help - the variables are well named and the comments adequate.
$g_allow_signup = OFF; // Disable sign-up page.
in your config_inc.php file.
I find that when looking for an option, searching the config_defaults.php is a big help - the variables are well named and the comments adequate.
- 07 Apr 2009, 09:49
- Forum: Help
- Topic: removing software profile
- Replies: 1
- Views: 2323
Re: removing software profile
Until recently I thought this was impossible as you cant do a whole lot with the default fields. But i found just yesterday the MyReport plugin http://deboutv.free.fr/mantis/plugin.php?plugin=MyReport
and this adds some of this functionality. I have only investigated at a cursory level but it might ...
and this adds some of this functionality. I have only investigated at a cursory level but it might ...
- 07 Apr 2009, 09:45
- Forum: General Discussion
- Topic: Possible bug - unforeseen side effect.
- Replies: 0
- Views: 1888
Possible bug - unforeseen side effect.
Hi, We have a project layout abit like this
High Area
->Product1
->->Area of responsibility 1
->->Area of responsibility 2
->Product1
->->Area of responsibility 3
->->Area of responsibility 4
We don't want people raising faults in the High Area, or Product 1 or 2 areas as these are just there for ...
High Area
->Product1
->->Area of responsibility 1
->->Area of responsibility 2
->Product1
->->Area of responsibility 3
->->Area of responsibility 4
We don't want people raising faults in the High Area, or Product 1 or 2 areas as these are just there for ...
- 07 Apr 2009, 09:40
- Forum: General Discussion
- Topic: Time Tracking in Mantis 1.1.6 ?
- Replies: 3
- Views: 10396
Re: Time Tracking in Mantis 1.1.6 ?
Is it possible to get this information out in a CSV? or any export for that mater?