Vlad Grecescu | 1 Feb 2005 13:17
Picon

Product Versioning Question

Hello,
I would like to know how exactly are the Product Versions suppose to 
work when displaying the ChangeLog?

I have about 20 issues published on my Mantis site /before/ defining any 
product versions.
I defined two product versions (one named 2.2 starting  2004-12-01 and 
built and one 2.2.0.1 starting 2005-01-18 (yyyy-mm-dd) and not built) 
and then modified two bugs to set the version to 2.2: a resolved bug and 
an open one.

But the changelog remained blank (except for the "2.2" header and 
product name)

Thank you,
and congratulations for Mantis, best bug-tracker I used!

Vlad Grecescu

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Victor Boctor | 1 Feb 2005 13:36
Picon

RE: Product Versioning Question

Hi Vlad,

> I would like to know how exactly are the Product Versions suppose to 
> work when displaying the ChangeLog?

There is a custom function which determines whether an issue should be
included in the changelog or not.  The default implementation for this
method includes issues that have status >= resolved status, with resolution
"fixed" and do not have duplicate id field set.

See core/custom_function_api.php:
custom_function_default_changelog_include_issue() for more details.

For more details about custom functions:
http://manual.mantisbt.org/manual.customizing.mantis.custom.functions.php 

You can define your own criteria for when an issue should be included in the
change log, and can also define the exact format for printing the issues.

> and congratulations for Mantis, best bug-tracker I used!
Glad you like it :)

Regards,
Victor. 

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
(Continue reading)

Vlad Grecescu | 1 Feb 2005 16:44
Picon

Re: Re: Product Versioning Question

Victor Boctor wrote:

>See core/custom_function_api.php:
>custom_function_default_changelog_include_issue() for more details.
>
Thanks, Victor, for your prompt response. It really gave me a hint where to look. 
The actual problem is that I was supposed to use the "Fixed in version" field:D so that the loop in
changelog_page.php wouldn't be void and the custom changelog inclusion function is now called:)

Now I would have liked to know how to include the "Fixed in version" field on the Default (Simple) Bug View mode...
Or should I post it as a feature request on Mantis' Mantis?

Thanks again,
Vlad

P.S. The manual page seems to have broken links

>For more details about custom functions:
>http://manual.mantisbt.org/manual.customizing.mantis.custom.functions.php 

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Bert Lamar | 2 Feb 2005 21:05
Picon
Favicon

Question

Hello. Can you please tell me if there is any way to automatically assign bugs based on a component where the issue exists. This is a major feature of Bugzilla. Selecting a component automatically assigns the bug to the default component owner. Thanks in advance for your assistance.
 
-Bert Lamar

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

James.Rosenfeld | 2 Feb 2005 21:11

RE: Question

Go to Manage -> Manage Projects, select a project, and edit subprojects – you can choose assignments based on subcategory there.

 

James Rosenfeld

QA Engineer

J.D. Power and Associates

 

-----Original Message-----
From: mantisbt-help-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:mantisbt-help-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Bert Lamar
Sent: Wednesday, February 02, 2005 12:05 PM
To: mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [Mantisbt-help] Question

 

Hello. Can you please tell me if there is any way to automatically assign bugs based on a component where the issue exists. This is a major feature of Bugzilla. Selecting a component automatically assigns the bug to the default component owner. Thanks in advance for your assistance.

 

-Bert Lamar

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

*****************************************************************

This e-mail and any files transmitted with it are confidential

and intended solely for the use of the individual or entity to

which they are addressed. If you have received this in error,

you must not use or disseminate any information contained in it.

Please send it back to the person who sent it to you and delete

it from your system. This footnote also confirms that this e-mail

message has been swept by Sybari's Antigen for the presence of

computer viruses. However, we cannot guarantee that this trans-

mission is virus free, nor can we guarantee that this e-mail is

secure or error-free as information could be intercepted,

corrupted, lost, destroyed, or arrive late or incomplete. J.D.

Power and Associates therefore does not accept liability for loss

or damage suffered as a result of this transmission or for any

errors or omissions in the contents of this e-mail.

*****************************************************************
Victor Boctor | 2 Feb 2005 22:35
Picon

RE: Question

Hi Bert,

 

Hello. Can you please tell me if there is any way to automatically assign bugs based on a component where the issue exists. This is a major feature of Bugzilla. Selecting a component automatically assigns the bug to the default component owner. Thanks in advance for your assistance.

 

Every category in Mantis can have a default owner.  All issues that are reported against this category with no handler explicitly specified will be automatically assigned to this owner.

 

To set an owner for a category you should do the following:

 

  1. Create the category (if not existing already)
  2. Edit the category to set the default user

 

Regards,

Victor

To solve the error.

Dear mantisteam,
	I have got stuck up in the index page.The controls for moving to
other screen is not working.I don't know how to create and use the
a/c.Please help me to solve the problem.

			With regards,
			J.Bharath Kumar

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Francisco Mancardi | 3 Feb 2005 08:02
Favicon

Re: To solve the error.

Jayachandran Bharath Kumar [PT] wrote:

>Dear mantisteam,
>	I have got stuck up in the index page.The controls for moving to
>other screen is not working.I don't know how to create and use the
>a/c.Please help me to solve the problem.
>
>			With regards,
>			J.Bharath Kumar
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
>Tool for open source databases. Create drag-&-drop reports. Save time
>by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
>Download a FREE copy at http://www.intelliview.com/go/osdn_nl
>_______________________________________________
>Mantisbt-help mailing list
>Mantisbt-help@...
>https://lists.sourceforge.net/lists/listinfo/mantisbt-help
>  
>
Please give us more data to understand your problem

best regards

Francisco

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Terry.Rankine | 3 Feb 2005 10:46
Picon
Picon
Favicon

URL mangling

Hi
Mantis is mangling lots of my URLS

Some basic rules 
"?", "=", "#" is a valid characters in a url
also UPPERCase names are also valid

so looking at the string write function I changed this line
[a-z0-9_-] to [A-Za-z0-9#=\?_-]

core/string_api.php:
line 296:

$p_string = preg_replace(
'/([http|irc|ftp|https]{2,}:\/\/([A-Za-z0-9#=\?_-]|\/|\ <at> |:{0,1}\.{0,1}){
1,})/',
     '<a href="\1">\1</a> [<a href="\1" target="blank">^</a>]',
     $p_string);

Now its not mangling urls any more!
yay

Regards,
Terry Rankine 

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Bert Lamar | 3 Feb 2005 17:07
Picon
Favicon

RE: Question

James,
 
Thank you so much! I greatky appreciate your feedback.
 
-Bert

James.Rosenfeld-hdrmkbwcXaU@public.gmane.org wrote:

Go to Manage -> Manage Projects, select a project, and edit subprojects


Gmane