Jorge Bastos | 3 May 2009 13:16
Picon

roadmap menu help

Hi people,

 

A question about the roadmap menu.

Let me try to explain:

·         I created version 1.2 and 1.3.

·         Created an issue in version 1.2, and assign it to be completed on version 1.3

·         Resolved the issue on version 1.3

 

But when I go to the roadmap menu, there’s no info there, only on the changelog.

What am I missing?

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Gianluca Sforna | 3 May 2009 14:45
Picon
Gravatar

Re: roadmap menu help

On Sun, May 3, 2009 at 1:16 PM, Jorge Bastos <mysql.jorge <at> decimal.pt> wrote:
> But when I go to the roadmap menu, there’s no info there, only on the
> changelog.
>
> What am I missing?

Version objects have two states: released and unreleased. Roadmap only
show bugs associated to unreleased versions

--

-- 
Gianluca Sforna

http://morefedora.blogspot.com
http://www.linkedin.com/in/gianlucasforna

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
mantisbt-help mailing list
mantisbt-help <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Victor Boctor | 3 May 2009 19:30
Picon
Gravatar

Re: roadmap menu help

> On Sun, May 3, 2009 at 1:16 PM, Jorge Bastos <mysql.jorge@...> wrote:
>> But when I go to the roadmap menu, there’s no info there, only on the
>> changelog.
>>
>> What am I missing?

Checkout the Roadmap topic in the new manual and let us know if it
needs further clarification.  I've included a lot of details about
using / customizing the roadmap feature:
http://www.mantisforge.org/dev/manual/en/administration_guide/x2338.html

Regards,
Victor

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
Jon Hardcastle | 7 May 2009 13:36
Picon
Favicon

Can anyone tell me what is wrong with..


.. this..

The default notify flag works.. but the second bit doesn't alter specific values. I got the body of it from a
database config after using the web interface to configure it.

Thank you!

$g_default_notify_flags  = array (
  'handler' => ON,
  'monitor' => ON,
  'threshold_min' => NOBODY,
  'threshold_max' => ANYBODY,
);

$g_notify_flags = array (
  'new' =>  array ('threshold_min' => MANAGER,
                   'threshold_max' => MANAGER),
  'resolved' =>  array ('threshold_min' => MANAGER,
                        'threshold_max' => MANAGER),
  'closed' => array('threshold_min' => MANAGER,
                    'threshold_max' => MANAGER));

-----------------------
N: Jon Hardcastle
E: Jon@...
'Do not worry about tomorrow, for tomorrow will bring worries of its own.'
-----------------------

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
Glenn Henshaw | 7 May 2009 13:49
Picon
Favicon
Gravatar

Re: Can anyone tell me what is wrong with..


On 7-May-09, at 7:36 AM, Jon Hardcastle wrote:

>
> .. this..
>
> The default notify flag works.. but the second bit doesn't alter  
> specific values. I got the body of it from a database config after  
> using the web interface to configure it.
>
> Thank you!
>
> $g_default_notify_flags  = array (
>  'handler' => ON,
>  'monitor' => ON,
>  'threshold_min' => NOBODY,
>  'threshold_max' => ANYBODY,
> );
>
> $g_notify_flags = array (
>  'new' =>  array ('threshold_min' => MANAGER,
>                   'threshold_max' => MANAGER),
>  'resolved' =>  array ('threshold_min' => MANAGER,
>                        'threshold_max' => MANAGER),
>  'closed' => array('threshold_min' => MANAGER,
>                    'threshold_max' => MANAGER));
>

   Did you use the Manage -> Configuration -> Email Notifications page  
to set any of these values? If so, the values set on that page  
override the values in the config file. This is shown by background  
shading on the page.

    ... Glenn
--

-- 
Glenn Henshaw                     Logical Outcome Ltd.
e: thraxisp@...     w: www.logicaloutcome.ca
Mantis Developer and User since 2002

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
Jim4Prez | 7 May 2009 18:01
Picon

Content Encoding Error

When I go to this URL:

/mantis/manage_custom_field_edit_page.php?field_id=1

I get this error in Firefox and IE:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid
or unsupported form of compression.
  *   Please contact the website owners to inform them of this problem.

I never seen this error during testing.  I moved the code from a WinXP
test box to a Win 2003 server.

Anyone know anything about this?

Here are the headers being sent.  Everything looks fine.  Also, this is
the only page that I have seen this on.


GET /mantis/manage_custom_field_edit_page.php?field_id=1 HTTP/1.1
Host: standrews
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4)
Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://standrews/mantis/manage_custom_field_page.php
Cookie: MANTIS_VIEW_SETTINGS=231; PHPSESSID=XXX; MANTIS_STRING_COOKIE=XXX

HTTP/1.x 200 OK
Connection: close
Date: Thu, 07 May 2009 15:51:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET, PHP/5.2.9-2
Pragma: no-cache
Cache-Control: no-store, no-cache, must-revalidate
Expires: Thu, 07 May 2009 15:51:02 GMT
Last-Modified: Thu, 07 May 2009 15:51:02 GMT
Content-Type: text/html;charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
lava life | 8 May 2009 00:47
Picon

Configure emails in Mantis

Hello,

I've recently installed mantis. I want to send e-mail to a group of people when there is a issue but I cant find any option for it. Currently it doesn't notify me on my e-mail when there is a issue.

If someone can give me some directions, it will be great.

Thanks

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Martin TEGANG | 8 May 2009 09:11

Re: Configure emails in Mantis

xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:p="urn:schemas-microsoft-com:office:powerpoint" xmlns:a="urn:schemas-microsoft-com:office:access" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" xmlns:b="urn:schemas-microsoft-com:office:publisher" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:c="urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:odc="urn:schemas-microsoft-com:office:odc" xmlns:oa="urn:schemas-microsoft-com:office:activation" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:q="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rtc="http://microsoft.com/officenet/conferencing" xmlns:D="DAV:" xmlns:Repl="http://schemas.microsoft.com/repl/" xmlns:mt="http://schemas.microsoft.com/sharepoint/soap/meetings/" xmlns:x2="http://schemas.microsoft.com/office/excel/2003/xml" xmlns:ppda="http://www.passport.com/NameSpace.xsd" xmlns:ois="http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir="http://schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:dsp="http://schemas.microsoft.com/sharepoint/dsp" xmlns:udc="http://schemas.microsoft.com/data/udc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sub="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/" xmlns:ec="http://www.w3.org/2001/04/xmlenc#" xmlns:sp="http://schemas.microsoft.com/sharepoint/" xmlns:sps="http://schemas.microsoft.com/sharepoint/soap/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:udcs="http://schemas.microsoft.com/data/udc/soap" xmlns:udcxf="http://schemas.microsoft.com/data/udc/xmlfile" xmlns:udcp2p="http://schemas.microsoft.com/data/udc/parttopart" xmlns:wf="http://schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:dsss="http://schemas.microsoft.com/office/2006/digsig-setup" xmlns:dssi="http://schemas.microsoft.com/office/2006/digsig" xmlns:mdssi="http://schemas.openxmlformats.org/package/2006/digital-signature" xmlns:mver="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:mrels="http://schemas.openxmlformats.org/package/2006/relationships" xmlns:spwp="http://microsoft.com/sharepoint/webpartpages" xmlns:ex12t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:ex12m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:pptsl="http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/" xmlns:spsl="http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService" xmlns:Z="urn:schemas-microsoft-com:" xmlns:st="" xmlns="http://www.w3.org/TR/REC-html40">

Hi,

 

Read this link http://www.mantisbt.org/manual/manual.configuration.email.php and modifies your config_inc.php according to your need.

 

Also verified that your SMTP’s settings are set in php.ini

 

 

De : lava life [mailto:smary888-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
Envoyé : jeudi 7 mai 2009 23:48
À : mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Objet : [mantisbt-help] Configure emails in Mantis

 

Hello,

I've recently installed mantis. I want to send e-mail to a group of people when there is a issue but I cant find any option for it. Currently it doesn't notify me on my e-mail when there is a issue.

If someone can give me some directions, it will be great.

Thanks

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Jim4Prez | 13 May 2009 17:37
Picon

WTF with my DB?

Hey,

What is going on with my DB (MS SQL Server 2005)?

select * from mantis_project_table

id  name  status  enabled  view_state  access_min  file_path  description
1    Password Resets    50    1    10    10        Requests for password resets.
2    Email Problems    50    1    10    10       
3    PC Upgrade    50    1    10    10        PC Upgrade
4    Install    50    1    10    10       
5    New User    50    1    10    10        New User
6    Purchasing    50    1    10    10       
7    FTP Server Access    50    1    10    10        FTP Server Access
8    Phone    50    1    10    10        Phone requests.
9    Report Requests    50    1    10    10       
10    Hardware Problems    50    1    10    10       
11    Internet problems    50    1    10    10         
12    SQL Server    50    1    10    10       
13    Software Problems    50    1    10    10       
14    Cincom    50    1    10    10       
15    Distribution List    50    1    10    10

select * from mantis_project_category_table where project_id > 15

project_id    category    user_id
16    Access    13
16    QicLink    13
17    Desktop    8
17    Fax Machine    8
17    Keyboard/Mouse    8
17    Laptop    8
17    Monitor    8
17    Printer    8
18    Report Issue    8
19    Request    11
20    MS Office    8
21    Request    7
22    Add people    5
22    New List    5
22    Remove people    5

All this was done from the web-side.  How is it possible that when I add a category, it goes to some project_id that does not exist?

Here is another weird issue:

select * from mantis_project_table where [category] = 'Access'

Msg 207, Level 16, State 1, Line 1
Invalid column name 'category'.

Thanks for any help,

Jim

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Jim4Prez | 13 May 2009 18:27
Picon

Re: WTF with my DB?

A little more research:

select TABLE_NAME, COLUMN_NAME, CHARACTER_SET_NAME, COLLATION_NAME from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME = 'mantis_project_category_table'

TABLE_NAME                     COLUMN_NAME  CHARACTER_SET_NAME  COLLATION_NAME
mantis_project_category_table  category     iso_1               SQL_Latin1_General_CP1_CI_AS

mantis_project_category_table  project_id   NULL                NULL

mantis_project_category_table  user_id      NULL                NULL

Why is category the only column in the table with char_set_name or collation_name?

Jim

On Wed, May 13, 2009 at 11:37 AM, Jim4Prez <Jim4Prez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hey,

What is going on with my DB (MS SQL Server 2005)?

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Gmane