Search found 8378 matches

by atrol
16 Apr 2010, 10:51
Forum: General Discussion
Topic: Mantis 1.2.0 => changelog and roadmap improvements
Replies: 2
Views: 2390

Re: Mantis 1.2.0 => changelog and roadmap improvements

You can see and test the changes for example at http://www.mantisbt.org/bugs/changelog_page.php and http://www.mantisbt.org/bugs/roadmap_page.php For me the main advantages are a) the new link (especially good use in roadmap) to jump to the view issues page with filtering b) the new link (especially...
by atrol
15 Apr 2010, 15:54
Forum: Help
Topic: Test execution Software
Replies: 1
Views: 2122

Re: Test execution Software

Have a look at TestLink at www.teamst.org
There is also some integration possible between MantisBT and TestLink.
by atrol
15 Apr 2010, 15:49
Forum: Help
Topic: XML import reports error, shows one more
Replies: 1
Views: 1408

Re: XML import reports error, shows one more

There are some known bugs for this plugin
For example your bug_update problem http://www.mantisbt.org/bugs/view.php?id=11563
You should enter new issues for each of your problems if there isn't already one sumbitted for it.
by atrol
14 Apr 2010, 21:01
Forum: Help
Topic: Migration from TRAC ?
Replies: 1
Views: 1446

Re: Migration from TRAC ?

I am not aware that there is a solution available out of the box. (but didn't search for this) I have no deeper knowledge of TRAC, of course there should be a way to export at least issues. Since MantisBT 1.2.0 there is a XML-Import plugin available which could be a good starting point to do at leas...
by atrol
14 Apr 2010, 16:17
Forum: General Discussion
Topic: Problems with installation.
Replies: 1
Views: 2024

Re: Problems with installation.

Which version of MantisBT do you try to install?

Seems that you tried to remove an user when getting the error message, am I right?
If yes, is this the only problem with this installation until now?
by atrol
13 Apr 2010, 11:00
Forum: Deutsch
Topic: Kontoeinstellungen Email
Replies: 7
Views: 10963

Re: Kontoeinstellungen Email

Ich habe es gerade bei mir durchgespielt für die Benachrichtigung bei Zuweisungen. (allerdings ohne projektspezifische Einstellungen) Keine Probleme. Ich verwende allerdings 1.1.6, was zwar laut Änderungsprotokoll diesbezüglich nicht gegenüber 1.1.5 geändert wurde (s. http://www.mantisbt.org/bugs/ch...
by atrol
13 Apr 2010, 10:14
Forum: Deutsch
Topic: Kontoeinstellungen Email
Replies: 7
Views: 10963

Re: Kontoeinstellungen Email

Das lässt vermuten, dass Du schon mal mit der Email-Konfigurationsoberfläche etwas geändert hattest.
Ich würde an Deiner Stelle diese Einträge entfernen, um mit einem sauberen Ausgangszustand zu beginnen.
by atrol
13 Apr 2010, 10:07
Forum: Help
Topic: No Email Notification upon sign up.
Replies: 1
Views: 1732

Re: No Email Notification upon sign up.

I think it's better first to get it run without using cron, so change to (or remove the line)
$g_email_send_using_cronjob = OFF;
by atrol
12 Apr 2010, 20:27
Forum: Deutsch
Topic: Kontoeinstellungen Email
Replies: 7
Views: 10963

Re: Kontoeinstellungen Email

Schaue bitte nochmal zur Sicherheit nach unter [ Verwaltung ] -> [ Konfiguration ] -> [ Konfigurations-Report] ob dort nicht eine Konfigurations-Option aufgelistet wird, die im Namen das Wort "notify" enthält.
by atrol
12 Apr 2010, 20:17
Forum: Customizations
Topic: Custom case - notifications, anonymous access, private issue
Replies: 3
Views: 4145

Re: Custom case - notifications, anonymous access, private i

In a fresh installation there is just one entry in database configuration (the first line with database_version) Im am pretty sure that your configuration http://www.keenswh.com/ToDelete/Mantis/mantis1.png is the result of some adjustments made with this page http://www.keenswh.com/ToDelete/Mantis/m...
by atrol
12 Apr 2010, 20:04
Forum: Help
Topic: MantisBT 1.2 Registration on phpBB
Replies: 8
Views: 7476

Re: MantisBT 1.2 Registration on phpBB

At first sight the main difference between your code and the MantisBT code is, that you don't fill the columns id (which is certainly the most important) last_visit and login-count. If I were you, I would create one account as administrator via MantisBT UI and one accound with your tool. After that,...
by atrol
12 Apr 2010, 19:39
Forum: General Discussion
Topic: Report all bugs involving one developer
Replies: 2
Views: 2859

Re: Report all bugs involving one developer

The information can be found in table mantis_bug_history_table by selecting distinct bug_id where user_id = <UserIdYouAreSearchingFor>
by atrol
12 Apr 2010, 18:47
Forum: Help
Topic: Possible to edit / update saved filters / stored queries?
Replies: 4
Views: 5365

Re: Possible to edit / update saved filters / stored queries

This is a pretty old feature request which is not implemented in standard MantisBT until now
Have a look at http://www.mantisbt.org/bugs/view.php?id=3803
One of the developers implemented his local solution, but until now he didn't find the time to merge this to standard MantisBT
by atrol
12 Apr 2010, 14:57
Forum: Customizations
Topic: how can i get daily bug report on my_view_page
Replies: 4
Views: 3543

Re: how can i get daily bug report on my_view_page

smartzhao wrote: i have searched the previous version had this function, but .......
I am not aware that there was a "daily bug report" available in previous versions.
Can you give an example/description/screenshot of this kind of report?
by atrol
11 Apr 2010, 19:16
Forum: General Discussion
Topic: question about creating plugin.
Replies: 1
Views: 1895

Re: question about creating plugin.

Maybe the developer mailing list is a better place to get support for such kind of questions.