[mantisbt-help] Email Adresse hat sich geändert / E-mail address has been modified

2007-10-15 Thread Delivery Failure
Ihre Email an mantisbt-help@lists.sourceforge.net Betreff: Re: [mantisbt-help] altering starting bug id hat den Empfänger nicht erreicht. Diese Email Adresse hat sich geändert. Hinweis: Ihre Email wird NICHT automatisch weitergeleitet. Namentlich bekannte Empfänger erreichen Sie unter [EMAIL PR

Re: [mantisbt-help] altering starting bug id

2007-10-15 Thread Vincent DEBOUT
> ALTER TABLE mantis_bug_table AUTO_INCREMENT=1000; > > Thanks the above command worked for specific databases. > > But is there any option in command that I can preconfigure issue id to > start at > > say p100 for project1 in database1 > > And to start at c200 for project2 in same database > >

[mantisbt-help] altering starting bug id

2007-10-15 Thread Maphin Philip
ALTER TABLE mantis_bug_table AUTO_INCREMENT=1000; Thanks the above command worked for specific databases. But is there any option in command that I can preconfigure issue id to start at say p100 for project1 in database1 And to start at c200 for project2 in same database and d300 f

Re: [mantisbt-help] custom_functions_inc.php

2007-10-15 Thread Vincent DEBOUT
Maphin Philip a écrit : Hi, As seen in manual which I pasted below ,its said that a file custom_functions_inc.php in the root folder of mantis. I am using 1.0.0rc2 and I am not having this file.What is the reason? Without this can I add custom functions.I want to add custom functi

[mantisbt-help] custom_functions_inc.php

2007-10-15 Thread Maphin Philip
Hi, As seen in manual which I pasted below ,its said that a file custom_functions_inc.php in the root folder of mantis. I am using 1.0.0rc2 and I am not having this file.What is the reason? Without this can I add custom functions.I want to add custom function for "coloumn_target_print_p

[mantisbt-help] custom functions in mantis

2007-10-15 Thread Maphin Philip
Hi, We are using 1.0.0rc2 mantisBT At present I want to configure a database in which 1.Issue ID of bugs should start from a determined number say 1000 2.I want to get print reports with certain fields omitted,want to omit ETA,OS,OS version,projection and project build.

Re: [mantisbt-help] urgent pls help

2007-10-15 Thread Gabriel Boie
I would try to insert a test bug/issue into the database and then manually modify the bug_id to 999 (if you want to start from 1000). Mantis is autonumber the ids using MySQL. Does it make sense? For the second issue I am using Crystal Reports and I am getting some reports to meet my managemen

Re: [mantisbt-help] urgent pls help

2007-10-15 Thread Vincent DEBOUT
Hi, > > We are using 1.0.0rc2 mantisBT > > At present I want to configure a database in which > > 1.Issue ID of bugs should start from a determined number say 1000 If you have MySQL you can change the increment with the following SQL query: ALTER TABLE mantis_bug_table AUTO_INCREMENT=1000; Rega

[mantisbt-help] urgent pls help

2007-10-15 Thread Maphin Philip
We are using 1.0.0rc2 mantisBT At present I want to configure a database in which 1.Issue ID of bugs should start from a determined number say 1000 2.I want to get print reports with certain fields omitted,want to omit ETA,OS,OS version,projection and project build. Can any