Search found 8366 matches

by atrol
17 Apr 2010, 19:28
Forum: Help
Topic: Close A ticket when reporting
Replies: 1
Views: 1830

Re: Close A ticket when reporting

After adding the following line to config_inc.php reporters are able to close the bugs they reported, after they're marked resolved.
$g_allow_reporter_close = ON;
by atrol
17 Apr 2010, 19:24
Forum: Help
Topic: Creating Mantis projects and subprojects
Replies: 1
Views: 1435

Re: Creating Mantis projects and subprojects

I would create just one project and no subproject(s) for this task. Just use different versions in one project. For example Version 1.0 = Current production mywebsite (set to released in MantisBT project management) Version 2.0 = mywebsite in test (set to not released in MantisBT project management)...
by atrol
17 Apr 2010, 19:12
Forum: Deutsch
Topic: Automatischer Email Versand
Replies: 9
Views: 9586

Re: Automatischer Email Versand

Zum Thema Emails: Falls MantisBt 1.2 im Einsatz ist vermutlich das folgende Plugin interessant http://git.mantisforge.org/w/Reminder.git Das Logo lässt sich ganz offiziell austauschen. Einfach die folgende Zeile in config_inc.php hinzufügen und den Pfad entsprechend zum eigenen Logo anpassen. $g_log...
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: 2117

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: 1445

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: 2022

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: 10935

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: 10935

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: 10935

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: 7459

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: 2852

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>